Mercurial > touhou
comparison pytouhou/formats/ecl.py @ 274:f037bca24f2d
Partially implement lasers.
“Launch animations”/“energy circles” are missing, aswell as collision and grazing.
author | Thibaut Girka <thib@sitedethib.com> |
---|---|
date | Sun, 05 Feb 2012 23:41:55 +0100 |
parents | 88361534c77e |
children | b6c068c8f7f2 |
comparison
equal
deleted
inserted
replaced
273:595b227886b1 | 274:f037bca24f2d |
---|---|
106 84: ('i', None), | 106 84: ('i', None), |
107 85: ('hhffffffiiiiii', 'laser'), | 107 85: ('hhffffffiiiiii', 'laser'), |
108 86: ('hhffffffiiiiii', 'laser2'), | 108 86: ('hhffffffiiiiii', 'laser2'), |
109 87: ('i', 'set_upcoming_id'), | 109 87: ('i', 'set_upcoming_id'), |
110 88: ('if','alter_laser_angle'), | 110 88: ('if','alter_laser_angle'), |
111 90: ('iiii', 'translate_laser'), | 111 90: ('ifff', 'reposition_laser'), |
112 92: ('i', 'cancel_laser'), | 112 92: ('i', 'cancel_laser'), |
113 93: ('hhs', 'set_spellcard'), | 113 93: ('hhs', 'set_spellcard'), |
114 94: ('', 'end_spellcard'), | 114 94: ('', 'end_spellcard'), |
115 95: ('ifffhhi', 'spawn_enemy'), | 115 95: ('ifffhhi', 'spawn_enemy'), |
116 96: ('', 'kill_all_enemies'), | 116 96: ('', 'kill_all_enemies'), |