log pytouhou/game/laser.py @ 467:5bb7d2c0ff46

age author description
Thu, 12 Sep 2013 14:43:38 +0200 Thibaut Girka Fix lasers sprite handling
Fri, 30 Aug 2013 14:16:08 +0200 Emmanuel Gil Peyrot Add a base Element class for every object in pytouhou.game.
Sun, 11 Aug 2013 14:23:50 +0200 Emmanuel Gil Peyrot Always run the first frame of an ANMRunner.
Sat, 03 Aug 2013 15:49:04 +0200 Emmanuel Gil Peyrot Remove AnmWrapper, since ANMs are lists of entries now.
Mon, 12 Nov 2012 18:34:24 +0100 Emmanuel Gil Peyrot Use only half-size hitboxes for player.
Tue, 02 Oct 2012 13:27:05 +0200 Emmanuel Gil Peyrot Make rendering of multiple-sprites elements work like single-sprites.