Hit tanks will die now.

This commit is contained in:
Matthias Schiffer 2010-03-18 09:22:21 +01:00
parent 5c34cd6941
commit 736ad91b32
3 changed files with 7 additions and 5 deletions

View file

@ -14,4 +14,5 @@ data Tank = Tank
, tankBulletSpeed :: !Micro
, tankBulletBounces :: !Int
, tankBulletsLeft :: !Int
} deriving Show
, tankLife :: !Int
} deriving (Eq, Show)