Deprecate STORY_PART_SPEECH
This commit is contained in:
parent
995f1477f8
commit
711c4fe690
2 changed files with 10 additions and 11 deletions
|
@ -55,3 +55,13 @@ _"No gold carried over to the next scenario."#enddef
|
|||
caption={CAPTION_TEXT}
|
||||
[/message]
|
||||
#enddef
|
||||
|
||||
#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
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
#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
|
Loading…
Add table
Reference in a new issue