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.
41 lines
698 B
XML
41 lines
698 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<styles>
|
|
|
|
<style name="LoadingPageTitleText"
|
|
font="sans-bold-18"
|
|
textcolor="white"
|
|
text_align="center"
|
|
text_valign="center"
|
|
/>
|
|
|
|
<style name="LoadingBarText"
|
|
font="sans-bold-stroke-14"
|
|
textcolor="white"
|
|
text_align="center"
|
|
text_valign="center"
|
|
/>
|
|
|
|
<style name="LoadingTitleText"
|
|
font="sans-bold-18"
|
|
textcolor="white"
|
|
text_align="left"
|
|
text_valign="top"
|
|
/>
|
|
|
|
<style name="LoadingText"
|
|
font="sans-bold-stroke-14"
|
|
textcolor="white"
|
|
text_align="left"
|
|
text_valign="top"
|
|
/>
|
|
|
|
|
|
<style name="LoadingProgressbar"
|
|
sprite_bar="LoadingProgressBarMiddle"
|
|
ghost="true"
|
|
tooltip_style="snToolTip"
|
|
tooltip="(TBA)"
|
|
/>
|
|
|
|
</styles>
|