Move some macros that were in a separtate file for no obvious reason.
This commit is contained in:
parent
679751103f
commit
0f495dc754
4 changed files with 10 additions and 8 deletions
|
@ -13,7 +13,7 @@
|
|||
{EXTRA_SCENARIO_MUSIC nunc_dimittis.ogg}
|
||||
{VICTORY_AND_DEFEAT_MUSIC}
|
||||
|
||||
{./North_elves_utils.cfg}
|
||||
{NORTH_ELVES_VILLAGES}
|
||||
|
||||
next_scenario=18_hour_of_glory
|
||||
[story]
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
# {STARTING_VILLAGES_AREA 2 38 25 12}
|
||||
# {VILLAGE_SIDE X Y 1}
|
||||
|
||||
{./North_elves_utils.cfg}
|
||||
{NORTH_ELVES_VILLAGES}
|
||||
|
||||
# TODO find better music
|
||||
{INTRO_AND_SCENARIO_MUSIC northerners.ogg elvish-theme.ogg}
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
#textdomain wesnoth-low
|
||||
{STARTING_VILLAGES 2 12}
|
||||
{STARTING_VILLAGES_AREA 2 38 25 12}
|
||||
{STARTING_VILLAGES_AREA 2 55 36 7}
|
||||
{VILLAGE_SIDE 2 11 27}
|
||||
{VILLAGE_SIDE 2 48 8}
|
|
@ -269,3 +269,11 @@
|
|||
{CLEAR_VARIABLE random_placement_x}
|
||||
{CLEAR_VARIABLE random_placement_y}
|
||||
#enddef
|
||||
|
||||
#define NORTH_ELVES_VILLAGES
|
||||
{STARTING_VILLAGES 2 12}
|
||||
{STARTING_VILLAGES_AREA 2 38 25 12}
|
||||
{STARTING_VILLAGES_AREA 2 55 36 7}
|
||||
{VILLAGE_SIDE 2 11 27}
|
||||
{VILLAGE_SIDE 2 48 8}
|
||||
#enddef
|
||||
|
|
Loading…
Add table
Reference in a new issue