Author: shadowmaster
Date: Mon Nov 5 12:31:20 2007
New Revision: 21509
URL: http://svn.gna.org/viewcvs/wesnoth?rev=21509&view=rev
Log:
* Removed duplicate images that are in core /scenery.
* Updated WML to use the /scenery versions instead.
Removed:
trunk/data/campaigns/Descent_Into_Darkness/images/misc/door_nesw.png
trunk/data/campaigns/Descent_Into_Darkness/images/misc/door_nwse.png
Modified:
trunk/data/campaigns/Descent_Into_Darkness/Descent_macros.cfg
trunk/data/campaigns/Descent_Into_Darkness/scenarios/08_A_Small_Favor2.cfg
trunk/data/campaigns/Descent_Into_Darkness/scenarios/09_A_Small_Favor3.cfg
Modified: trunk/data/campaigns/Descent_Into_Darkness/Descent_macros.cfg
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Descent_Into_Darkness/Descent_macros.cfg?rev=21509&r1=21508&r2=21509&view=diff
==============================================================================
--- trunk/data/campaigns/Descent_Into_Darkness/Descent_macros.cfg (original)
+++ trunk/data/campaigns/Descent_Into_Darkness/Descent_macros.cfg Mon Nov 5
12:31:20 2007
@@ -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
Removed: trunk/data/campaigns/Descent_Into_Darkness/images/misc/door_nesw.png
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Descent_Into_Darkness/images/misc/door_nesw.png?rev=21508&view=auto
==============================================================================
Binary file - no diff available.
Removed: trunk/data/campaigns/Descent_Into_Darkness/images/misc/door_nwse.png
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Descent_Into_Darkness/images/misc/door_nwse.png?rev=21508&view=auto
==============================================================================
Binary file - no diff available.
Modified:
trunk/data/campaigns/Descent_Into_Darkness/scenarios/08_A_Small_Favor2.cfg
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Descent_Into_Darkness/scenarios/08_A_Small_Favor2.cfg?rev=21509&r1=21508&r2=21509&view=diff
==============================================================================
--- trunk/data/campaigns/Descent_Into_Darkness/scenarios/08_A_Small_Favor2.cfg
(original)
+++ trunk/data/campaigns/Descent_Into_Darkness/scenarios/08_A_Small_Favor2.cfg
Mon Nov 5 12:31:20 2007
@@ -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 4 15 nesw 5 15 3 16}
- {PLACE_DOOR 25 16 nesw 26 15 24 16}
+ {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 sw 5 15 3 16}
+ {PLACE_DOOR 25 16 sw 26 15 24 16}
{PLACE_IMAGE scenery/signpost.png 1 1}
Modified:
trunk/data/campaigns/Descent_Into_Darkness/scenarios/09_A_Small_Favor3.cfg
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Descent_Into_Darkness/scenarios/09_A_Small_Favor3.cfg?rev=21509&r1=21508&r2=21509&view=diff
==============================================================================
--- trunk/data/campaigns/Descent_Into_Darkness/scenarios/09_A_Small_Favor3.cfg
(original)
+++ trunk/data/campaigns/Descent_Into_Darkness/scenarios/09_A_Small_Favor3.cfg
Mon Nov 5 12:31:20 2007
@@ -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}
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits