Skip to content

Commit

Permalink
Merge pull request #23 from JayFoxRox/tex-dec
Browse files Browse the repository at this point in the history
Use decimal texture index
  • Loading branch information
JayFoxRox authored May 8, 2018
2 parents 6756098 + 9674fad commit 9e63147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion out_textureblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def shifter(a1):
assert(False)

im = im.transpose(Image.FLIP_TOP_BOTTOM)
im.save("/tmp/swep1r/texture-0x%x.png" % (i), 'PNG')
im.save("/tmp/swep1r/texture_%d.png" % (i), 'PNG')

if False:
if (a2 == 1257):
Expand Down

0 comments on commit 9e63147

Please sign in to comment.