Store past damages in vector form

This commit is contained in:
jgk
2021-08-19 01:41:56 +02:00
parent b9f73d255f
commit d7047c4b09
7 changed files with 22 additions and 8 deletions
-1
View File
@@ -43,7 +43,6 @@ initialWorld = defaultWorld
[V2 x y | x <- [-5,-3..5] , y <- [-5,-3..5]]
, _pressPlates = IM.empty
, _buttons = IM.empty
, _soundQueue = []
, _sounds = M.empty
, _decorations = IM.empty
, _storedLevel = Nothing