Mercurial > touhou
comparison pytouhou/formats/ecl.py @ 165:c8c60291c56f
Implement item dropping by enemies.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Tue, 18 Oct 2011 07:35:02 -0700 |
parents | 7769ce7be03c |
children | 2f3665a77f11 |
comparison
equal
deleted
inserted
replaced
164:5271789c067d | 165:c8c60291c56f |
---|---|
130 132: ('i', None), | 130 132: ('i', None), |
131 133: ('', None), | 131 133: ('', None), |
132 134: ('', None), | 132 134: ('', None), |
133 135: ('i', None)} #TODO | 133 135: ('i', None)} #TODO |
134 | 134 |
135 _main_instructions = {0: ('fffhHHH', 'spawn_enemy'), | 135 _main_instructions = {0: ('fffhhHH', 'spawn_enemy'), |
136 2: ('fffhHHH', 'spawn_enemy_mirrored'), | 136 2: ('fffhhHH', 'spawn_enemy_mirrored'), |
137 4: ('fffhHHH', 'spawn_enemy_random'), | 137 4: ('fffhhHH', 'spawn_enemy_random'), |
138 6: ('fffhHHH', 'spawn_enemy_mirrored_random'), | 138 6: ('fffhhHH', 'spawn_enemy_mirrored_random'), |
139 8: ('', None), | 139 8: ('', None), |
140 9: ('', None), | 140 9: ('', None), |
141 10: ('II', None), | 141 10: ('II', None), |
142 12: ('', None)} | 142 12: ('', None)} |
143 | 143 |