Screen { U2Title "title" { text "DEBUG MENU" } U2Menu "debug" { position -45, -110 gap 0, 4 Layout vertical Anchor centre, top clip 640, 226 children { U2MenuCycle "level" { text "LEVEL" } U2MenuCycle "god" { text "GOD MODE" } U2MenuCycle "paused" { text "START PAUSED" } U2MenuCycle "nogore" { text "DISABLE GORE" } U2MenuItem "start1P" { text "START 1P" } U2MenuItem "start2P" { text "START COOP" } U2MenuCycle "GTLDisFactor" { text "GTLDisFactor" } U2MenuCycle "GTLMPB" { text "GTLMPB" } U2MenuCycle "movie" { text "MOVIE" } U2MenuItem "startMovie" { text "PLAY MOVIE" } } } U2ButtonPrompt "bpA" { button A text "SELECT" } U2ButtonPrompt "bpB" { button B text "BACK" } }