Add menu option to start new game from seed, uses system clipboard
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module Dodge.Initialisation where
|
||||
import Dodge.Default.World
|
||||
import Dodge.Base
|
||||
import Dodge.Save
|
||||
--import Dodge.Save
|
||||
import Dodge.Data
|
||||
import Dodge.Creature
|
||||
--import Dodge.Story
|
||||
@@ -28,7 +28,7 @@ initialWorld = defaultWorld
|
||||
, _mousePos = V2 0 0
|
||||
, _testString = testStringInit
|
||||
, _yourID = 0
|
||||
, _sideEffects = return .saveWorldInEmptySlot LevelStartSlot
|
||||
, _sideEffects = return
|
||||
, _worldEvents = soundStart BackgroundSound (V2 0 0) foamSprayFadeOutS Nothing
|
||||
. foldr ((.) . makeStartCloudAt) id [V3 x y 5 | x <- [-5,-4..5] , y <- [-5,-4..5]]
|
||||
, _pressPlates = IM.empty
|
||||
|
||||
Reference in New Issue
Block a user