wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/data/themes default.cfg


From: Yann Dirson
Subject: [Wesnoth-cvs-commits] wesnoth/data/themes default.cfg
Date: Fri, 18 Feb 2005 15:48:59 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Yann Dirson <address@hidden>    05/02/18 20:48:59

Modified files:
        data/themes    : default.cfg 

Log message:
        group #defines at top of file and use better names

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/themes/default.cfg.diff?tr1=1.80&tr2=1.81&r1=text&r2=text

Patches:
Index: wesnoth/data/themes/default.cfg
diff -u wesnoth/data/themes/default.cfg:1.80 
wesnoth/data/themes/default.cfg:1.81
--- wesnoth/data/themes/default.cfg:1.80        Fri Feb 18 20:03:50 2005
+++ wesnoth/data/themes/default.cfg     Fri Feb 18 20:48:59 2005
@@ -9,11 +9,6 @@
 [theme]
 name=Default
 
-[resolution]
-id=1024x768
-width=1024
-height=768
-
 #define FONT_NORMAL
 14 #enddef
 #define FONT_SMALL
@@ -21,6 +16,18 @@
 #define FONT_TINY
 10 #enddef
 
+#define FONT320_NORMAL
+8 #enddef
+#define FONT320_SMALL
+6 #enddef
+#define FONT320_TINY
+6 #enddef
+
+[resolution]
+id=1024x768
+width=1024
+height=768
+
        [screen]
        # this is only useful as a ref for other rects
        id=screen
@@ -472,13 +479,6 @@
 height=240
 inherits=800x600
 
-#define FONT_NORMAL2
-8 #enddef
-#define FONT_SMALL2
-6 #enddef
-#define FONT_TINY2
-6 #enddef
-
        [change]
        id=top-panel
        rect==,=,=,+13
@@ -523,7 +523,7 @@
                [menu]
                id=zoom-in
                title=+
-               font_size={FONT_SMALL2}
+               font_size={FONT320_SMALL}
                items=zoomin
                ref=top-panel
                rect=980,=,+6,=
@@ -533,7 +533,7 @@
                [menu]
                id=zoom-out
                title=-
-               font_size={FONT_SMALL2}
+               font_size={FONT320_SMALL}
                items=zoomout
                rect==+11,=,+6,=
                xanchor=right
@@ -577,12 +577,12 @@
 
        [change]
        id=label-hp
-       font_size={FONT_TINY2}
+       font_size={FONT320_TINY}
        rect==+40,=+93,+12,+8
        [/change]
        [change]
        id=label-xp
-       font_size={FONT_TINY2}
+       font_size={FONT320_TINY}
        ref=label-hp
        rect==,+0,=,+8
        [/change]
@@ -620,37 +620,37 @@
 
        [change]
                id=turn
-               font_size={FONT_SMALL2}
+               font_size={FONT320_SMALL}
                rect=+4,=,+58,+8
        [/change]
        [change]
                id=gold
-               font_size={FONT_SMALL2}
+               font_size={FONT320_SMALL}
                rect=+4,=,+58,+8
        [/change]
        [change]
                id=villages
-               font_size={FONT_SMALL2}
+               font_size={FONT320_SMALL}
                rect=+4,=,+58,+8
        [/change]
        [change]
                id=num-units
-               font_size={FONT_SMALL2}
+               font_size={FONT320_SMALL}
                rect=+4,=,+58,+8
        [/change]
        [change]
                id=status-upkeep
-               font_size={FONT_SMALL2}
+               font_size={FONT320_SMALL}
                rect=+4,=,+58,+8
        [/change]
        [change]
                id=status-income
-               font_size={FONT_SMALL2}
+               font_size={FONT320_SMALL}
                rect=+4,=,+58,+8
        [/change]
        [change]
                id=status-position
-               font_size={FONT_SMALL2}
+               font_size={FONT320_SMALL}
                rect=+5,=,+130,+8
        [/change]
        [change]
@@ -663,59 +663,59 @@
        [/change]
        [change]
                id=unit-description
-               font_size={FONT_NORMAL2}
+               font_size={FONT320_NORMAL}
                rect==+6,=,=-2,+10
        [/change]
        [change]
                id=unit-type
-               font_size={FONT_SMALL2}
+               font_size={FONT320_SMALL}
                rect==,+0,=,+8
        [/change]
        [change]
                id=unit-level
-               font_size={FONT_SMALL2}
+               font_size={FONT320_SMALL}
                rect==,+0,=,+8
        [/change]
        [change]
                id=unit-alignment
-               font_size={FONT_SMALL2}
+               font_size={FONT320_SMALL}
                rect==,+0,=,+8
        [/change]
        [change]
                id=unit-traits
-               font_size={FONT_SMALL2}
+               font_size={FONT320_SMALL}
                rect==,+0,=,+8
        [/change]
        [change]
                id=unit-abilities
-               font_size={FONT_SMALL2}
+               font_size={FONT320_SMALL}
                rect==,+0,=,+8
        [/change]
        [change]
                id=unit-moves
-               font_size={FONT_SMALL2}
+               font_size={FONT320_SMALL}
                rect==,+0,=,+8
        [/change]
        [change]
                id=unit-hp
-               font_size={FONT_SMALL2}
+               font_size={FONT320_SMALL}
                ref=label-hp
                rect=+0,=,1022,+8
        [/change]
        [change]
                id=unit-xp
-               font_size={FONT_SMALL2}
+               font_size={FONT320_SMALL}
                ref=label-xp
                rect=+0,=,1022,+8
        [/change]
        [change]
                id=unit-weapons
-               font_size={FONT_SMALL2}
+               font_size={FONT320_SMALL}
                rect==,+0,=,768
        [/change]
        [change]
                id=unit-status
-               font_size={FONT_SMALL2}
+               font_size={FONT320_SMALL}
                ref=label-xp
                rect==,+2,=,+8
        [/change]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]