Add forgotten files, many updates concerning turrets and shields

This commit is contained in:
2021-11-05 19:58:55 +00:00
parent 2c768845b2
commit 5a52b646e1
21 changed files with 380 additions and 34 deletions
+2
View File
@@ -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
+1
View File
@@ -33,6 +33,7 @@ defaultWorld = World
, _cloudsZone = Zone IM.empty
, _itemPositions = IM.empty
, _props = IM.empty
, _instantParticles = []
, _particles = []
, _walls = IM.empty
, _blocks = IM.empty