Mercurial > touhou
view pytouhou/game/character.py @ 160:606468ab4f7b
Clean up bullets when starting a spellcard
author | Thibaut Girka <thib@sitedethib.com> |
---|---|
date | Tue, 11 Oct 2011 11:17:39 +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