Skip to content

Commit

Permalink
Fixed some indent on bigmap macros
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Mar 24, 2015
1 parent c3c7e2e commit 2865d1f
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 41 deletions.
16 changes: 8 additions & 8 deletions data/campaigns/Legend_of_Wesmere/utils/bigmap.cfg
Expand Up @@ -17,14 +17,14 @@
#enddef

#define LOW_TRACK STAGE
[story]
[part]
show_title=yes
delay=4000
{LOW_BIGMAP}
{STAGE}
[/part]
[/story]
[story]
[part]
show_title=yes
delay=4000
{LOW_BIGMAP}
{STAGE}
[/part]
[/story]
#enddef

# trackplacer: tracks begin
Expand Down
14 changes: 7 additions & 7 deletions data/campaigns/Sceptre_of_Fire/utils/bigmap.cfg
Expand Up @@ -15,13 +15,13 @@
#enddef

#define SOF_TRACK STAGE
[story]
[part]
show_title=yes
{SOF_BIGMAP}
{STAGE}
[/part]
[/story]
[story]
[part]
show_title=yes
{SOF_BIGMAP}
{STAGE}
[/part]
[/story]
#enddef

#define JOURNEY X Y
Expand Down
14 changes: 7 additions & 7 deletions data/campaigns/Son_Of_The_Black_Eye/utils/bigmap.cfg
Expand Up @@ -17,13 +17,13 @@
#enddef

#define SOTBE_TRACK STAGE
[story]
[part]
show_title=yes
{SOTBE_BIGMAP}
{STAGE}
[/part]
[/story]
[story]
[part]
show_title=yes
{SOTBE_BIGMAP}
{STAGE}
[/part]
[/story]
#enddef

#define JOURNEY X Y
Expand Down
38 changes: 19 additions & 19 deletions data/campaigns/The_South_Guard/utils/bigmap.cfg
@@ -1,25 +1,25 @@
#textdomain wesnoth-httt

#define TSG_BIGMAP STAGE
[story]
[part]
show_title=yes
[background_layer]
image=maps/background.jpg
scale_vertically=yes
scale_horizontally=no
keep_aspect_ratio=yes
[/background_layer]
[background_layer]
image=maps/tsg.png
scale_vertically=yes
scale_horizontally=no
keep_aspect_ratio=yes
base_layer=yes
[/background_layer]
{STAGE}
[/part]
[/story]
[story]
[part]
show_title=yes
[background_layer]
image=maps/background.jpg
scale_vertically=yes
scale_horizontally=no
keep_aspect_ratio=yes
[/background_layer]
[background_layer]
image=maps/tsg.png
scale_vertically=yes
scale_horizontally=no
keep_aspect_ratio=yes
base_layer=yes
[/background_layer]
{STAGE}
[/part]
[/story]
#enddef

#define JOURNEY X Y
Expand Down

0 comments on commit 2865d1f

Please sign in to comment.