[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/data terrain-graphics.cfg
From: |
Hogne Håskjold |
Subject: |
[Wesnoth-cvs-commits] wesnoth/data terrain-graphics.cfg |
Date: |
Fri, 15 Oct 2004 04:07:29 -0400 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Hogne HÃ¥skjold <address@hidden> 04/10/15 07:52:37
Modified files:
data : terrain-graphics.cfg
Log message:
Changed the order of the road layer, putting it under desert and ice.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/terrain-graphics.cfg.diff?tr1=1.42&tr2=1.43&r1=text&r2=text
Patches:
Index: wesnoth/data/terrain-graphics.cfg
diff -u wesnoth/data/terrain-graphics.cfg:1.42
wesnoth/data/terrain-graphics.cfg:1.43
--- wesnoth/data/terrain-graphics.cfg:1.42 Wed Oct 13 19:52:30 2004
+++ wesnoth/data/terrain-graphics.cfg Fri Oct 15 07:52:37 2004
@@ -197,9 +197,9 @@
#{TERRAIN_ADJACENT -193 ftgvX cZp\|/s cliff}
{TERRAIN_ADJACENT -193 ftgvX !ftgvX grassland}
{TERRAIN_ADJACENT -194 r !r dirt}
-{TERRAIN_ADJACENT -195 R !R road} # Missing
gfx
-{TERRAIN_ADJACENT -196 d !d desert}
-{TERRAIN_ADJACENT -197 i !i ice}
+{TERRAIN_ADJACENT -195 d !d desert}
+{TERRAIN_ADJACENT -196 i !i ice}
+{TERRAIN_ADJACENT -197 R !R road} # Missing
gfx
{TERRAIN_ADJACENT -198 Yw !Yw swampwater}
{TERRAIN_ADJACENT -199 cZp\|/ !cZp\|/ coast}
{TERRAIN_ADJACENT -200 s !s ocean}