mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-13 18:40:16 +00:00

include new definitions and updated versions of existing definitions "default/classic" and "modern" has been renamed to "Parchment" and "Celes" to avoid confusion
170 lines
2.4 KiB
INI
170 lines
2.4 KiB
INI
#textdomain wesnoth-lib
|
|
###
|
|
### Definition of the credits screen
|
|
###
|
|
|
|
[window_definition]
|
|
|
|
id = "end_credits_window"
|
|
description = "The window definition for the credits screen."
|
|
|
|
[resolution]
|
|
|
|
[background]
|
|
|
|
[draw]
|
|
|
|
[image]
|
|
w = "(width)"
|
|
h = "(height)"
|
|
x = 0
|
|
y = 0
|
|
name = "(background_image)"
|
|
[/image]
|
|
|
|
[/draw]
|
|
|
|
[/background]
|
|
|
|
[foreground]
|
|
|
|
[draw]
|
|
|
|
[/draw]
|
|
|
|
[/foreground]
|
|
|
|
[/resolution]
|
|
|
|
[/window_definition]
|
|
|
|
[window]
|
|
id = "end_credits"
|
|
description = "End credits dialog."
|
|
|
|
[resolution]
|
|
definition = "end_credits_window"
|
|
|
|
{GUI_WINDOW_FULLSCREEN}
|
|
|
|
[linked_group]
|
|
id = "helptext"
|
|
fixed_width = true
|
|
[/linked_group]
|
|
|
|
[tooltip]
|
|
id = "tooltip"
|
|
[/tooltip]
|
|
|
|
[helptip]
|
|
id = "tooltip"
|
|
[/helptip]
|
|
|
|
[grid]
|
|
|
|
[row]
|
|
grow_factor = 1
|
|
|
|
[column]
|
|
horizontal_grow = true
|
|
vertical_grow = true
|
|
border = "all"
|
|
border_size = 30
|
|
|
|
[panel]
|
|
definition = "box_display_no_blur"
|
|
|
|
[grid]
|
|
|
|
[row]
|
|
|
|
# Reserve the same amount of space on the left so the middle column is centererd
|
|
[column]
|
|
grow_factor = 0
|
|
border = "all"
|
|
border_size = 5
|
|
|
|
[spacer]
|
|
definition = "default"
|
|
linked_group = "helptext"
|
|
[/spacer]
|
|
|
|
[/column]
|
|
|
|
[column]
|
|
grow_factor = 1
|
|
horizontal_alignment = "center"
|
|
|
|
[scroll_label]
|
|
id = "text"
|
|
definition = "default_small"
|
|
text_alignment = "center"
|
|
|
|
horizontal_scrollbar_mode = "never"
|
|
[/scroll_label]
|
|
|
|
[/column]
|
|
|
|
[column]
|
|
grow_factor = 0
|
|
horizontal_alignment = "right"
|
|
vertical_alignment = "bottom"
|
|
border = "all"
|
|
border_size = 5
|
|
|
|
[label]
|
|
definition = "default_tiny"
|
|
label = _ "↑ ↓ to adjust speed"
|
|
linked_group = "helptext"
|
|
[/label]
|
|
|
|
[/column]
|
|
|
|
[/row]
|
|
|
|
[/grid]
|
|
|
|
[/panel]
|
|
|
|
[/column]
|
|
|
|
[/row]
|
|
|
|
[row]
|
|
grow_factor = 0
|
|
|
|
[column]
|
|
grow_factor = 1
|
|
horizontal_alignment = "center"
|
|
border = "all"
|
|
border_size = 5
|
|
|
|
[button]
|
|
id = "cancel"
|
|
definition = "default"
|
|
label = _ "Close"
|
|
[/button]
|
|
|
|
[/column]
|
|
|
|
[/row]
|
|
|
|
[row]
|
|
grow_factor = 0
|
|
|
|
[column]
|
|
|
|
[spacer]
|
|
height = 10
|
|
[/spacer]
|
|
|
|
[/column]
|
|
|
|
[/row]
|
|
|
|
[/grid]
|
|
|
|
[/resolution]
|
|
|
|
[/window]
|