Changed the placement of Dallben and Delwyn again.

This commit is contained in:
Lari Nieminen 2007-10-01 15:59:15 +00:00
parent f8f1dc2a7d
commit 0ddecb8569
11 changed files with 32 additions and 33 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 638 KiB

After

Width:  |  Height:  |  Size: 486 KiB

View file

@ -41,7 +41,7 @@
[part]
show_title=yes
background="maps/wesnoth-liberty.png"
{CROSS 438 357}
{L_CROSS 252 252}
[/part]
[/story]

View file

@ -15,8 +15,8 @@
music="loyalists.ogg"
show_title=yes
background="maps/wesnoth-liberty.png"
{DOT 438 357}
{CROSS 428 341}
{L_DOT 252 252}
{L_CROSS 242 267}
[/part]
[/story]

View file

@ -14,9 +14,8 @@
[part]
show_title=yes
background="maps/wesnoth-liberty.png"
{DOT 422 352}
{DOT 409 372}
{CROSS 387 388}
{L_DOT 242 267}
{L_CROSS 229 248}
[/part]
[/story]

View file

@ -25,13 +25,10 @@
music="loyalists.ogg"
show_title=yes
background="maps/wesnoth-liberty.png"
{DOT 381 363}
{DOT 347 368}
{DOT 317 354}
{DOT 282 346}
{DOT 249 337}
{DOT 242 307}
{CROSS 211 298}
{L_DOT 229 248}
{L_DOT 232 270}
{L_DOT 224 290}
{L_CROSS 209 300}
[/part]
[/story]

View file

@ -15,10 +15,11 @@
music="battle.ogg"
show_title=yes
background="maps/wesnoth-liberty.png"
{DOT 211 298}
{DOT 240 303}
{DOT 246 331}
{CROSS 273 346}
{L_DOT 209 300}
{L_DOT 231 297}
{L_DOT 245 316}
{L_DOT 250 338}
{L_CROSS 273 346}
[/part]
[/story]

View file

@ -15,9 +15,9 @@
music="underground.ogg"
show_title=yes
background="maps/wesnoth-liberty.png"
{DOT 280 367}
{DOT 285 388}
{CROSS 291 409}
{L_DOT 280 367}
{L_DOT 285 388}
{L_CROSS 291 409}
[/part]
[/story]

View file

@ -15,7 +15,7 @@
story= _ "Baldras and his men quickly left the Gray Woods, not entirely convinced of their safety even after eradicating the liches."
[/part]
[part]
story= _ "As they marched, many men and women from the small hamlets peppering the area around Carcyn and the Woods approached the group, asking to join them. The ascent of the Queen had cast an uneasy pall over the citizens of Wesnoth, and some of them were willing to resist it."
story= _ "As they marched, many men and women from the small hamlets peppering the area around Carcyn and the Gray Woods approached the group, asking to join them. The ascent of the Queen had cast an uneasy pall over the citizens of Wesnoth, and some of them were willing to resist it."
[/part]
[part]
story= _ "Knowing they too would be labeled criminals, he reluctantly accepted their help. Baldras is now able to recruit outlaws."
@ -26,10 +26,10 @@
[part]
show_title=yes
background="maps/wesnoth-liberty.png"
{DOT 291 409}
{DOT 268 400}
{DOT 241 399}
{CROSS 215 407}
{L_DOT 291 409}
{L_DOT 268 400}
{L_DOT 241 399}
{L_CROSS 215 407}
[/part]
[/story]

View file

@ -34,8 +34,8 @@
[part]
show_title=yes
background="maps/wesnoth-liberty.png"
{DOT 215 407}
{CROSS 206 386}
{L_DOT 215 407}
{L_CROSS 206 386}
[/part]
[/story]

View file

@ -12,7 +12,7 @@
story= _ "The rest of the battle was a blur. The shock of what had happened stunned everybody."
[/part]
[part]
story= _ "Baldras and his men fled the plains of western Wesnoth under the cover of night. The spectacle of Halstead's destruction stunned them into a daze that only slowly wore off as they made their way northeast."
story= _ "Baldras and his men fled the plains of western Wesnoth under the cover of night. The spectacle of Halstead's destruction stunned them into a daze that only slowly wore off as they made their way north to and past Elensefar."
[/part]
[part]
story= _ "The Elense riders routed the orcish army, small as it was, and sent them back across the Great River. They then scattered to the countryside and were not heard from again. Baldras thought this odd behavior when he heard about it."
@ -39,7 +39,7 @@
background=story/return_to_Dallben_and_Delwyn.jpg
[/part]
[part]
story= _ "'If you wish to find us, head west. When you reach the land's end, just keep going. See you soon, old friend. - Relnan' "
story= _ "'If you wish to find us, head southwest. When you reach the land's end, just keep going. See you soon, old friend. - Relnan' "
background=story/island.jpg
[/part]
[/story]

View file

@ -142,19 +142,21 @@
[/event]
#enddef
#define DOT_TIME X Y TIME
#define L_DOT X Y
[image]
x,y={X},{Y}
file=misc/dot.png
delay={TIME}
delay=500
centered=yes
[/image]
#enddef
#define CROSS_TIME X Y TIME
#define L_CROSS X Y
[image]
x,y={X},{Y}
file=misc/cross.png
delay={TIME}
delay=500
centered=yes
[/image]
#enddef