Mercurial > touhou
view pytouhou/game/player.py @ 50:811cefefb5c8
Fix a few bugs and add support for a few instructions
author | Thibaut Girka <thib@sitedethib.com> |
---|---|
date | Mon, 22 Aug 2011 21:16:47 +0200 |
parents | |
children | ab826bc29aa2 |
line wrap: on
line source
class Player(object): def __init__(self): self.x = 192.0 self.y = 384.0 self.score = 0 self.graze = 0 self.power = 0 self.lives = 0 self.bombs = 0 self.type = 0 # ReimuA/ReimuB/MarisaA/MarisaB/...