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 10088 for ps


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

Align tags to avoid confusion

File:
1 edited

Legend:

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

    r10087 r10088  
    213213
    214214                <!-- PRE-RELEASE WARNING -->
    215                  <object
     215                <object
    216216                    style="fancyTextHeadWhite"
    217217                    type="text"
     
    250250                    ]]></action>
    251251                </object>
    252                 </object>
    253 
    254                 <!-- LOGO AND BUILD VERSION -->
     252            </object>
     253
     254            <!-- LOGO AND BUILD VERSION -->
     255            <object
     256                size="4 100%-84 100%-4 100%-56"
     257            >
     258
     259                <!-- COMPANY LOGO -->
     260                <object name="companyLogo"
     261                    type="image"
     262                    ghost="true"
     263                    size="50%-16 0 50%+16 32"
     264                    sprite="companyLogo"
     265                />
     266
     267                <!-- COMPANY NAME -->
    255268                <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>
     269                    type="text"
     270                        style="SmallTitleText"
     271                    size="50%-128 32 50%+128 48"
     272                >WILDFIRE GAMES</object>
     273            </object>
     274
     275                <!-- VERSION -->
     276            <object name="versionNumber"
     277                type="text"
     278                    style="SmallTitleText"
     279                    ghost="true"
     280                size="50%-128 100%-36 50%+128 100%"
     281            >
     282                <action on="Load"><![CDATA[
     283                    this.caption = "Build: " + buildTime(0) + " - " + buildTime(2);
     284                ]]></action>
     285            </object>
    285286                       
    286                     </object>
     287                </object>
    287288
    288289<!--
Note: See TracChangeset for help on using the changeset viewer.