Quick Play
This commit is contained in:
parent
1af074ab92
commit
8c6526a9c7
1 changed files with 2 additions and 2 deletions
|
@ -33,14 +33,14 @@ class StartView (private val grid: TileGrid, theme: ColorTheme = GameConfig.THEM
|
|||
// we align the button to the bottom center of our header
|
||||
.withAlignmentAround(header, ComponentAlignment.BOTTOM_CENTER)
|
||||
// its text is "Start!"
|
||||
.withText("BEGIN!")
|
||||
.withText("QUICK PLAY!")
|
||||
// we want a box and some shadow around it
|
||||
.withDecorations(box(), shadow())
|
||||
.build()
|
||||
|
||||
val configButton = Components.button()
|
||||
.withAlignmentAround(startButton, ComponentAlignment.BOTTOM_CENTER)
|
||||
.withText("CONFIG")
|
||||
.withText("PLAY")
|
||||
.withDecorations(box(), shadow())
|
||||
.build()
|
||||
|
||||
|
|
Loading…
Reference in a new issue