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 "cross_glow" #{ # text "CROSSHAIR GLOW" #} U2MenuCycle "radar" { text "RADAR" } #Not needed for XMP #U2MenuCycle "subtitles" #{ # text "SHOW SUBTITLES" #} #Not needed for XMP #U2MenuCycle "auto_weapon" #{ # text "AUTO SWITCH WEAPON" #} } } # U2ButtonPrompt "bpA" # { # button A # text "SELECT" # } U2ButtonPrompt "bpB" { button B text "BACK" } }