Remove force fields, cleanup

This commit is contained in:
2021-10-31 16:27:41 +00:00
parent 74a4267393
commit e3a8417f07
11 changed files with 46 additions and 105 deletions
+5
View File
@@ -1,11 +1,16 @@
module Dodge.Render.ShapePicture
( floorItemSPic
)
where
import Dodge.Data
import Geometry
import ShapePicture
--import Shape
--import Picture
floorItemSPic :: FloorItem -> SPic
floorItemSPic flit
= uncurryV translateSPf (_flItPos flit)
$ rotateSP (_flItRot flit) (_itFloorPict (_flIt flit) (_flIt flit))
--TODO combine worldShape and worldPicture here