Add forgotten files, many updates concerning turrets and shields
This commit is contained in:
@@ -13,9 +13,11 @@ defaultWall = Wall
|
||||
, _wlOpacity = Opaque
|
||||
, _wlPathable = False
|
||||
, _wlFireThrough = False
|
||||
, _wlReflect = False
|
||||
, _wlDraw = True
|
||||
, _wlRotateTo = True
|
||||
, _wlStructure = StandaloneWall
|
||||
, _wlWalkable = False
|
||||
}
|
||||
{- Indestructible see-through wall. -}
|
||||
defaultCrystalWall :: Wall
|
||||
|
||||
@@ -33,6 +33,7 @@ defaultWorld = World
|
||||
, _cloudsZone = Zone IM.empty
|
||||
, _itemPositions = IM.empty
|
||||
, _props = IM.empty
|
||||
, _instantParticles = []
|
||||
, _particles = []
|
||||
, _walls = IM.empty
|
||||
, _blocks = IM.empty
|
||||
|
||||
Reference in New Issue
Block a user