[Super-tux-commit] supertux/data/images supertux.strf,1.22,1.23
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2004-11-22 23:48:17
|
Update of /cvsroot/super-tux/supertux/data/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28925/data/images Modified Files: supertux.strf Log Message: properly implement invisible blocks Index: supertux.strf =================================================================== RCS file: /cvsroot/super-tux/supertux/data/images/supertux.strf,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- supertux.strf 20 Nov 2004 22:14:18 -0000 1.22 +++ supertux.strf 22 Nov 2004 23:47:37 -0000 1.23 @@ -1234,29 +1234,13 @@ (name "default") (images "tilesets/brick1.png")) ) + + (sprite (name "invisibleblock") + (action + (name "empty") + (images "tilesets/bonus2-d.png")) + ) -; (sprite (name "openingdoor") -; (action -; (x-offset 0) -; (y-offset 64) -; (images "shared/door-1.png" -; "shared/door-2.png" -; "shared/door-3.png" -; "shared/door-4.png" -; "shared/door-5.png" -; "shared/door-6.png" -; "shared/door-7.png" -; "shared/door-8.png" -; "shared/door-8.png" -; "shared/door-7.png" -; "shared/door-6.png" -; "shared/door-5.png" -; "shared/door-4.png" -; "shared/door-3.png" -; "shared/door-2.png" -; "shared/door-1.png") -; )) - ; Stomp (sprite (name "stomp") (action |