Update of /cvsroot/super-tux/supertux/data/images
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7296/data/images
Modified Files:
supertux.strf
Log Message:
Fixed spiky's y-offset, as well as a few of others bad values.
Looks like I mistakely change them when committing flamefish, since I was doing some testing on that version.
Index: supertux.strf
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/images/supertux.strf,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- supertux.strf 9 Sep 2004 10:45:26 -0000 1.13
+++ supertux.strf 9 Sep 2004 21:02:23 -0000 1.14
@@ -904,7 +904,7 @@
(sprite (name "mrbomb-ticking-right")
(action
(fps 15.0)
- (x-offset 255)
+ (x-offset 10)
(y-offset 8)
(images "shared/mrbombx-right-0.png"
"shared/mrbombx-right-1.png")))
@@ -1016,26 +1016,26 @@
(sprite (name "spiky-left")
(action
(x-offset 6)
- (y-offset 255)
+ (y-offset 10)
(images "shared/spiky-left-0.png"
"shared/spiky-left-1.png"
"shared/spiky-left-2.png")))
(sprite (name "spiky-right")
(action
(x-offset 6)
- (y-offset 255)
+ (y-offset 10)
(images "shared/spiky-right-0.png"
"shared/spiky-right-1.png"
"shared/spiky-right-2.png")))
(sprite (name "spiky-iced-left")
(action
(x-offset 6)
- (y-offset 255)
+ (y-offset 10)
(images "shared/spiky-iced-left-0.png")))
(sprite (name "spiky-iced-right")
(action
(x-offset 6)
- (y-offset 255)
+ (y-offset 10)
(images "shared/spiky-iced-right-0.png")))
(sprite (name "snowball-left")
@@ -1090,7 +1090,7 @@
(action
(x-offset 12)
(x-offset 12)
- (fps 255)
+ (fps 20)
(images "shared/firebullet-1.png"
"shared/firebullet-2.png"
"shared/firebullet-3.png"
@@ -1099,7 +1099,7 @@
(action
(x-offset 12)
(x-offset 12)
- (fps 255)
+ (fps 20)
(images "shared/icebullet-1.png")))
; Trampoline
(sprite (name "trampoline")
|