This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Changeset 10087 for ps


Ignore:
Timestamp:
08/24/11 07:03:11 (13 years ago)
Author:
brian
Message:

Add alpha warning back

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/binaries/data/mods/public/gui/pregame/mainmenu.xml

    r10086 r10087  
    206206                        </object>
    207207
    208            
    209 
    210             <!-- LOGO AND BUILD VERSION -->
    211             <object
    212                                 size="4 100%-84 100%-4 100%-56"
    213                         >
    214                 <!-- COMPANY LOGO -->
    215                         <object name="companyLogo"
    216                                 type="image"
    217                                 ghost="true"
    218                                 size="50%-16 0 50%+16 32"
    219                                 sprite="companyLogo"
    220                         />
    221 
    222                 <!-- COMPANY NAME -->
    223                         <object
    224                     type="text"
    225                                 style="SmallTitleText"
    226                                 size="50%-128 32 50%+128 48"
    227                 >WILDFIRE GAMES</object>
    228             </object>
    229 
    230                 <!-- VERSION -->
    231                 <object name="versionNumber"
    232                 type="text"
    233                     style="SmallTitleText"
    234                     ghost="true"
    235                     size="50%-128 100%-36 50%+128 100%"
     208            <!-- PRE-RELEASE INFO -->
     209            <object size="8 50%+10 100%-8 50%+260"
     210                type="image"
     211                style="stoneTooltip"
    236212            >
    237                 <action on="Load"><![CDATA[
    238                     this.caption = "Build: " + buildTime(0) + " - " + buildTime(2);
    239                 ]]></action>
    240             </object>
     213
     214                <!-- PRE-RELEASE WARNING -->
     215                 <object
     216                    style="fancyTextHeadWhite"
     217                    type="text"
     218                    sprite="bkTranslucent"
     219                    textcolor="255 255 0"
     220                    size="4 4 100%-4 100%-32"
     221                >
     222[font="serif-bold-16"]Alpha version[/font]
     223Warning: This is an early development version of the game and many features have not been added yet, but we hope this gives you a glimpse of the game's vision.
     224
     225Watch for updates or get involved: wildfiregames.com/0ad
     226                </object>
     227
     228                <!-- CONTACT METHODS -->
     229                <object type="button"
     230                    style="StoneButton"
     231                    size="4 100%-36 50%-2 100%-4"
     232                >
     233                    Website
     234                    <action on="Press"><![CDATA[
     235                        var url = "http://wildfiregames.com/0ad/";
     236                        Engine.OpenURL(url);
     237                        messageBox(400, 200, "Opening "+url+" in default web browser. Please wait...", "Opening page", 2);
     238                    ]]></action>
     239                </object>
     240         
     241                <object type="button"
     242                    style="StoneButton"
     243                    size="50%+2 100%-36 100%-4 100%-4"
     244                >
     245                    IRC
     246                    <action on="Press"><![CDATA[
     247                        var url = "http://webchat.quakenet.org/?channels=0ad";
     248                        Engine.OpenURL(url);
     249                        messageBox(400, 200, "Opening "+url+" in default web browser. Please wait...", "Opening page", 2);
     250                    ]]></action>
     251                </object>
     252                </object>
     253
     254                <!-- LOGO AND BUILD VERSION -->
     255                <object
     256                                size="4 100%-84 100%-4 100%-56"
     257                        >
     258                    <!-- COMPANY LOGO -->
     259                        <object name="companyLogo"
     260                                type="image"
     261                                ghost="true"
     262                                size="50%-16 0 50%+16 32"
     263                                sprite="companyLogo"
     264                        />
     265
     266                    <!-- COMPANY NAME -->
     267                        <object
     268                        type="text"
     269                                style="SmallTitleText"
     270                                size="50%-128 32 50%+128 48"
     271                    >WILDFIRE GAMES</object>
     272                </object>
     273
     274                    <!-- VERSION -->
     275                <object name="versionNumber"
     276                    type="text"
     277                        style="SmallTitleText"
     278                        ghost="true"
     279                    size="50%-128 100%-36 50%+128 100%"
     280                >
     281                    <action on="Load"><![CDATA[
     282                        this.caption = "Build: " + buildTime(0) + " - " + buildTime(2);
     283                    ]]></action>
     284                </object>
    241285                       
    242                 </object>
     286                    </object>
    243287
    244288<!--
Note: See TracChangeset for help on using the changeset viewer.