mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-08 21:38:41 +00:00
Beginnings of throneroom decor for EI::The_Council and EI::Epilog.
This commit is contained in:
parent
52bbea59cc
commit
1d83585cef
@ -81,6 +81,8 @@
|
|||||||
[/side]
|
[/side]
|
||||||
|
|
||||||
[event]
|
[event]
|
||||||
|
{THRONEROOM_DECOR}
|
||||||
|
|
||||||
name=start
|
name=start
|
||||||
[recall]
|
[recall]
|
||||||
description=Dacyn
|
description=Dacyn
|
||||||
|
15
data/campaigns/Eastern_Invasion/utils/throneroom.cfg
Normal file
15
data/campaigns/Eastern_Invasion/utils/throneroom.cfg
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# Macros for decorating the throneroom map.
|
||||||
|
|
||||||
|
#define LEFT_PIKE X Y
|
||||||
|
{PLACE_IMAGE "units/human-loyalists/pikeman.png~RC(magenta>blue)" {X} {Y}}
|
||||||
|
#enddef
|
||||||
|
#define RIGHT_PIKE X Y
|
||||||
|
{PLACE_IMAGE "units/human-loyalists/pikeman.png~RC(magenta>blue~FL())" {X} {Y}}
|
||||||
|
#enddef
|
||||||
|
|
||||||
|
#define THRONEROOM_DECOR
|
||||||
|
{LEFT_PIKE 7 11} {RIGHT_PIKE 13 11}
|
||||||
|
{LEFT_PIKE 7 13} {RIGHT_PIKE 13 13}
|
||||||
|
{LEFT_PIKE 7 15} {RIGHT_PIKE 13 15}
|
||||||
|
{LEFT_PIKE 7 17} {RIGHT_PIKE 13 17}
|
||||||
|
#enddef
|
Loading…
x
Reference in New Issue
Block a user