Add missing file, workaround for placement positions bug
This commit is contained in:
@@ -10,6 +10,7 @@ import System.Random
|
||||
setDirPS :: Float -> PlacementSpot -> PlacementSpot
|
||||
setDirPS a ps = case ps of
|
||||
PS p _ -> PS p a
|
||||
PSNoShiftCont p _ -> PS p a
|
||||
PSPos f re fb -> PSPos (\rp r -> fmap (first (setDirPS a)) (f rp r)) re fb
|
||||
PSRoomRand i f -> PSRoomRand i (fmap (setDirPS a) f)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user