help2.stkgui 8.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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" I18N="In the help menu" text="To help you win, there are some powerups you can collect:"/>
  18. <div width="100%" proportion="1" layout="horizontal-row">
  19. <icon align="center" width="64" height="64" icon="models/bubblegum-icon.png"/>
  20. <spacer width="25" height="25"/>
  21. <bubble proportion="1" height="100%" text="BubbleGum - protect yourself with a shield, or use while looking back to leave a sticky pink puddle behind you."/>
  22. </div>
  23. <div width="100%" proportion="1" layout="horizontal-row">
  24. <icon align="center" width="64" height="64" icon="models/cake-icon.png"/>
  25. <spacer width="25" height="25"/>
  26. <bubble proportion="1" height="100%"
  27. text="Cake - thrown at the closest rival, best on short ranges and long straights."/>
  28. </div>
  29. <div width="100%" proportion="1" layout="horizontal-row">
  30. <icon align="center" width="64" height="64" icon="models/plunger-icon.png"/>
  31. <spacer width="25" height="25"/>
  32. <bubble proportion="1" height="100%" text="Plunger - throw straight to pull an opponent back, or throw while looking back to make one lose sight."/>
  33. </div>
  34. <div width="100%" proportion="1" layout="horizontal-row">
  35. <icon align="center" width="64" height="64" icon="models/bowling-icon.png"/>
  36. <spacer width="25" height="25"/>
  37. <bubble proportion="1" height="100%"
  38. text="Bowling Ball - bounces off walls. If you are looking back, it will be thrown backwards."/>
  39. </div>
  40. <div width="100%" proportion="1" layout="horizontal-row">
  41. <icon align="center" width="64" height="64" icon="models/parachute-icon.png"/>
  42. <spacer width="25" height="25"/>
  43. <bubble proportion="1" height="100%" text="Parachute - slows down all karts in a better position."/>
  44. </div>
  45. <div width="100%" proportion="1" layout="horizontal-row">
  46. <icon align="center" width="64" height="64" icon="models/swap-icon.png"/>
  47. <spacer width="25" height="25"/>
  48. <bubble proportion="1" height="100%" text="Swapper - gift boxes are transformed into bananas and vice versa for a short time."/>
  49. </div>
  50. <div width="100%" proportion="1" layout="horizontal-row">
  51. <icon align="center" width="64" height="64" icon="models/rubber_ball-icon.png"/>
  52. <spacer width="25" height="25"/>
  53. <bubble proportion="1" height="100%" text="Basket Ball - bounces after the leader, and might squash and slow down karts down on the way."/>
  54. </div>
  55. <div width="100%" proportion="1" layout="horizontal-row">
  56. <icon align="center" width="64" height="64" icon="models/swatter-icon.png"/>
  57. <spacer width="25" height="25"/>
  58. <bubble proportion="1" height="100%" text="Swatter - will squash karts close by, slowing them down."/>
  59. </div>
  60. </box>
  61. </div>
  62. <icon-button id="back" x="0" y="0" height="8%" icon="gui/back.png"/>
  63. </stkgui>