Refactor event/input
This commit is contained in:
@@ -179,7 +179,7 @@ defaultPP = PressPlate
|
||||
defaultWorld = World
|
||||
{ _keys = S.empty
|
||||
, _mouseButtons = S.empty
|
||||
, _cameraPos = (0,0)
|
||||
, _cameraCenter = (0,0)
|
||||
, _cameraAimTime = 0
|
||||
, _cameraRot = 0
|
||||
, _cameraZoom = 1
|
||||
@@ -209,7 +209,7 @@ defaultWorld = World
|
||||
, _storedLevel = Nothing
|
||||
, _menuState = LevelMenu 1
|
||||
, _worldState = M.empty
|
||||
, _lbClickMousePos = (0,0)
|
||||
, _clickMousePos = (0,0)
|
||||
, _lbRotation = 0
|
||||
, _pathGraph = Data.Graph.Inductive.Graph.empty
|
||||
, _pathGraph' = []
|
||||
|
||||
Reference in New Issue
Block a user