options_players.stkgui 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <stkgui>
  3. <div x="1%" y="1%" width="98%" height="98%" layout="vertical-row" >
  4. <header text_align="center" width="80%" align="center" text="SuperTuxKart Options"/>
  5. <spacer height="15" width="10"/>
  6. <tabs id="options_choice" height="10%" max_height="110" x="2%" width="98%" align="center">
  7. <icon-button id="tab_video" width="128" height="128" icon="gui/options_video.png"/>
  8. <icon-button id="tab_audio" width="128" height="128" icon="gui/options_audio.png"/>
  9. <icon-button id="tab_ui" width="128" height="128" icon="gui/options_ui.png"/>
  10. <icon-button id="tab_players" width="128" height="128" icon="gui/options_players.png"
  11. I18N="Section in the settings menu" text="Players"/>
  12. <icon-button id="tab_controls" width="128" height="128" icon="gui/options_input.png"/>
  13. </tabs>
  14. <box proportion="1" width="100%" layout="vertical-row">
  15. <spacer width="5" height="5"/>
  16. <div layout="horizontal-row" width="75%" height="fit" align="center">
  17. <spacer proportion="1"/>
  18. <label text="You are playing as" height="100%"/>
  19. <spacer width="2%" height="1"/>
  20. <button id="playername" width="27%" align="center"/>
  21. <spacer proportion="1"/>
  22. </div>
  23. <spacer width="5" height="10"/>
  24. <label width="100%"
  25. I18N="In the player configuration screen"
  26. text="Press enter or double-click on a player to edit him/her"
  27. text_align="center" />
  28. <spacer width="5" height="20"/>
  29. <box proportion="5" width="75%" align="center" layout="vertical-row" padding="8">
  30. <list id="players" x="0" y="0" width="100%" height="100%"/>
  31. </box>
  32. <spacer width="20" height="25"/>
  33. <button id="addplayer" x="20"
  34. I18N="In the player configuration screen"
  35. text="Add Player" align="center"/>
  36. <spacer width="20" height="15"/>
  37. </box>
  38. </div>
  39. <icon-button id="back" x="0" y="0" height="8%" icon="gui/back.png"/>
  40. </stkgui>