comparison 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
comparison
equal deleted inserted replaced
49:cbe1cb50f2fd 50:811cefefb5c8
1 class Player(object):
2 def __init__(self):
3 self.x = 192.0
4 self.y = 384.0
5 self.score = 0
6 self.graze = 0
7 self.power = 0
8 self.lives = 0
9 self.bombs = 0
10 self.type = 0 # ReimuA/ReimuB/MarisaA/MarisaB/...