Hit tanks will die now.
This commit is contained in:
parent
5c34cd6941
commit
736ad91b32
3 changed files with 7 additions and 5 deletions
|
@ -14,4 +14,5 @@ data Tank = Tank
|
|||
, tankBulletSpeed :: !Micro
|
||||
, tankBulletBounces :: !Int
|
||||
, tankBulletsLeft :: !Int
|
||||
} deriving Show
|
||||
, tankLife :: !Int
|
||||
} deriving (Eq, Show)
|
||||
|
|
Reference in a new issue