- some new graphics
authorIngo Ruhnke <grumbel@gmx.de>
Tue, 26 Feb 2008 04:35:35 +0000 (04:35 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Tue, 26 Feb 2008 04:35:35 +0000 (04:35 +0000)
SVN-Revision: 5351

data/images/background/nightsky.png [new file with mode: 0644]
data/images/creatures/icecrusher/iceblock.png
data/images/creatures/snowball/kamikaze-left.png
data/images/creatures/snowball/kamikaze-snowball.sprite
data/images/tiles.strf
data/images/tiles/castle/stones.png [new file with mode: 0644]

diff --git a/data/images/background/nightsky.png b/data/images/background/nightsky.png
new file mode 100644 (file)
index 0000000..8b315b8
Binary files /dev/null and b/data/images/background/nightsky.png differ
index 12e91c2..2d56a3f 100644 (file)
Binary files a/data/images/creatures/icecrusher/iceblock.png and b/data/images/creatures/icecrusher/iceblock.png differ
index c5be838..8b6fdea 100644 (file)
Binary files a/data/images/creatures/snowball/kamikaze-left.png and b/data/images/creatures/snowball/kamikaze-left.png differ
index 3aba29b..c896c88 100644 (file)
@@ -1,12 +1,12 @@
 (supertux-sprite
   (action
     (name "left")
-    (hitbox 2 4 31.8 23.8)
+    (hitbox 0 0 37 28)
     (images "kamikaze-left.png")
   )
   (action
     (name "right")
-    (hitbox 13 4 31.8 23.8)
+    (hitbox 0 0 37 28)
     (mirror-action "left")
   )
   (action
index b96dbeb..874027f 100644 (file)
@@ -24,6 +24,7 @@
   (tilegroup
    (name "Castle BG Stones")
    (tiles
+      2380 2381 2382 2383
       2212 2213 2214 2215
       2224 2225 2226 2227
       2236 2237 2238 2239
     0    0    0    0    0    0    0    0    0    0    0    0)
    (image "tiles/castle/background.png"))
 
+ (tiles
+   (width  2)
+   (height 2)
+   (ids 
+    2380 2381
+    2382 2383)
+   (attributes
+    0 0 
+    0 0)
+   (image "tiles/castle/stones.png"))
 
-;; next-id: 2380
+;; next-id: 2384
 )
diff --git a/data/images/tiles/castle/stones.png b/data/images/tiles/castle/stones.png
new file mode 100644 (file)
index 0000000..98d2781
Binary files /dev/null and b/data/images/tiles/castle/stones.png differ