X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=data%2Fimages%2Ftilesets%2Fsupertux.stgt;h=cacc6c92a0e18b592bd9b6def13960f81934b3ad;hb=67bd64d0e7f90ca5c1d12441dedb334df471fb99;hp=b5e4be40aca667fea7b8d107050e4f02b2003959;hpb=0d9076ced0b6f5ece54208d46be7c3bdad9687e5;p=supertux.git diff --git a/data/images/tilesets/supertux.stgt b/data/images/tilesets/supertux.stgt index b5e4be40a..cacc6c92a 100644 --- a/data/images/tilesets/supertux.stgt +++ b/data/images/tilesets/supertux.stgt @@ -1,3 +1,5 @@ +;; -*- mode: scheme -*- + (supertux-tiles (properties (id 0)) @@ -51,14 +53,11 @@ (images "snow9.png") (solid #t)) (tile (id 16) - (images "snow10.png") - (solid #t)) + (images "snow10.png")) (tile (id 17) - (images "snow11.png") - (solid #t)) + (images "snow11.png")) (tile (id 18) - (images "snow12.png") - (solid #t)) + (images "snow12.png")) (tile (id 19) (images "snow13.png") (solid #t)) @@ -86,6 +85,7 @@ (images "bonus1.png") (solid #t) (fullbox #t) + (next-tile 84) (data 1)) (tile (id 27) (images "block1.png") @@ -248,11 +248,15 @@ (tile (id 77) (images "brick0.png") - (brick #t) + (brick #t) + (data 1) + (next-tile 0) (solid #t)) (tile (id 78) (images "brick1.png") (brick #t) + (data 1) + (next-tile 0) (solid #t)) (tile (id 79) @@ -274,6 +278,7 @@ (images "box-full.png") (fullbox #t) (solid #t) + (next-tile 84) (data 1)) (tile (id 84) @@ -304,10 +309,12 @@ (images "box-full.png") (solid #t) (fullbox #t) - (data 2)) + (data 2) + (next-tile 84)) (tile (id 103) (images "box-full.png") (solid #t) (fullbox #t) - (data 3)) + (data 3) + (next-tile 84)) ) \ No newline at end of file