Screen { U2Title "title" { text "PAUSED" } U2Menu "pause" { position 0, -110 Layout vertical gap 0, 4 Anchor centre, top children { U2MenuItem "resume" { text "RESUME GAME" } U2MenuItem "quit" { text "QUIT" } U2MenuItem "options" { text "OPTIONS" } U2MenuItem "restart" { text "RESTART" } } } U2ButtonPrompt "bpA" { button A text "SELECT" } }