Minor modification in play tutorial text. Fixes #2535
This commit is contained in:
parent
0be10ce448
commit
7d4fbb8d0c
@ -20,7 +20,7 @@
|
|||||||
<box proportion="1" width="100%" layout="vertical-row">
|
<box proportion="1" width="100%" layout="vertical-row">
|
||||||
|
|
||||||
<spacer width="5" height="15"/>
|
<spacer width="5" height="15"/>
|
||||||
<button id="startTutorial" text="Click here to play the tutorial" align="center"/>
|
<button id="startTutorial" text="Start the tutorial" align="center"/>
|
||||||
<spacer width="5" height="15"/>
|
<spacer width="5" height="15"/>
|
||||||
|
|
||||||
<div width="100%" proportion="2" layout="horizontal-row">
|
<div width="100%" proportion="2" layout="horizontal-row">
|
||||||
|
@ -507,7 +507,7 @@ void RaceGUIOverworld::drawGlobalMiniMap()
|
|||||||
irr_driver->getActualScreenSize().Height - GUIEngine::getFontHeight()*2,
|
irr_driver->getActualScreenSize().Height - GUIEngine::getFontHeight()*2,
|
||||||
irr_driver->getActualScreenSize().Width,
|
irr_driver->getActualScreenSize().Width,
|
||||||
irr_driver->getActualScreenSize().Height);
|
irr_driver->getActualScreenSize().Height);
|
||||||
GUIEngine::getOutlineFont()->draw(_("Press fire to play the tutorial"), pos2,
|
GUIEngine::getOutlineFont()->draw(_("Press fire to start the tutorial"), pos2,
|
||||||
GUIEngine::getSkin()->getColor("font::normal"),
|
GUIEngine::getSkin()->getColor("font::normal"),
|
||||||
true, true /* vcenter */, NULL);
|
true, true /* vcenter */, NULL);
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user