mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07:00
The idea is to add different types of panels to the tutorial in the future. And the only texts that players might read multiple times are tips or explanations, which the plan is to display on an entirely separate panel anyway.
8 lines
583 B
XML
8 lines
583 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<object name="instructionPanel" type="image" sprite="color:0 0 0 125" size="50%-310 80 50%+310 210">
|
|
<object name="instructionPanelText" type="text" style="TutorialInstructionText" size="10 10 100%-10 100%-52"/>
|
|
<object name="instructionPanelHint" type="text" style="ModernLeftLabelText" size="25 100%-46 100%-190 100%-6"/>
|
|
<object name="instructionPanelContinueButton" type="button" style="ModernButtonRed" size="100%-170 100%-40 100%-30 100%-12">
|
|
<translatableAttribute id="caption">Continue</translatableAttribute>
|
|
</object>
|
|
</object>
|