Fix console item creation, fix tank object clockwise orientation

This commit is contained in:
2024-06-11 14:19:31 +01:00
parent c862c862df
commit 935f09f08e
7 changed files with 11 additions and 33 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ data Block = Block
, _blWallIDs :: IS.IntSet
, _blHP :: Int
, _blShadows :: [Int] -- a list of blocks/walls? that are not shown when this block exists
, _blFootprint :: [Point2]
, _blFootprint :: [Point2] -- TODO check whether this should be clockwise/anticlockwise
, _blPos :: Point2
, _blDir :: Float
, _blHeight :: Float