| 1234567891011121314 |
- definitions
- menubutton
- font: size: 24
- TBLayout: axis: y, size: available
- TBButton: text: "New Game", id: "new_game"
- @include definitions>menubutton
- TBButton: text: "Options", id: "options"
- @include definitions>menubutton
- TBButton: text: "About", id: "about"
- @include definitions>menubutton
- TBButton: text: "Quit", id: "quit"
- @include definitions>menubutton
|