Refactor event/input

This commit is contained in:
jgk
2021-03-26 14:52:25 +01:00
parent 420cf7fc4b
commit 07d84cc1c6
14 changed files with 91 additions and 63 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ firstWorld = return $ generateFromTree lev1 $ initialWorld
initialWorld :: World
initialWorld = defaultWorld
{ _keys = S.empty
, _cameraPos = (0,0)
, _cameraCenter = (0,0)
, _cameraRot = 0
, _cameraZoom = 1
, _creatures = IM.fromList [(0,startCr)]