0ad/binaries/data/mods/public/gui/session/tutorial_panel.xml
mimo 61b243fdc6 fixes to the economic tutorial (D194) following 15e2b42525
Reviewed By: Itms
Differential Revision: https://code.wildfiregames.com/D520
This was SVN commit r19628.
2017-05-21 16:41:39 +00:00

14 lines
676 B
XML

<?xml version="1.0" encoding="utf-8"?>
<object name="tutorialPanel" type="image" sprite="ModernFade" size="50%-300 38 50%+300 352" hidden="true">
<object size="10 10 100%-20 100%-48">
<object name="tutorialText" type="text" style="TutorialPanel"/>
</object>
<object name="tutorialWarning" type="text" style="ModernLeftLabelText" size="10 100%-42 100%-20 100%-12"/>
<object name="tutorialReady" type="button" style="ModernButtonRed" size="100%-160 100%-42 100%-20 100%-12">
<translatableAttribute id="caption">Ready</translatableAttribute>
<action on="Press">Engine.PostNetworkCommand({"type": "dialog-answer", "tutorial": "ready"});</action>
</object>
</object>