Update of /cvsroot/super-tux/supertux/data/images/tilesets
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6317/data/images/tilesets
Modified Files:
supertux.stgt
Log Message:
This patch was send to the mailing list by Ryan (aka sik0fewl).
«
I've made it so that sliding on ice works again (after the changes to the
input handling functions--looks much nicer now, btw).
I also changed supertux.stgt to make snow5.png ice. You can try out sliding
around on ice in the second level. I wasn't really sure what would be a good
sliding rate so people should try fiddling with different values.
Right now the accel/decel rate is the direct inverse of the velocity.. this
inverse can be increased or decreased.
Also, the smalltux animation doesn't "slide", he walks to a stop.. haven't
really looked into where to fix this, but I'm sure others could find it and
fix it before I could.
»
Index: supertux.stgt
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/images/tilesets/supertux.stgt,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- supertux.stgt 16 Apr 2004 14:31:58 -0000 1.15
+++ supertux.stgt 16 Apr 2004 16:24:53 -0000 1.16
@@ -30,7 +30,8 @@
(solid #t))
(tile (id 11)
(images "snow5.png")
- (solid #t))
+ (solid #t)
+ (ice #t))
(tile (id 12)
(images "snow6.png")
(solid #t))
|