mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-08 03:00:08 +00:00
68 lines
755 B
INI
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]
|