mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-16 10:20:30 +00:00
12 lines
292 B
INI
12 lines
292 B
INI
#textdomain wesnoth
|
|
|
|
#define STORY_PART_SPEECH BACKGROUND_IMAGE SPEAKER_VALUE SPEECH_VALUE
|
|
[part]
|
|
story={CAPTION {SPEAKER_VALUE}} + {SPEECH_VALUE}
|
|
[background_layer]
|
|
image={BACKGROUND_IMAGE}
|
|
scale=no
|
|
[/background_layer]
|
|
[/part]
|
|
#enddef
|