Author: zookeeper
Date: Sun Oct 17 23:36:32 2010
New Revision: 47080

URL: http://svn.gna.org/viewcvs/wesnoth?rev=47080&view=rev
Log:
Added a temporary custom macro for the animated beach waves... for real this 
time.

Modified:
    trunk/data/core/terrain-graphics/new-macros.cfg

Modified: trunk/data/core/terrain-graphics/new-macros.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/terrain-graphics/new-macros.cfg?rev=47080&r1=47079&r2=47080&view=diff
==============================================================================
--- trunk/data/core/terrain-graphics/new-macros.cfg (original)
+++ trunk/data/core/terrain-graphics/new-macros.cfg Sun Oct 17 23:36:32 2010
@@ -225,6 +225,74 @@
 
 #define NEW:WALL2 TERRAINLIST ADJACENT1 ADJACENT2 IMAGESTEM
     {NEW:WALL2_P {TERRAINLIST} {ADJACENT1} {ADJACENT2} 100 {IMAGESTEM}}
+#enddef
+
+#define NEW:WAVES TERRAINLIST ADJACENT LAYER IMAGESTEM
+    [terrain_graphics]
+        map="
+,  2
+*,   3
+,  1
+*,   *
+,  *"
+        [tile]
+            pos=1
+            type={TERRAINLIST}
+            set_no_flag=wav...@r0
+        [/tile]
+        [tile]
+            pos=2
+            type={ADJACENT}
+            set_no_flag=wav...@r2
+        [/tile]
+        [tile]
+            pos=3
+            type={ADJACENT}
+            set_no_flag=wav...@r4
+        [/tile]
+
+        rotations=tr,r,br,bl,l,tl
+
+        [image]
+            name={ANIMATION_06_150 {IMAGESTEM}-convex -...@r0}
+            layer={LAYER}
+            center=90,144
+            base=90,144
+        [/image]
+    [/terrain_graphics]
+
+    [terrain_graphics]
+        map="
+,  2
+*,   3
+,  1
+*,   *
+,  *"
+        [tile]
+            pos=1
+            type={ADJACENT}
+            set_no_flag=wav...@r0
+        [/tile]
+        [tile]
+            pos=2
+            type={TERRAINLIST}
+            set_no_flag=wav...@r2
+        [/tile]
+        [tile]
+            pos=3
+            type={TERRAINLIST}
+            set_no_flag=wav...@r4
+        [/tile]
+
+        rotations=tr,r,br,bl,l,tl
+
+        [image]
+            name={ANIMATION_06_150 {IMAGESTEM}-concave -...@r0}
+            layer={LAYER}
+            center=90,144
+            base=90,144
+        [/image]
+    [/terrain_graphics]
 #enddef
 
 #define NEW:BEACH TERRAINLIST ADJACENT IMAGESTEM


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

Reply via email to