[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/data terrain-graphics.cfg
From: |
Philippe Plantier |
Subject: |
[Wesnoth-cvs-commits] wesnoth/data terrain-graphics.cfg |
Date: |
Sun, 03 Oct 2004 07:12:34 -0400 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Philippe Plantier <address@hidden> 04/10/03 10:57:38
Modified files:
data : terrain-graphics.cfg
Log message:
Fixing forest<->snow forest transitions.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/terrain-graphics.cfg.diff?tr1=1.38&tr2=1.39&r1=text&r2=text
Patches:
Index: wesnoth/data/terrain-graphics.cfg
diff -u wesnoth/data/terrain-graphics.cfg:1.38
wesnoth/data/terrain-graphics.cfg:1.39
--- wesnoth/data/terrain-graphics.cfg:1.38 Mon Sep 13 19:42:32 2004
+++ wesnoth/data/terrain-graphics.cfg Sun Oct 3 10:57:37 2004
@@ -11,12 +11,6 @@
# Use the following layers:
# -1000 : terrain base graphics
-# -200 to -101 : stacked flat adjacent transitions
-# -100 : buildings
-# -90 : "northern" transitions
-# -80 : terrain overlays
-# -50 : castle walls
-# -30 : castle transitions
# Loads the macros used in the file
{terrain-graphics}
@@ -195,8 +189,8 @@
#{TERRAIN_ADJACENT_NORTH -90 H !H snow-hills}
#{TERRAIN_ADJACENT_NORTH -90 h !hm hills} # No adj-north between
hills and mountains
-{TERRAIN_ADJACENT_OV -186 f !f forest}
-{TERRAIN_ADJACENT_OV -187 F !F snow-forest}
+{TERRAIN_ADJACENT_OV -78 F !F snow-forest}
+{TERRAIN_ADJACENT_OV -79 f !f forest}
{TERRAIN_ADJACENT -188 m !m mountains}
{TERRAIN_ADJACENT -189 H !H snow-hills}
{TERRAIN_ADJACENT -190 h !h hills}
- [Wesnoth-cvs-commits] wesnoth/data terrain-graphics.cfg,
Philippe Plantier <=