Update of /cvsroot/super-tux/supertux/data/images/tilesets
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28164/data/images/tilesets
Modified Files:
supertux.stgt
Added Files:
slope-left.png slope-right.png
Log Message:
Added slope graphics.
--- NEW FILE: slope-left.png ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: slope-right.png ---
(This appears to be a binary file; contents omitted.)
Index: supertux.stgt
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/images/tilesets/supertux.stgt,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- supertux.stgt 15 Jun 2004 16:16:46 -0000 1.41
+++ supertux.stgt 22 Jun 2004 12:34:55 -0000 1.42
@@ -18,6 +18,7 @@
(tilegroup (name "Signs") (tiles 136 137 138 139 141 142 143 144))
(tilegroup (name "Grasslands") (tiles 145 146 147 148))
(tilegroup (name "Jungle") (tiles 301 302 303 304 305 306 307 308 309 310 311 312))
+ (tilegroup (name "Slopes") (tiles 400 401))
(tile (id 0)
(images "notile.png"))
@@ -644,5 +645,14 @@
(spike #t)
(images "spike.png"))
+; Slopes
+
+ (tile (id 400)
+ (slope-angle 45)
+ (images "slope-right.png"))
+ (tile (id 401)
+ (slope-angle 135)
+ (images "slope-left.png"))
+
)
|