From: Stephen Groundwater Date: Fri, 1 Apr 2005 03:47:06 +0000 (+0000) Subject: added hatch sprite X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=34ec2e40721efb7e63ef55d7a37c1cd1e0e67f95;p=supertux.git added hatch sprite SVN-Revision: 2308 --- diff --git a/data/images/supertux.strf b/data/images/supertux.strf index 2ec2736f8..96a3a3a2f 100644 --- a/data/images/supertux.strf +++ b/data/images/supertux.strf @@ -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 ;;