Shuffle a bit
This commit is contained in:
parent
b27e090850
commit
886571f2da
1 changed files with 2 additions and 1 deletions
|
@ -37,8 +37,9 @@ class StartView (private val grid: TileGrid) : BaseView(grid, GAME_THEME) {
|
|||
.withDecorations(box(), shadow())
|
||||
.build()
|
||||
|
||||
//TODO
|
||||
//move this on to a configuration screen for world/player customization before PlayView, for now basic gameplay is in order though.
|
||||
// Once the start button is pressed, move on to the PlayView
|
||||
//TODO move this on to a configuration screen for world/player customization before PlayView, for now basic gameplay is in order though.
|
||||
startButton.onActivated {
|
||||
replaceWith(PlayView(grid))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue