Mercurial > fife-parpg
log demos/shooter/scripts/ships/player.py @ 537:764510a6d2f9
age | author | description |
---|---|---|
Mon, 10 May 2010 15:54:21 +0000 | prock | Fixing the epydoc markup. Did some more commenting. |
Fri, 07 May 2010 21:07:27 +0000 | prock | Moved the SoundManager and the 2D math function (helpers) from the shooter demo to the fife extensions. |
Thu, 06 May 2010 19:34:21 +0000 | prock | Adding some comments to the shooter demo. Updated the copyright date and FIFE URL as well. |
Fri, 30 Apr 2010 15:37:33 +0000 | prock | SoundClip can now fire a callback after a sound has completed being played (i.e. the duration of the sound has passed by). I have added an example of this with the scene music. [t:346] |
Fri, 23 Apr 2010 17:17:02 +0000 | prock | Added some powerups including a spread weapon and an extra life. |
Thu, 22 Apr 2010 19:52:34 +0000 | prock | Projectiles are now part of the scene. |
Wed, 21 Apr 2010 18:20:13 +0000 | prock | Switched to a damage system. Collisions with objects now cause 1 damage to the player. |