Screen { U2Title "title" { text "GAME OPTIONS" } U2Menu "game_options" { position -45, -110 gap 0, 4 Layout vertical Anchor centre, top children { U2MenuCycle "gore" { text "GORE LEVEL" } U2MenuCycle "subtitles" { text "SHOW SUBTITLES" } U2MenuCycle "objectives" { text "SHOW OBJECTIVES" } U2MenuCycle "auto_weapon" { text "AUTO SWITCH WEAPON" } U2MenuCycle "cross_glow" { text "CROSSHAIR GLOW" } } } # U2ButtonPrompt "bpA" # { # button A # text "SELECT" # } U2ButtonPrompt "bpB" { button B text "BACK" } }