adjusting castle map to prepare for torch sprite
authorStephen Groundwater <slacker@gluebox.com>
Mon, 3 Oct 2005 00:17:38 +0000 (00:17 +0000)
committerStephen Groundwater <slacker@gluebox.com>
Mon, 3 Oct 2005 00:17:38 +0000 (00:17 +0000)
SVN-Revision: 2802

data/images/worldmap.strf
data/images/worldmap/forest/castlemap.png
data/images/worldmap/forest/torch1.png [deleted file]
data/images/worldmap/forest/torch2.png [deleted file]
data/images/worldmap/forest/torch3.png [deleted file]

index ac206b1..7009fee 100644 (file)
 (tile (id 159)
      (images "worldmap/forest/fall7.png"))
 (tile (id 160)
-(anim-fps -15)
+(anim-fps 2)
      (images "worldmap/forest/fall8.png"
              "worldmap/forest/fall8b.png"
              "worldmap/forest/fall8c.png")
 (tile (id 161)
      (images "worldmap/forest/fall9.png"))
 (tile (id 162)
-(anim-fps -15)
+(anim-fps 2)
      (images "worldmap/forest/fall0.png"
              "worldmap/forest/fall0b.png"
              "worldmap/forest/fall0c.png"
     (solid #t))
 (tile
     (id 248)
-    (anim-fps 3)
-    (images "worldmap/forest/torch1.png"
-            "worldmap/forest/torch2.png"
-            "worldmap/forest/torch3.png")
-       
-    (stop #f)
-    (north #f)
-    (south #t)
-    (west  #f)
-    (east  #t))
+    (images
+      (region "worldmap/forest/castlemap.png" 96 192 32 32)
+ )         
+     (stop #f)
+     (north #f)
+     (south #t)
+     (west  #f)
+     (east  #t))
 (tile
     (id 249)
     (images
index ada1465..94fefd8 100644 (file)
Binary files a/data/images/worldmap/forest/castlemap.png and b/data/images/worldmap/forest/castlemap.png differ
diff --git a/data/images/worldmap/forest/torch1.png b/data/images/worldmap/forest/torch1.png
deleted file mode 100644 (file)
index 89c23fd..0000000
Binary files a/data/images/worldmap/forest/torch1.png and /dev/null differ
diff --git a/data/images/worldmap/forest/torch2.png b/data/images/worldmap/forest/torch2.png
deleted file mode 100644 (file)
index 5303056..0000000
Binary files a/data/images/worldmap/forest/torch2.png and /dev/null differ
diff --git a/data/images/worldmap/forest/torch3.png b/data/images/worldmap/forest/torch3.png
deleted file mode 100644 (file)
index 9e1486b..0000000
Binary files a/data/images/worldmap/forest/torch3.png and /dev/null differ