help3.stkgui 8.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" encoding="UTF-16"?>
  2. <stkgui>
  3. <div x="1%" y="1%" width="98%" height="98%" layout="vertical-row" >
  4. <header align="center" width="80%" text="SuperTuxKart Help" text_align="center"/>
  5. <spacer height="15" width="10"/>
  6. <tabs id="category" height="10%" max_height="110" x="2%" width="98%" align="center">
  7. <icon-button id="page1" width="128" height="128" icon="gui/track_random.png"
  8. I18N="Tab in help menu" text="General"/>
  9. <icon-button id="page2" width="128" height="128" icon="gui/weapons.png"
  10. I18N="Tab in help menu" text="Weapons"/>
  11. <icon-button id="page3" width="128" height="128" icon="gui/mode_ftl.png"
  12. I18N="Tab in help menu" text="Game Modes"/>
  13. <icon-button id="page4" width="128" height="128" icon="gui/options_input.png"
  14. I18N="Tab in help menu" text="Multi­player"/>
  15. </tabs>
  16. <box proportion="1" width="100%" layout="vertical-row">
  17. <label align="center" text="SuperTuxKart features several game modes"/>
  18. <div width="100%" proportion="2" layout="horizontal-row">
  19. <icon align="center" width="64" height="64" icon="gui/mode_normal.png"/>
  20. <spacer width="25" height="25"/>
  21. <bubble proportion="1" height="100%"
  22. I18N="In the help menu"
  23. text="Regular Race: All blows allowed, so catch weapons and make clever use of them!"/>
  24. </div>
  25. <div width="100%" proportion="2" layout="horizontal-row">
  26. <icon align="center" width="64" height="64" icon="gui/mode_tt.png"/>
  27. <spacer width="25" height="25"/>
  28. <bubble proportion="1" height="100%"
  29. I18N="In the help menu"
  30. text="Time Trial: Contains no powerups, so only your driving skills matter!"/>
  31. </div>
  32. <div width="100%" proportion="2" layout="horizontal-row">
  33. <icon align="center" width="64" height="64" icon="gui/mode_ftl.png"/>
  34. <spacer width="25" height="25"/>
  35. <bubble proportion="1" height="100%"
  36. I18N="In the help menu"
  37. text="Follow the leader: Run for second place, as the last kart will be disqualified every time the counter hits zero. Beware: going in front of the leader will get you eliminated too!"/>
  38. </div>
  39. <div width="100%" proportion="2" layout="horizontal-row">
  40. <icon align="center" width="64" height="64" icon="gui/mode_3strikes.png"/>
  41. <spacer width="25" height="25"/>
  42. <bubble proportion="1" height="100%"
  43. I18N="In the help menu"
  44. text="3 Strikes Battle: Only in multiplayer games. Hit others with weapons until they lose all their lives."/>
  45. </div>
  46. <div width="100%" proportion="2" layout="horizontal-row">
  47. <icon align="center" width="64" height="64" icon="gui/mode_soccer.png"/>
  48. <spacer width="25" height="25"/>
  49. <bubble proportion="1" height="100%"
  50. I18N="In the help menu"
  51. text="Soccer: Only in multiplayer games. Use your kart to push the ball into the goal."/>
  52. </div>
  53. <div width="100%" proportion="2" layout="horizontal-row">
  54. <icon align="center" width="64" height="64" icon="gui/mode_easter.png"/>
  55. <spacer width="25" height="25"/>
  56. <bubble proportion="1" height="100%"
  57. I18N="In the help menu"
  58. text="Egg hunt: Explore tracks to find all hidden eggs."/>
  59. </div>
  60. <bubble proportion="3" width="100%" I18N="In the help menu"
  61. text="* Most of these game modes can also be played in a Grand Prix fashion: instead of playing a single race, you play many in a row. The better you rank, the more points you get. In the end, the player with the most points wins the cup."/>
  62. </box>
  63. </div>
  64. <icon-button id="back" x="0" y="0" height="8%" icon="gui/back.png"/>
  65. </stkgui>