Screen { U2Title "title" { text "LIVE MATCHES" } Group "label" { position 0, -60 anchor centre, mid layout vertical children { Text "text" { text "searching for matches..." invisible } } } Group "caption" { position 0, 100 anchor centre, mid layout vertical children { Text "text" { text "" invisible } } } Group "header" { position 0, -138 Layout vertical Anchor centre, top children { U2Session "header" { title "HOST", "MAP", "PLAYERS" } } } U2Menu "live_join" { position 0, -110 gap 0, 4 Layout vertical Anchor centre, top clip 640, 164 arrowoffset -28, 0 children { } } U2ButtonPrompt "bpA" { button A text "SELECT" } U2ButtonPrompt "bpB" { button B text "BACK" } U2ButtonPrompt "bpX" { button X text "REFRESH" notify } U2ButtonPrompt "bpY" { button Y text "CREATE" notify } }