From: Stephen Groundwater Date: Sun, 2 Oct 2005 21:45:35 +0000 (+0000) Subject: adjusting torch graphic X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=f19b372ec7b027288b6866b7f91b8e0464d10695;p=supertux.git adjusting torch graphic SVN-Revision: 2798 --- diff --git a/data/images/worldmap.strf b/data/images/worldmap.strf index cd3b79f28..dfdf4279d 100644 --- a/data/images/worldmap.strf +++ b/data/images/worldmap.strf @@ -1183,13 +1183,15 @@ (solid #t)) (tile (id 248) - (images - (region "worldmap/forest/castlemap.png" 96 192 32 32) - ) +(anim-fps 15) + (images "worldmap/forest/torch1.png" + "worldmap/forest/torch2.png" + "worldmap/forest/torch3.png") + (stop #f) (north #f) - (south #t) - (west #f) + (south #f) + (west #t) (east #t)) (tile (id 249) diff --git a/data/images/worldmap/forest/castlemap.png b/data/images/worldmap/forest/castlemap.png index e91218931..ada1465c2 100644 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 new file mode 100644 index 000000000..89c23fd2e Binary files /dev/null and b/data/images/worldmap/forest/torch1.png differ diff --git a/data/images/worldmap/forest/torch2.png b/data/images/worldmap/forest/torch2.png new file mode 100644 index 000000000..53030568f Binary files /dev/null and b/data/images/worldmap/forest/torch2.png differ diff --git a/data/images/worldmap/forest/torch3.png b/data/images/worldmap/forest/torch3.png new file mode 100644 index 000000000..9e1486b12 Binary files /dev/null and b/data/images/worldmap/forest/torch3.png differ