doing more work on icons
This commit is contained in:
parent
541cf1198a
commit
d05713f14f
4 changed files with 6 additions and 1 deletions
|
@ -16,6 +16,7 @@ ajd_tech_ancient_jump_calculations = {
|
|||
|
||||
ajd_tech_archaeo_jump_drive = {
|
||||
cost = 3000
|
||||
icon = "ajd_tech_archaeo_jump_drive"
|
||||
area = society
|
||||
tier = 5
|
||||
category = { archaeostudies }
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
spriteType = {
|
||||
name = "ajd_ship_part_archaeo_jump_drive"
|
||||
texturefile = "gfx/interface/icons/ship_parts/archaeo_jump_drive.dds"
|
||||
texturefile = "gfx/interface/icons/ship_parts/ajd_ship_part_archaeo_jump_drive.dds"
|
||||
}
|
||||
spriteType = {
|
||||
name = "ajd_tech_archaeo_jump_drive"
|
||||
texturefile = "gfx/interfaces/icons/technologies/ajd_tech_archaeo_jump_drive.dds"
|
||||
}
|
Loading…
Reference in a new issue