Screen { U2Title "title" { text "CONTROLLER OPTIONS" } U2Menu "input_options" { position -45, -110 gap 0, 4 Layout vertical Anchor centre, top clip 640, 226 children { #U2MenuCycle "auto_aim" #{ # text "AUTO AIM" #} U2MenuCycle "look_x" { text "LOOK X SENSITIVITY" } U2MenuCycle "look_y" { text "LOOK Y SENSITIVITY" } U2MenuCycle "invert_y" { text "INVERT LOOK Y" } U2MenuCycle "spring_y" { text "SPRING LOOK Y" } U2MenuCycle "vibration" { text "VIBRATION" } } } # U2ButtonPrompt "bpA" # { # button A # text "SELECT" # } U2ButtonPrompt "bpB" { button B text "BACK" } }