This commit is contained in:
2021-10-19 15:13:41 +01:00
parent 1f8b4b8565
commit 982c8d81e1
12 changed files with 22 additions and 62 deletions
+1 -2
View File
@@ -2,7 +2,6 @@ module Dodge.Default.World
where
import Dodge.Data
import Dodge.Base
import Dodge.Zone.Data
import Dodge.Config.Data
import Dodge.Config.KeyConfig
import Dodge.Item.Data
@@ -54,7 +53,7 @@ defaultWorld = World
, _decorations = IM.empty
, _savedWorlds = M.empty
, _menuLayers = []
, _worldTriggers = S.empty
, _worldFlags = S.empty
, _clickMousePos = V2 0 0
, _pathGraph = Data.Graph.Inductive.Graph.empty
, _pathGraphP = []