mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 06:13:55 -07:00
Reviewed By: elexis Differential Revision: https://code.wildfiregames.com/D559 This was SVN commit r19671.
14 lines
676 B
XML
14 lines
676 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<object name="tutorialPanel" type="image" sprite="ModernFade" size="50%-380 38 50%+380 292" 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>
|