Make "tanks" into Blocks
This commit is contained in:
@@ -924,6 +924,7 @@ data Block = Block
|
||||
, _blShadows :: [Int] -- a list of blocks/walls? that are not shown when this block exists
|
||||
, _blFootprint :: [Point2]
|
||||
, _blPos :: Point2
|
||||
, _blRot :: Float
|
||||
, _blDraw :: Block -> SPic
|
||||
, _blDeath :: Block -> World -> World
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user