Refactor item drawing

This commit is contained in:
2021-10-01 23:01:36 +01:00
parent 5f17841811
commit 8c1496e140
28 changed files with 248 additions and 185 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ import ShapePicture
floorItemSPic :: FloorItem -> SPic
floorItemSPic flit
= uncurryV translateSPf (_flItPos flit)
$ rotateSP (_flItRot flit) (_itFloorPict (_flIt flit))
$ rotateSP (_flItRot flit) (_itFloorPict (_flIt flit) (_flIt flit))