Mercurial > touhou
view pytouhou/game/character.py @ 149:3673d55a8448
Fix bullet flags 16 and 32 handling
author | Thibaut Girka <thib@sitedethib.com> |
---|---|
date | Tue, 04 Oct 2011 18:13:26 +0200 |
parents | 11ab06f4c4c6 |
children | 80a4c7ed43b3 |
line wrap: on
line source
class Character(object): def __init__(self, anm_wrapper, speed, focused_speed, hitbox_size): self.anm_wrapper = anm_wrapper self.speed = speed self.focused_speed = focused_speed self.hitbox_size = hitbox_size