Commit mid add time scroll
This commit is contained in:
@@ -459,7 +459,7 @@ withTempLight time rad col eff item cr =
|
||||
|
||||
modClock :: Int -> ChainEffect -> ChainEffect
|
||||
modClock n chainEff eff it cr w
|
||||
| (w ^. cWorld . cwTime . worldClock) `mod` n == 0 = chainEff eff it cr w
|
||||
| (w ^. cwTime . worldClock) `mod` n == 0 = chainEff eff it cr w
|
||||
| otherwise = eff it cr w
|
||||
|
||||
withMuzFlareI :: ChainEffect
|
||||
|
||||
@@ -14,6 +14,10 @@ import Picture
|
||||
import Shape
|
||||
import ShapePicture
|
||||
|
||||
timeScrollGun :: Item
|
||||
timeScrollGun =
|
||||
defaultHeldItem
|
||||
|
||||
rewindGun :: Item
|
||||
rewindGun =
|
||||
defaultLeftItem
|
||||
|
||||
Reference in New Issue
Block a user