Partially implement separate blocks

This commit is contained in:
2021-10-26 22:53:49 +01:00
parent d136fd910c
commit 12d43f9cf0
15 changed files with 145 additions and 115 deletions
+1 -2
View File
@@ -22,13 +22,12 @@ defaultBlock = Block
, _wlColor = greyN 0.5
, _wlSeen = False
, _blIDs = []
, _blHP = 5
, _wlIsSeeThrough = False
, _blVisible = True
, _blShadows = []
, _blDegrades = [20,20]
, _wlDraw = True
, _wlRotateTo = True
, _wlBlockID = 0
}
{- Indestructible see-through wall. -}