Shuffle a bit

This commit is contained in:
nelle 2023-10-28 13:51:19 -06:00
parent b27e090850
commit 886571f2da

View file

@ -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))
}