added flagpoles to the flags commited in 2007-10-24T13:20:05Z!mythological@mt.net.mk.
Also created macros in image-utils.cfg for simpler use of those images.
This commit is contained in:
parent
60507a702c
commit
67735edf0e
3 changed files with 18 additions and 0 deletions
Binary file not shown.
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1.1 KiB |
|
@ -84,6 +84,24 @@
|
|||
[/image]
|
||||
#enddef
|
||||
|
||||
#define FLAG_WHITE_CENTERED X Y
|
||||
# A centered white flag representing the past non-combat scenarios
|
||||
[image]
|
||||
x,y={X},{Y}
|
||||
file=misc/flag-white.png
|
||||
centered=yes
|
||||
[/image]
|
||||
#enddef
|
||||
|
||||
#define FLAG_RED_CENTERED X Y
|
||||
# A centered red flag representing the non-combat scenarios
|
||||
[image]
|
||||
x,y={X},{Y}
|
||||
file=misc/flag-red.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