Screen { U2Title "title" { text "PLAYERS" } Group "label" { position 0, -60 anchor centre, mid layout vertical children { Text "text" { text "" invisible } } } Group "caption" { position 0, 124 anchor centre, mid layout vertical children { Text "text" { text "" invisible } } } Group "header" { position 0, -138 Layout vertical Anchor centre, top children { U2User "header" { title "PLAYER NAME" } } } U2Menu "players" { 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" } }