diff skaapsteker/sprites/base.py @ 206:e2acf4663065

Move fox properties to the world
author Neil Muller <drnlmuller@gmail.com>
date Wed, 06 Apr 2011 23:19:08 +0200
parents 0a793c4ac341
children c72d9bf911fb
line wrap: on
line diff
--- a/skaapsteker/sprites/base.py	Wed Apr 06 23:03:34 2011 +0200
+++ b/skaapsteker/sprites/base.py	Wed Apr 06 23:19:08 2011 +0200
@@ -44,7 +44,7 @@
         GameSprite.__init__(self, pos, **opts)
         self.floor_rect = Rect(self.collide_rect.topleft, (self.collide_rect.width, 2))
         self._layer = Layers.PLAYER
-        self.health = 1
+        self.health = 10
         self.setup(**opts)