| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- form menu
- {
- theme = res/menu.theme
- style = background
- alignment = ALIGN_VCENTER_HCENTER
- size = 1000, 150
- label congrats
- {
- style = title
- textAlignment = ALIGN_TOP_HCENTER
- autoWidth = true
- height = 50
- text = Please choose an option...
- }
-
- container buttons
- {
- style = background
- alignment = ALIGN_BOTTOM_HCENTER
- size = 950, 101
- button reset
- {
- style = buttonStyle
- layout = LAYOUT_ABSOLUTE
- height = 100
- width = 200
- position = 000, 0
- text = Play
- }
-
- button leaderboard
- {
- style = buttonStyle
- layout = LAYOUT_ABSOLUTE
- height = 100
- width = 200
- position = 250, 0
- text = Leaderboard
- }
-
- button achievements
- {
- style = buttonStyle
- layout = LAYOUT_ABSOLUTE
- height = 100
- width = 200
- position = 500, 0
- text = Achievements
- }
-
- button challenges
- {
- style = buttonStyle
- layout = LAYOUT_ABSOLUTE
- height = 100
- width = 200
- position = 750, 0
- text = Challenges
- }
- }
- }
|