Author: fendrin
Date: Mon Oct  6 17:46:24 2008
New Revision: 29924

URL: http://svn.gna.org/viewcvs/wesnoth?rev=29924&view=rev
Log:
added two mixed terrains: the forested hills and the forested snow hills

Added:
    trunk/data/core/images/terrain/forested-hills-tile.png   (with props)
    trunk/data/core/images/terrain/forested-snow-hills-tile.png   (with props)
Modified:
    trunk/data/core/terrain.cfg

Added: trunk/data/core/images/terrain/forested-hills-tile.png
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/images/terrain/forested-hills-tile.png?rev=29924&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/core/images/terrain/forested-hills-tile.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: trunk/data/core/images/terrain/forested-snow-hills-tile.png
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/images/terrain/forested-snow-hills-tile.png?rev=29924&view=auto
==============================================================================
Binary file - no diff available.

Propchange: trunk/data/core/images/terrain/forested-snow-hills-tile.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: trunk/data/core/terrain.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/terrain.cfg?rev=29924&r1=29923&r2=29924&view=diff
==============================================================================
--- trunk/data/core/terrain.cfg (original)
+++ trunk/data/core/terrain.cfg Mon Oct  6 17:46:24 2008
@@ -432,6 +432,30 @@
     default_base=Gs
     aliasof=^Fp
     editor_group=forest
+[/terrain]
+
+#
+# Mixed 
+#
+
+[terrain]
+    symbol_image=forested-hills-tile
+    id=forested_hills
+    name= _ "Forested Hills"
+    string=Hh^Fp    
+    aliasof=Hh, ^Fp
+    mvt_alias=-,Hh, ^Fp
+    editor_group=forest, rough
+[/terrain]
+
+[terrain]
+    symbol_image=forested-snow-hills-tile
+    id=forested_snow_hills
+    name= _ "Forested Snow Hills"
+    string=Ha^Fpa    
+    aliasof=Ha, ^Fpa
+    mvt_alias=-,Ha, ^Fpa
+    editor_group=forest, rough, frozen
 [/terrain]
 
 #


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to