Skip to content

Commit

Permalink
Use decimal texture index
Browse files Browse the repository at this point in the history
  • Loading branch information
JayFoxRox committed May 5, 2018
1 parent 6756098 commit 9674fad
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 9674fad

Please sign in to comment.