Screen { U2Title "title" { text "CREATE GAME" } U2Menu "link_create" { position 0, -110 gap 0, 4 Layout vertical Anchor centre, top clip 640, 226 children { U2MenuCycle "max_slots" { text "MAXIMUM PLAYERS" } U2MenuCycle "level" { text "LEVEL" } U2MenuCycle "team_talk" { text "TEAM TALK" } U2MenuCycle "time_limit" { text "TIME LIMIT" } U2MenuCycle "map_cycle" { text "MAP CYCLE" } U2MenuCycle "dedicated" { text "DEDICATED SERVER" } } } U2ButtonPrompt "bpA" { button A text "START" notify } U2ButtonPrompt "bpB" { button B text "BACK" } }