From 29b11d3bc9a4322c5c17c4d03f7c779ba7f8467d Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Fri, 26 Mar 2004 22:30:21 +0000 Subject: [PATCH] - added more bricks SVN-Revision: 378 --- data/images/tilesets/supertux.stgt | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/data/images/tilesets/supertux.stgt b/data/images/tilesets/supertux.stgt index cacc6c92a..9e88cb2d0 100644 --- a/data/images/tilesets/supertux.stgt +++ b/data/images/tilesets/supertux.stgt @@ -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 -- 2.11.0