Screen { U2Title "title" { text "MAIN MENU" } U2Menu "main" { position 0, -110 Layout vertical gap 0, 4 Anchor centre, top clip 640, 226 children { U2MenuItem "single_player" { text "SINGLE PLAYER" } U2MenuItem "coop" { text "CO-OPERATIVE" } U2MenuItem "xmp" { text "XMP" } U2MenuItem "xmp_tutorial" { text "XMP TUTORIAL" } U2MenuItem "options" { text "OPTIONS" } U2MenuItem "debug" { text "DEBUG MENU" } } } U2ButtonPrompt "bpA" { button A text "SELECT" } U2ButtonPrompt "bpB" { button B text "BACK" } }