[Super-tux-commit] supertux/data/images supertux.strf,1.33,1.34
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2005-03-30 01:52:51
|
Update of /cvsroot/super-tux/supertux/data/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13952/data/images Modified Files: supertux.strf Log Message: added a bell object which is a new better way to do reset points Index: supertux.strf =================================================================== RCS file: /cvsroot/super-tux/supertux/data/images/supertux.strf,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- supertux.strf 13 Mar 2005 22:38:55 -0000 1.33 +++ supertux.strf 30 Mar 2005 01:52:11 -0000 1.34 @@ -1379,6 +1379,23 @@ (y-offset 0) (images "shared/stomp.png") )) + + (sprite (name "bell") + (action + (name "default") + (x-offset 0) + (y-offset 0) + (images "shared/bell/bell-m.png") + ) + (action + (name "ringing") + (images "shared/bell/bell-l.png" + "shared/bell/bell-m.png" + "shared/bell/bell-r.png" + "shared/bell/bell-m.png" + ) + ) + ) ) ;; EOF ;; |