2018-06-20 20:57:41 -04:00
<?xml version="1.0" encoding="UTF-8"?>
<stkgui>
2019-10-24 16:24:20 -04:00
<icon-button id="back" x="1%" y="0" height="9%" icon="gui/icons/back.png"/>
2018-06-20 20:57:41 -04:00
<div x="1%" y="1%" width="98%" height="98%" layout="vertical-row" >
2019-10-05 17:03:04 -04:00
<header width="80%" height="8%" align="center" text="SuperTuxKart Help" text_align="center"/>
2018-06-20 20:57:41 -04:00
<spacer height="1%" width="100%"/>
2019-10-05 17:03:04 -04:00
<div width="100%" height="91%" layout="horizontal-row" >
2018-06-20 20:57:41 -04:00
2020-01-13 00:02:50 -05:00
<vertical-tabs id="category" height="100%" width="20%">
2019-10-05 13:14:09 -04:00
<icon-button id="page1" width="128" height="128" icon="gui/icons/options_general.png"
2018-06-20 20:57:41 -04:00
I18N="Tab in help menu" text="General"/>
2018-09-16 10:37:42 -04:00
<icon-button id="page2" width="128" height="128" icon="gui/icons/mode_ftl.png"
2018-06-20 20:57:41 -04:00
I18N="Tab in help menu" text="Game Modes"/>
2019-02-28 18:00:21 -05:00
<icon-button id="page3" width="128" height="128" icon="gui/icons/gift.png"
2018-06-20 20:57:41 -04:00
I18N="Tab in help menu" text="Powerups"/>
2018-09-16 10:37:42 -04:00
<icon-button id="page4" width="128" height="128" icon="gui/icons/banana.png"
2018-06-20 20:57:41 -04:00
I18N="Tab in help menu" text="Bananas"/>
2018-09-16 10:37:42 -04:00
<icon-button id="page5" width="128" height="128" icon="gui/icons/story_mode_book.png"
2018-06-20 20:57:41 -04:00
I18N="Tab in help menu" text="Story Mode"/>
2018-09-16 10:37:42 -04:00
<icon-button id="page6" width="128" height="128" icon="gui/icons/mass.png"
2018-06-20 20:57:41 -04:00
I18N="Tab in help menu" text="Kart classes"/>
2018-09-16 10:37:42 -04:00
<icon-button id="page7" width="128" height="128" icon="gui/icons/options_input.png"
2019-01-03 17:00:40 -05:00
I18N="Tab in help menu" text="Multiplayer"/>
2018-06-20 20:57:41 -04:00
</vertical-tabs>
<spacer width="2%" height="100%"/>
2020-01-13 00:02:50 -05:00
<box width="78%" height="100%" layout="vertical-row">
2018-06-20 20:57:41 -04:00
<spacer height="1%" width="10"/>
<label align="center" word_wrap="true" text="Not all karts drive the same! They belong to classes with several differences:"/>
<spacer height="2%" width="10"/>
<div width="100%" proportion="4" layout="horizontal-row">
2019-11-07 13:01:28 -05:00
<icon align="center" width="8%" height="100%" icon="gui/icons/mass.png"/>
<spacer width="3%" height="100%"/>
2018-06-20 20:57:41 -04:00
<bubble proportion="1" height="100%"
I18N="In the help menu"
2019-07-18 03:47:47 -04:00
text="Mass - there are three classes of karts, depending on their mass: light, medium and heavy. Heavier karts are less affected by parachutes and are more resistant to explosions."/>
2018-06-20 20:57:41 -04:00
</div>
<div width="100%" proportion="4" layout="horizontal-row">
2019-11-07 13:01:28 -05:00
<icon align="center" width="8%" height="100%" icon="gui/icons/power.png"/>
<spacer width="3%" height="100%"/>
2018-06-20 20:57:41 -04:00
<bubble proportion="1" height="100%"
I18N="In the help menu"
text="Acceleration - especially useful at start, after an accident, or in tracks with a lot of sharp curves. The lighter the kart, the faster it accelerates, especially at low speeds."/>
</div>
<div width="100%" proportion="4" layout="horizontal-row">
2019-11-07 13:01:28 -05:00
<icon align="center" width="8%" height="100%" icon="gui/icons/speed.png"/>
<spacer width="3%" height="100%"/>
2018-06-20 20:57:41 -04:00
<bubble proportion="1" height="100%"
I18N="In the help menu"
text="Max speed - the higher it is, the faster the kart can go. Especially useful in tracks with straight lines and gentle curves. Heavier karts have a higher top speed."/>
</div>
<div width="100%" proportion="3" layout="horizontal-row">
2019-11-07 13:01:28 -05:00
<icon align="center" width="8%" height="100%" icon="gui/icons/nitro.png"/>
<spacer width="3%" height="100%"/>
2018-06-20 20:57:41 -04:00
<bubble proportion="1" height="100%"
I18N="In the help menu"
2019-12-13 19:48:50 -05:00
text="Nitro efficiency - The higher it is, the more speed you get from a can of nitro. A lighter kart will have higher nitro efficiency."/>
2018-06-20 20:57:41 -04:00
</div>
<div width="100%" proportion="4" layout="horizontal-row">
2019-11-07 13:01:28 -05:00
<icon align="center" width="12%" height="100%" icon="gui/icons/slipstream_icon.png"/>
<spacer width="3%" height="100%"/>
2018-06-20 20:57:41 -04:00
<bubble proportion="1" height="100%" word_wrap="true"
I18N="In the help menu"
text="If you follow closely another kart for a few seconds, you'll get a slipstream speed bonus when you overtake it. The lighter your kart, the easier it is."/>
</div>
</box>
</div>
</div>
</stkgui>