wesnoth/data/campaigns/tutorial/gui/character_selection.cfg
2021-03-31 09:43:48 -04:00

81 lines
2.5 KiB
INI
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#textdomain wesnoth-tutorial
[resolution]
maximum_height = 250
maximum_width = 400
[helptip]
id="tooltip_large"
[/helptip]
[tooltip]
id="tooltip_large"
[/tooltip]
[grid]
[row]
[column]
grow_factor = 1
border = "all"
border_size = 5
horizontal_alignment = "left"
[label]
definition = "title"
label = _"Select Character"
[/label]
[/column]
[/row]
[row]
[column]
grow_factor = 1
border = "all"
border_size = 5
horizontal_alignment = "left"
[label]
label = _"Who do you want to play?"
[/label]
[/column]
[/row]
[row]
[column]
[grid]
[row]
[column]
grow_factor = 1
border = "all"
border_size = 5
[image]
label = "units/konrad-fighter.png"
[/image]
[/column]
[column]
grow_factor = 1
border = "all"
border_size = 5
[image]
label = "units/human-princess.png~TC(1,magenta)"
[/image]
[/column]
[/row]
[row]
[column]
grow_factor = 1
border = "all"
border_size = 5
[button]
label = _"Konrad"
return_value = 1
[/button]
[/column]
[column]
grow_factor = 1
border = "all"
border_size = 5
[button]
label = _"Lisar"
return_value = 2
[/button]
[/column]
[/row]
[/grid]
[/column]
[/row]
[/grid]
[/resolution]