Removed duplicate images that are in core /scenery.
Updated WML to use the /scenery versions instead.
This commit is contained in:
parent
5eba65f000
commit
a5cc9d456b
5 changed files with 16 additions and 16 deletions
|
@ -179,7 +179,7 @@
|
|||
[/terrain]
|
||||
{TERRAIN_BASE xx flat/road}
|
||||
|
||||
# Place a door at DOOR_X, DOOR_Y, which is opened by moving a unit of side 1 to location X1,Y1 or X2,Y2. FACING should be one of two values: "nesw" OR "nwse", depending on which direction the door should face. This last selects which graphic to use.
|
||||
# Place a door at DOOR_X, DOOR_Y, which is opened by moving a unit of side 1 to location X1,Y1 or X2,Y2. FACING should be one of two values: "sw" OR "se", depending on which direction the door should face. This last selects which graphic to use.
|
||||
# This macro must be used inside an [event]
|
||||
#define PLACE_DOOR DOOR_X DOOR_Y FACING X1 Y1 X2 Y2
|
||||
[terrain]
|
||||
|
@ -187,7 +187,7 @@
|
|||
y={DOOR_Y}
|
||||
letter=xx # wmllint: ignore
|
||||
[/terrain]
|
||||
{PLACE_IMAGE (misc/door_{FACING}.png) {DOOR_X} {DOOR_Y}}
|
||||
{PLACE_IMAGE (scenery/gate-rusty-{FACING}.png) {DOOR_X} {DOOR_Y}}
|
||||
[event]
|
||||
name=moveto
|
||||
first_time_only=yes
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 6.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.7 KiB |
|
@ -71,17 +71,17 @@
|
|||
[/objectives]
|
||||
|
||||
# Place doors
|
||||
{PLACE_DOOR 5 13 nwse 4 12 6 13}
|
||||
{PLACE_DOOR 11 9 nwse 10 8 12 9}
|
||||
{PLACE_DOOR 12 2 nwse 11 2 13 3}
|
||||
{PLACE_DOOR 23 4 nwse 22 3 24 4}
|
||||
{PLACE_DOOR 24 2 nwse 23 2 25 3}
|
||||
{PLACE_DOOR 25 10 nwse 24 9 26 10}
|
||||
{PLACE_DOOR 21 12 nwse 20 11 22 12}
|
||||
{PLACE_DOOR 24 19 nwse 23 19 25 20}
|
||||
{PLACE_DOOR 5 13 se 4 12 6 13}
|
||||
{PLACE_DOOR 11 9 se 10 8 12 9}
|
||||
{PLACE_DOOR 12 2 se 11 2 13 3}
|
||||
{PLACE_DOOR 23 4 se 22 3 24 4}
|
||||
{PLACE_DOOR 24 2 se 23 2 25 3}
|
||||
{PLACE_DOOR 25 10 se 24 9 26 10}
|
||||
{PLACE_DOOR 21 12 se 20 11 22 12}
|
||||
{PLACE_DOOR 24 19 se 23 19 25 20}
|
||||
|
||||
{PLACE_DOOR 4 15 nesw 5 15 3 16}
|
||||
{PLACE_DOOR 25 16 nesw 26 15 24 16}
|
||||
{PLACE_DOOR 4 15 sw 5 15 3 16}
|
||||
{PLACE_DOOR 25 16 sw 26 15 24 16}
|
||||
|
||||
{PLACE_IMAGE scenery/signpost.png 1 1}
|
||||
|
||||
|
|
|
@ -99,10 +99,10 @@
|
|||
[/objectives]
|
||||
|
||||
# Place doors
|
||||
{PLACE_DOOR 12 11 nwse 11 11 13 12}
|
||||
{PLACE_DOOR 10 13 nwse 9 13 11 14}
|
||||
{PLACE_DOOR 17 11 nesw 16 11 18 10}
|
||||
{PLACE_DOOR 22 10 nesw 21 11 23 10}
|
||||
{PLACE_DOOR 12 11 se 11 11 13 12}
|
||||
{PLACE_DOOR 10 13 se 9 13 11 14}
|
||||
{PLACE_DOOR 17 11 sw 16 11 18 10}
|
||||
{PLACE_DOOR 22 10 sw 21 11 23 10}
|
||||
|
||||
#TODO: Create some scenery (fire, torches, ...)
|
||||
{PLACE_IMAGE items/book5.png 5 5}
|
||||
|
|
Loading…
Add table
Reference in a new issue