mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 05:25:34 +00:00
Replaced deprecated [story] syntax in STORY_PART_SPEECH
This commit is contained in:
parent
b5092c177c
commit
56f831c56c
@ -2,8 +2,10 @@
|
|||||||
|
|
||||||
#define STORY_PART_SPEECH BACKGROUND_IMAGE SPEAKER_VALUE SPEECH_VALUE
|
#define STORY_PART_SPEECH BACKGROUND_IMAGE SPEAKER_VALUE SPEECH_VALUE
|
||||||
[part]
|
[part]
|
||||||
background={BACKGROUND_IMAGE}
|
|
||||||
scale_background=no
|
|
||||||
story={CAPTION {SPEAKER_VALUE}} + {SPEECH_VALUE}
|
story={CAPTION {SPEAKER_VALUE}} + {SPEECH_VALUE}
|
||||||
|
[background_layer]
|
||||||
|
image={BACKGROUND_IMAGE}
|
||||||
|
scale=no
|
||||||
|
[/background_layer]
|
||||||
[/part]
|
[/part]
|
||||||
#enddef
|
#enddef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user