Update of /cvsroot/super-tux/supertux/data/images/tilesets
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12303
Modified Files:
supertux.stgt
Log Message:
- added more bricks
Index: supertux.stgt
===================================================================
RCS file: /cvsroot/super-tux/supertux/data/images/tilesets/supertux.stgt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- supertux.stgt 25 Mar 2004 16:38:46 -0000 1.4
+++ supertux.stgt 26 Mar 2004 22:30:21 -0000 1.5
@@ -202,9 +202,9 @@
(tile (id 62)
(images "block11.png")
(solid #t))
- ; (tile (id 63)
- ; (images "backgroundtile1.png")
- ; (solid #t))
+ (tile (id 63)
+ (images "backgroundtile1.png")
+ (solid #t))
(tile (id 64)
(images "grey.png")
(solid #t))
@@ -246,16 +246,15 @@
(images "waves-0.png" "waves-1.png" "waves-2.png")
(anim-speed 25))
+ ;; Normal brick
(tile (id 77)
(images "brick0.png")
(brick #t)
- (data 1)
(next-tile 0)
(solid #t))
(tile (id 78)
(images "brick1.png")
(brick #t)
- (data 1)
(next-tile 0)
(solid #t))
@@ -317,4 +316,21 @@
(fullbox #t)
(data 3)
(next-tile 84))
+
+ ;; Brick with bonus content
+ (tile (id 104)
+ (images "brick0.png")
+ (brick #t)
+ (data 1)
+ (next-tile 84)
+ (solid #t))
+
+ ;; Brick with bonus content
+ (tile (id 105)
+ (images "brick1.png")
+ (brick #t)
+ (data 1)
+ (next-tile 84)
+ (solid #t))
+
)
\ No newline at end of file
|