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

@ -32,8 +32,8 @@ main = do
[ SomePlayer $ DefaultPlayer S.empty 0 0 False
, SomePlayer $ CPUPlayer 0
]}
gameState = GameState {level = theLevel, tanks = [ Tank 5.0 5.0 0 0 2 270 False 3 1 5
, Tank 5.0 3.5 0 0 2 270 False 3 1 5
gameState = GameState {level = theLevel, tanks = [ Tank 5.0 5.0 0 0 2 270 False 3 1 5 1
, Tank 5.0 3.5 0 0 2 270 False 3 1 5 1
], bullets = [], textures = M.empty}
runGame gameState $ do