mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 06:13:55 -07:00
- Small popup page accessible from the main menu via Learn to Play. - Lets the player read through the tips with 'Previous' and 'Next' buttons. - Tips continue to be shown on the loading screen. -> but there without the scrolling ability. - Added two new hotkeys for quicker tip changing (item.prev and item.next) -> set to the left and right arrows respectively by default. - Responsible scripts are placed in gui/reference/tips/. - The tip text files have been moved to gui/reference/tips/texts/. - Tip image files have been moved to art/textures/ui/tips/. - Added a series of new sprites (textures in art/textures/ui/tipdisplay/) -> comprises a title decoration, a bullet point sprite, and a new button style.
27 lines
639 B
XML
27 lines
639 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<objects>
|
|
|
|
<script directory="gui/common/"/>
|
|
<script directory="gui/loading/"/>
|
|
|
|
<object type="image" style="ModernWindow">
|
|
|
|
<object size="50%-256 4 50%+256 36">
|
|
<include file="gui/loading/ProgressBar.xml"/>
|
|
</object>
|
|
|
|
<object size="50%-256 36 50%+256 50%-196">
|
|
<include file="gui/loading/TitleDisplay.xml"/>
|
|
</object>
|
|
|
|
<object size="50%-452 50%-196 50%+452 50%+196">
|
|
<include file="gui/reference/tips/sections/TipDisplay.xml"/>
|
|
</object>
|
|
|
|
<object size="50%-448 50%+230 50%+448 100%-16">
|
|
<include file="gui/loading/QuoteDisplay.xml"/>
|
|
</object>
|
|
|
|
</object>
|
|
|
|
</objects>
|