Some new macros in image-utils.cfg needed for the bigmaps
This commit is contained in:
parent
cea2e58ab4
commit
7549ffa595
1 changed files with 38 additions and 0 deletions
|
@ -46,6 +46,44 @@
|
|||
[/image]
|
||||
#enddef
|
||||
|
||||
#define DOT_CENTERED X Y
|
||||
# A centered version of {DOT X Y} for easier application
|
||||
[image]
|
||||
x,y={X},{Y}
|
||||
file=misc/dot.png
|
||||
delay=500
|
||||
centered=yes
|
||||
[/image]
|
||||
#enddef
|
||||
|
||||
#define CROSS_CENTERED X Y
|
||||
# A centered version of {CROSS X Y} for easier application
|
||||
[image]
|
||||
x,y={X},{Y}
|
||||
file=misc/cross.png
|
||||
delay=500
|
||||
centered=yes
|
||||
[/image]
|
||||
#enddef
|
||||
|
||||
#define DOT_WHITE_CENTERED X Y
|
||||
# A centered white dot representing the movement in the past scenarios
|
||||
[image]
|
||||
x,y={X},{Y}
|
||||
file=misc/dot-white.png
|
||||
centered=yes
|
||||
[/image]
|
||||
#enddef
|
||||
|
||||
#define CROSS_WHITE_CENTERED X Y
|
||||
# A centered white cross representing the past battles
|
||||
[image]
|
||||
x,y={X},{Y}
|
||||
file=misc/cross-white.png
|
||||
centered=yes
|
||||
[/image]
|
||||
#enddef
|
||||
|
||||
#define PLACE_IMAGE IMAGE_FILE X Y
|
||||
# Place an image at a specified location on the map.
|
||||
[item]
|
||||
|
|
Loading…
Add table
Reference in a new issue