Mercurial > touhou
comparison pytouhou/game/player.py @ 57:694f25881d0f
Fix move_to interpolation, add support for a few ANM and ECL instructions
author | Thibaut Girka <thib@sitedethib.com> |
---|---|
date | Tue, 23 Aug 2011 19:27:24 +0200 |
parents | ab826bc29aa2 |
children | 11ab06f4c4c6 |
comparison
equal
deleted
inserted
replaced
56:299de3a9b69f | 57:694f25881d0f |
---|---|
20 self.score = 0 | 20 self.score = 0 |
21 self.graze = 0 | 21 self.graze = 0 |
22 self.power = 0 | 22 self.power = 0 |
23 self.lives = 0 | 23 self.lives = 0 |
24 self.bombs = 0 | 24 self.bombs = 0 |
25 self.type = 0 # ReimuA/ReimuB/MarisaA/MarisaB/... | 25 self.character = 0 # ReimuA/ReimuB/MarisaA/MarisaB/... |