[Super-tux-commit] supertux/data/images supertux.strf,1.36,1.37
Brought to you by:
wkendrick
From: S.Groundwater <gro...@us...> - 2005-04-01 03:47:19
|
Update of /cvsroot/super-tux/supertux/data/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6589 Modified Files: supertux.strf Log Message: added hatch sprite Index: supertux.strf =================================================================== RCS file: /cvsroot/super-tux/supertux/data/images/supertux.strf,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- supertux.strf 30 Mar 2005 20:50:21 -0000 1.36 +++ supertux.strf 1 Apr 2005 03:47:06 -0000 1.37 @@ -1401,6 +1401,24 @@ (action (images "shared/unstable_tile.png")) ) -) +; Hatch + (sprite (name "hatch") + (action + (name "default") + (x-offset 0) + (y-offset 0) + (images "shared/hatch-1.png")) + (action + (name "open") + (x-offset 0) + (y-offset 0) + (images "shared/hatch-1.png" + "shared/hatch-2.png" + "shared/hatch-3.png" + "shared/hatch-4.png" + "shared/hatch-5.png" + "shared/hatch-6.png")) + ) +) ;; EOF ;; |