Move menu layers outside of world

This commit is contained in:
2021-11-28 14:26:15 +00:00
parent 574f195b21
commit 462100703c
13 changed files with 132 additions and 124 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ defaultWorld = World
, _corpses = Zone IM.empty
, _decorations = IM.empty
, _savedWorlds = M.empty
, _menuLayers = []
-- , _menuLayers = []
, _worldFlags = S.empty
, _clickMousePos = V2 0 0
, _pathGraph = Data.Graph.Inductive.Graph.empty