Add indexed world modifications, example use in flicker lights
This commit is contained in:
@@ -31,7 +31,7 @@ initialWorld = defaultWorld
|
||||
, _yourID = 0
|
||||
, _worldEvents = saveWorldInEmptySlot LevelStartSlot
|
||||
. soundStart BackgroundSound (V2 0 0) foamSprayFadeOutS Nothing
|
||||
. foldr ((.) . makeStartCloudAt) id [V3 x y 5 | x <- [-5,-3..5] , y <- [-5,-3..5]]
|
||||
. foldr ((.) . makeStartCloudAt) id [V3 x y 5 | x <- [-5,-4..5] , y <- [-5,-4..5]]
|
||||
, _pressPlates = IM.empty
|
||||
, _buttons = IM.empty
|
||||
, _toPlaySounds = M.empty
|
||||
|
||||
Reference in New Issue
Block a user