Mercurial > touhou
diff pytouhou/formats/anm0.py @ 72:6a08f44fa01b
Handle a few more ANM instructions. pytouhou.game.background needs some serious refactoring.
author | Thibaut Girka <thib@sitedethib.com> |
---|---|
date | Sun, 28 Aug 2011 01:23:11 +0200 |
parents | a03d7a94b997 |
children | 211e84207b3b |
line wrap: on
line diff
--- a/pytouhou/formats/anm0.py +++ b/pytouhou/formats/anm0.py @@ -33,8 +33,8 @@ class Animations(object): 10: ('fff', 'set_3d_rotations_speed'), 11: ('ff', 'set_scale_speed'), 12: ('ii', 'fade'), - 13: ('', None), - 14: ('', None), + 13: ('', 'set_blendmode_add'), + 14: ('', 'set_blendmode_alphablend'), 15: ('', 'keep_still'), 16: ('i', 'set_random_sprite'), 17: ('fff', None),