karts.stkgui 1.0 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <stkgui>
  3. <div x="1%" y="1%" width="98%" height="99%" layout="vertical-row" >
  4. <header width="80%"
  5. I18N="In the kart selection (player setup) screen"
  6. text="Choose a Kart"
  7. align="center" text_align="center" />
  8. <placeholder id="playerskarts" width="100%" align="center" proportion="4">
  9. <!-- Contents is added programatically -->
  10. </placeholder>
  11. <spacer height="15" width="25"/>
  12. <box proportion="2" width="100%" layout="vertical-row" padding="2">
  13. <ribbon_grid id="karts" proportion="1" square_items="true" width="100%" align="center"
  14. child_width="90" child_height="90" max_rows="3"/>
  15. </box>
  16. <!-- Groups will be added dynamically at runtime -->
  17. <tabs width="98%" x="1%" height="25" id="kartgroups">
  18. </tabs>
  19. <spacer width="100%" height="2%"/>
  20. </div>
  21. <icon-button id="back" x="0" y="0" height="8%" icon="gui/back.png"/>
  22. </stkgui>