Make "tanks" into Blocks

This commit is contained in:
2022-06-18 23:28:17 +01:00
parent cc93fc83d7
commit bae0f7dcad
10 changed files with 38 additions and 19 deletions
+3 -2
View File
@@ -11,8 +11,9 @@ defaultBlock = Block
, _blShadows = []
, _blFootprint = []
, _blPos = 0
, _blRot = 0
, _blDraw = const mempty
, _blDeath = makeBlockDebris
, _blDeath = makeBlockDebris
}
defaultDirtBlock :: Block
defaultDirtBlock = defaultBlock & blHP .~ 50