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


Ignore:
Timestamp:
09/01/11 04:54:05 (13 years ago)
Author:
brian
Message:

Make pause text larger

Location:
ps/trunk/binaries/data/mods/public/gui/session
Files:
2 edited

Legend:

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

    r10155 r10157  
    159159        >
    160160            <object size="0 0 100% 100%" type="image" sprite="devCommandsBackground" ghost="true" z="0"/>
    161             <object size="0 0 100% 100%" type="text" style="largeBoldCenteredText" textcolor="white" ghost="true" z="0">Game Paused</object>
     161            <object size="0 0 100% 100%" type="text" style="PauseText" ghost="true" z="0">Game Paused</object>
    162162            <action on="Press">togglePause();</action>
    163163        </object>
  • ps/trunk/binaries/data/mods/public/gui/session/styles.xml

    r8719 r10157  
    55    <!-- ================================  ================================ -->
    66    <!-- Text Styles -->
    7     <!-- ================================  ================================ -->
     7    <!-- ================================  ================================ -->
     8        <style name="PauseText"
     9        font="serif-bold-24"
     10        textcolor="white"
     11        text_align="center"
     12        text_valign="center"
     13    />
     14
    815    <style name="leftAlignedText"
    916        textcolor="white"
     
    3037        text_valign="center"
    3138    />
    32    
     39
    3340    <style name="largeCenteredOutlinedText"
    3441        font="serif-bold-stroke-14"
     
    7279        text_align="right"
    7380    />
    74    
     81
    7582    <style name="resourceText"
    7683        textcolor="white"
     
    8087        text_valign="center"
    8188    />
    82    
     89
    8390    <style name="statsText"
    8491        textcolor="white"
     
    8895        text_valign="center"
    8996    />
    90    
     97
    9198    <style name="settingsText"
    9299        font="serif-16"
     
    112119    <!-- ================================  ================================ -->
    113120    <!-- Icon Styles -->
    114     <!-- ================================  ================================ --> 
     121    <!-- ================================  ================================ -->
    115122    <style name="resourceIcon"
    116123        sprite="snIconSheetResource"
    117124        ghost="true"
    118     /> 
     125    />
    119126
    120127    <style name="formationIcon"
     
    127134        sprite="commands"
    128135        ghost="true"
    129     /> 
     136    />
    130137
    131138    <style name="iconButton"
     
    138145    <!-- ================================  ================================ -->
    139146    <!-- Tooltip Styles -->
    140     <!-- ================================  ================================ --> 
     147    <!-- ================================  ================================ -->
    141148    <style name="resourceCounter"
    142149        tooltip_style="snToolTip"
     
    149156    <!-- ================================  ================================ -->
    150157    <!-- Misc Styles -->
    151     <!-- ================================  ================================ --> 
     158    <!-- ================================  ================================ -->
    152159    <style name="chatPanel"
    153160        buffer_zone="5"
     
    158165        text_valign="top"
    159166    />
    160    
     167
    161168    <style  name="chatInput"
    162169        sprite="chatInput"
     
    165172        textcolor_selected="darkgray"
    166173    />
    167    
     174
    168175    <style name="notificationPanel"
    169176        buffer_zone="5"
     
    184191    <!-- ================================  ================================ -->
    185192    <!-- Old Panel Styles -->
    186     <!-- ================================  ================================ --> 
     193    <!-- ================================  ================================ -->
    187194    <style name="goldPanel"
    188195        sprite="goldPanel"
     
    198205        text_valign="center"
    199206    />
    200    
     207
    201208    <style name="frilly"
    202209        sprite="frilly"
Note: See TracChangeset for help on using the changeset viewer.