Mercurial > fife-parpg
log demos/shooter/scripts/weapons.py @ 490:939a4dc12ca1
age | author | description |
---|---|---|
Wed, 05 May 2010 21:39:31 +0000 | prock | Starting to add some comments. |
Thu, 29 Apr 2010 16:09:56 +0000 | prock | Modified the SoundManager to not create unique FIFE sound emitters for each object. There is now only one FIFE emitter per unique sound. |
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. |
Tue, 20 Apr 2010 20:36:58 +0000 | prock | Small update to ensure python doesn't try to delete objects that FIFE owns. |
Fri, 16 Apr 2010 21:44:18 +0000 | prock | Added the FireBallBurst and FireBallSpread weapons which are now used by the boss. |