comparison pytouhou/formats/anm0.py @ 245:d3ba32a9096e

Implement ANM0 instruction 29 and fix 24
author Thibaut Girka <thib@sitedethib.com>
date Mon, 02 Jan 2012 18:46:55 +0100
parents 901489c21d19
children dbb1a86c0235
comparison
equal deleted inserted replaced
244:2b7f69ad9ccd 245:d3ba32a9096e
62 24: ('', None), 62 24: ('', None),
63 25: ('i', 'set_allow_offset'), #TODO: better name 63 25: ('i', 'set_allow_offset'), #TODO: better name
64 26: ('i', 'set_automatic_orientation'), 64 26: ('i', 'set_automatic_orientation'),
65 27: ('f', 'shift_texture_x'), 65 27: ('f', 'shift_texture_x'),
66 28: ('f', 'shift_texture_y'), 66 28: ('f', 'shift_texture_y'),
67 29: ('i', 'set_visible'),
67 30: ('ffi', 'scale_in'), 68 30: ('ffi', 'scale_in'),
68 31: ('i', None)} 69 31: ('i', None)}
69 70
70 71
71 def __init__(self): 72 def __init__(self):