Skip to content

Commit

Permalink
Start sandbox on screen capture scene
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Nov 10, 2024
1 parent 1a218e4 commit 6cd317d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ object SandboxGame extends IndigoGame[SandboxBootData, SandboxStartupData, Sandb
val viewportHeight: Int = gameHeight * magnificationLevel // 256

def initialScene(bootData: SandboxBootData): Option[SceneName] =
Some(UiScene.name)
Some(CaptureScreenScene.name)

def scenes(bootData: SandboxBootData): NonEmptyList[Scene[SandboxStartupData, SandboxGameModel, SandboxViewModel]] =
NonEmptyList(
Expand Down

0 comments on commit 6cd317d

Please sign in to comment.