change word

This commit is contained in:
nelle 2023-10-28 13:38:51 -06:00
parent bd9c7d08d4
commit d5a9f5867b

View file

@ -33,7 +33,7 @@ class StartView (
// we align the button to the bottom center of our header
.withAlignmentAround(header, ComponentAlignment.BOTTOM_CENTER)
// its text is "Start!"
.withText("Start!")
.withText("BEGIN!")
// we want a box and some shadow around it
.withDecorations(box(), shadow())
.build()