Simplify block drawing further, store shape of block

This commit is contained in:
2025-10-24 19:39:44 +01:00
parent ffea3a1694
commit 95b4105f52
9 changed files with 143 additions and 163 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ defaultBlock = Block
, _blFootprint = []
, _blPos = 0
, _blDir = 0
, _blDraw = BlockDrawMempty
, _blDraw = mempty
, _blHeight = 100
}
defaultDirtBlock :: Block