mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Update Splashcreen Message
Reword the text on the splashscreen to sound more inviting and increase the dialog size to ensure there's enough space for the message in all languages. Fixes #8682
This commit is contained in:
parent
c799e4221a
commit
9caaa37482
1 changed files with 4 additions and 3 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<!-- Add a translucent black background to fade out the menu page -->
|
||||
<object type="image" sprite="ModernFade"/>
|
||||
|
||||
<object type="image" style="ModernDialog" size="50%-310 50%-225 50%+310 50%+225">
|
||||
<object type="image" style="ModernDialog" size="50%-340 50%-230 50%+340 50%+230">
|
||||
|
||||
<object type="text" style="ModernLabelText" size="50%-128 -18 50%+128 14">
|
||||
<translatableAttribute id="caption">Welcome!</translatableAttribute>
|
||||
|
|
@ -23,13 +23,14 @@
|
|||
<object>
|
||||
<object name="icon1" type="image" sprite="stretched:pregame/icons/experimental.png"/>
|
||||
<object name="text1" type="text" textcolor="white" font="sans-16">
|
||||
<translatableAttribute id="caption">This game is still in development. You may encounter bugs, and some features are not as fleshed out as we would like.</translatableAttribute>
|
||||
<translatableAttribute id="caption">0 A.D. is still in active development. You may encounter bugs, and some features are not as fleshed out as we would like. However, the game is being improved constantly. Expect some content drops and balance changes each release as we're still working to make the game the best it can be! Check our website and forums for updates!</translatableAttribute>
|
||||
</object>
|
||||
</object>
|
||||
<object>
|
||||
<object name="icon2" type="image" sprite="stretched:pregame/icons/lag.png"/>
|
||||
<object name="text2" type="text" textcolor="white" font="sans-16">
|
||||
<translatableAttribute id="caption">The game can have performance problems, especially with large maps and a great number of units.</translatableAttribute>
|
||||
<translatableAttribute id="caption">The game is fully playable. But at times it can have performance problems with large maps and a great number of units, especially on weaker hardware.
|
||||
</translatableAttribute>
|
||||
</object>
|
||||
</object>
|
||||
<object>
|
||||
|
|
|
|||
Loading…
Reference in a new issue