wesnoth/data/gui/widget/image_default.cfg

68 lines
755 B
INI

#textdomain wesnoth-lib
###
### Definition of an image.
###
[image_definition]
id = "default"
description = "an image."
[resolution]
min_width = 0
min_height = 0
default_width = 0
default_height = 0
max_width = 0
max_height = 0
[state_enabled]
[draw]
[image]
name = "(text)"
[/image]
[/draw]
[/state_enabled]
[/resolution]
[/image_definition]
[image_definition]
id = "centered"
description = "an image."
[resolution]
min_width = 0
min_height = 0
default_width = 0
default_height = 0
max_width = 0
max_height = 0
[state_enabled]
[draw]
[image]
name = "(text)"
{GUI_CENTERED_IMAGE}
[/image]
[/draw]
[/state_enabled]
[/resolution]
[/image_definition]