Beginnings of throneroom decor for EI::The_Council and EI::Epilog.

This commit is contained in:
Eric S. Raymond 2007-07-23 03:05:38 +00:00
parent 52bbea59cc
commit 1d83585cef
2 changed files with 17 additions and 0 deletions

View File

@ -81,6 +81,8 @@
[/side]
[event]
{THRONEROOM_DECOR}
name=start
[recall]
description=Dacyn

View 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