New file that is supposed to hold macros that ease the story telling.

The first macro is supposed to use in story parts in which a persion
is speaking.  Still lacks some documentation.
This commit is contained in:
Fabian Müller 2009-09-04 00:30:14 +00:00
parent 36b724e4c3
commit 5072dbdfd1

View File

@ -0,0 +1,9 @@
#textdomain wesnoth
#define STORY_PART_SPEECH BACKGROUND SPEAKER SPEECH
[part]
background={BACKGROUND}
scale_background=no
story={CAPTION {SPEAKER}} + {SPEECH}
[/part]
#enddef