Rename shaders, remove a dependency on Dodge.Data
This commit is contained in:
@@ -9,6 +9,7 @@ module Dodge.Default where
|
||||
|
||||
import Dodge.Item.Weapon.Recock
|
||||
import Dodge.Data
|
||||
import Dodge.Data.Menu
|
||||
import Dodge.SoundLogic
|
||||
import Dodge.Base
|
||||
import Dodge.Config.Data
|
||||
@@ -208,6 +209,7 @@ defaultWorld = World
|
||||
, _itemPositions = IM.empty
|
||||
, _projectiles = IM.empty
|
||||
, _particles = []
|
||||
, _staticWalls = []
|
||||
, _walls = IM.empty
|
||||
, _wallsZone = IM.empty
|
||||
, _forceFields = IM.empty
|
||||
|
||||
Reference in New Issue
Block a user