wesnoth/data/gui/default/widget/label_title_screen_revision.cfg
2011-01-10 20:38:49 +00:00

115 lines
2.1 KiB
INI

#textdomain wesnoth-lib
###
### Definition of a label.
###
### Defines the following revision label for the title screen.
#define _GUI_RESOLUTION RESOLUTION FONT_SIZE FONT_COLOR_ENABLED FONT_COLOR_DISABLED Y_POSITION
[resolution]
{RESOLUTION}
min_width = 0
min_height = 0
default_width = 0
default_height = 0
max_width = 0
max_height = 0
text_font_size = {FONT_SIZE}
[state_enabled]
[draw]
[image]
x = 0
y = 0
w = "(width)"
h = "(height)"
name = "dialogs/translucent-background_80.png"
resize_mode = "tile"
[/image]
[text]
x = 0
y = 0
w = "(width)"
h = "(height)"
maximum_width = "(width)"
font_size = {FONT_SIZE}
text_alignment = "(text_alignment)"
color = {FONT_COLOR_ENABLED}
text = "(text)"
text_markup = "(text_markup)"
[/text]
[/draw]
[/state_enabled]
[state_disabled]
[draw]
[image]
x = 0
y = 0
w = "(width)"
h = "(height)"
name = "dialogs/translucent-background_80.png"
resize_mode = "tile"
[/image]
[text]
x = 0
y = 0
w = "(width)"
h = "(height)"
maximum_width = "(width)"
font_size = {FONT_SIZE}
text_alignment = "(text_alignment)"
color = {FONT_COLOR_DISABLED}
text = "(text)"
text_markup = "(text_markup)"
[/text]
[/draw]
[/state_disabled]
[/resolution]
#enddef
#define _GUI_DEFINITION ID DESCRIPTION FONT_SIZE FONT_COLOR Y_POSITION
[label_definition]
id = {ID}
description = {DESCRIPTION}
{_GUI_RESOLUTION
({GUI_TINY__RESOLUTION})
({GUI_TINY__FONT_SIZE__{FONT_SIZE}})
({GUI__FONT_COLOR_ENABLED__{FONT_COLOR}})
({GUI__FONT_COLOR_DISABLED__{FONT_COLOR}})
({Y_POSITION})
}
{_GUI_RESOLUTION
({GUI_NORMAL__RESOLUTION})
({GUI_NORMAL__FONT_SIZE__{FONT_SIZE}})
({GUI__FONT_COLOR_ENABLED__{FONT_COLOR}})
({GUI__FONT_COLOR_DISABLED__{FONT_COLOR}})
({Y_POSITION})
}
[/label_definition]
#enddef
{_GUI_DEFINITION "title_screen_revision" "label used for the revision number in the title screen" SMALL DEFAULT ({GUI__TEXT_VERTICALLY_CENTRED})}
#undef _GUI_DEFINITION
#undef _GUI_RESOLUTION