Implement moving mounted lights
This commit is contained in:
@@ -28,7 +28,7 @@ data PSType = PutCrit {_unPutCrit :: Creature}
|
||||
| PutTrigger (World -> Bool)
|
||||
| PutLineBlock Wall BlockMaterial Float Float Point2 Point2
|
||||
| PutWall { _pwPoly :: [Point2] , _pwWall :: Wall }
|
||||
| PutSlideDr Bool Color (World -> Bool) Point2 Point2 Float
|
||||
| PutSlideDr Bool Color (World -> Bool) Float Point2 Point2 Float
|
||||
| PutDoor Color (World -> Bool) [(Point2,Point2)]
|
||||
| RandPS (State StdGen PSType)
|
||||
| PutShape Shape
|
||||
|
||||
Reference in New Issue
Block a user