Screen { U2Title "title" { text "SINGLE PLAYER" } U2Menu "new_or_load" { position 0, -110 gap 0, 4 Layout vertical Anchor centre, top children { U2MenuItem "new_game" { text "NEW GAME" } U2MenuItem "load_game" { text "LOAD GAME" } } } U2ButtonPrompt "bpA" { button A text "SELECT" } U2ButtonPrompt "bpB" { button B text "BACK" } }