Fix a potential dependency on the order that files are preprocessed.
This commit is contained in:
parent
a9b2e51acc
commit
c3aa49442a
2 changed files with 62 additions and 61 deletions
|
@ -1,4 +1,66 @@
|
|||
#textdomain wesnoth-trow
|
||||
|
||||
#define TROW_GREEN_ISLE_LABELS
|
||||
[image]
|
||||
x=253
|
||||
y=111
|
||||
file=story/tgi-thegreenisle.png
|
||||
[/image]
|
||||
[image]
|
||||
x=635
|
||||
y=282
|
||||
file=story/tgi-blackmore.png
|
||||
[/image]
|
||||
[image]
|
||||
x=566
|
||||
y=388
|
||||
file=story/tgi-clearwater.png
|
||||
[/image]
|
||||
[image]
|
||||
x=398
|
||||
y=190
|
||||
file=story/tgi-jevyan.png
|
||||
[/image]
|
||||
[image]
|
||||
x=394
|
||||
y=476
|
||||
file=story/tgi-southbay.png
|
||||
[/image]
|
||||
[image]
|
||||
x=322
|
||||
y=314
|
||||
file=story/tgi-stormvale.png
|
||||
[/image]
|
||||
#enddef
|
||||
|
||||
#define TROW_GREEN_ISLE_LABELS_NO_TITLE
|
||||
[image]
|
||||
x=635
|
||||
y=282
|
||||
file=story/tgi-blackmore.png
|
||||
[/image]
|
||||
[image]
|
||||
x=566
|
||||
y=388
|
||||
file=story/tgi-clearwater.png
|
||||
[/image]
|
||||
[image]
|
||||
x=398
|
||||
y=190
|
||||
file=story/tgi-jevyan.png
|
||||
[/image]
|
||||
[image]
|
||||
x=394
|
||||
y=476
|
||||
file=story/tgi-southbay.png
|
||||
[/image]
|
||||
[image]
|
||||
x=322
|
||||
y=314
|
||||
file=story/tgi-stormvale.png
|
||||
[/image]
|
||||
#enddef
|
||||
|
||||
[story]
|
||||
[part]
|
||||
music=underground.ogg
|
||||
|
|
|
@ -149,64 +149,3 @@
|
|||
{CLEAR_VARIABLE dead_store}
|
||||
#endif
|
||||
#enddef
|
||||
|
||||
#define TROW_GREEN_ISLE_LABELS
|
||||
[image]
|
||||
x=253
|
||||
y=111
|
||||
file=story/tgi-thegreenisle.png
|
||||
[/image]
|
||||
[image]
|
||||
x=635
|
||||
y=282
|
||||
file=story/tgi-blackmore.png
|
||||
[/image]
|
||||
[image]
|
||||
x=566
|
||||
y=388
|
||||
file=story/tgi-clearwater.png
|
||||
[/image]
|
||||
[image]
|
||||
x=398
|
||||
y=190
|
||||
file=story/tgi-jevyan.png
|
||||
[/image]
|
||||
[image]
|
||||
x=394
|
||||
y=476
|
||||
file=story/tgi-southbay.png
|
||||
[/image]
|
||||
[image]
|
||||
x=322
|
||||
y=314
|
||||
file=story/tgi-stormvale.png
|
||||
[/image]
|
||||
#enddef
|
||||
|
||||
#define TROW_GREEN_ISLE_LABELS_NO_TITLE
|
||||
[image]
|
||||
x=635
|
||||
y=282
|
||||
file=story/tgi-blackmore.png
|
||||
[/image]
|
||||
[image]
|
||||
x=566
|
||||
y=388
|
||||
file=story/tgi-clearwater.png
|
||||
[/image]
|
||||
[image]
|
||||
x=398
|
||||
y=190
|
||||
file=story/tgi-jevyan.png
|
||||
[/image]
|
||||
[image]
|
||||
x=394
|
||||
y=476
|
||||
file=story/tgi-southbay.png
|
||||
[/image]
|
||||
[image]
|
||||
x=322
|
||||
y=314
|
||||
file=story/tgi-stormvale.png
|
||||
[/image]
|
||||
#enddef
|
||||
|
|
Loading…
Add table
Reference in a new issue