Some new macros in image-utils.cfg needed for the bigmaps

This commit is contained in:
Dimitar Ilccov 2007-10-16 18:21:05 +00:00
parent cea2e58ab4
commit 7549ffa595

View file

@ -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]