Add menu option to start new game from seed, uses system clipboard

This commit is contained in:
2021-12-09 14:36:26 +00:00
parent eeda4f3e39
commit 24a0cc289f
13 changed files with 101 additions and 54 deletions
+2 -2
View File
@@ -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