Skip to content

Commit

Permalink
Add gfx
Browse files Browse the repository at this point in the history
  • Loading branch information
Yard1 committed Sep 22, 2019
1 parent 7be6c68 commit f034bc6
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 12 deletions.
Binary file not shown.
Binary file not shown.
27 changes: 27 additions & 0 deletions interface/atewww_inventory.gfx
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
spriteTypes = {
spriteType = {
name = "GFX_atewww_pills"
texturefile = "gfx\\interface\\inventory\\artifacts\\atewww_pills.dds"
noOfFrames = 1
norefcount = yes
}
spriteType = {
name = "GFX_atewww_pills_small"
texturefile = "gfx\\interface\\inventory\\artifacts\\atewww_pills_small.dds"
noOfFrames = 1
norefcount = yes
}

spriteType = {
name = "GFX_atewww_alien_firearm"
texturefile = "gfx\\interface\\inventory\\artifacts\\atewww_alien_firearm.dds"
noOfFrames = 1
norefcount = yes
}
spriteType = {
name = "GFX_atewww_alien_firearm_small"
texturefile = "gfx\\interface\\inventory\\artifacts\\atewww_alien_firearm_small.dds"
noOfFrames = 1
norefcount = yes
}
}
12 changes: 0 additions & 12 deletions interface/zzz_atewww_misc.gfx
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,6 @@ spriteTypes = {
name = "GFX_icon_militarist_government"
texturefile = "gfx\\interface\\government_icon_militarist_government.dds"
}
spriteType = {
name = "GFX_atewww_pills"
texturefile = "gfx\\interface\\inventory\\artifacts\\atewww_pills.dds"
noOfFrames = 1
norefcount = yes
}
spriteType = {
name = "GFX_atewww_pills_small"
texturefile = "gfx\\interface\\inventory\\artifacts\\atewww_pills_small.dds"
noOfFrames = 1
norefcount = yes
}
spriteType = {
name = "GFX_trait_president"
texturefile = "gfx/traits/president.dds"
Expand Down

0 comments on commit f034bc6

Please sign in to comment.