From: Ryan Flegel Date: Sun, 16 May 2004 18:05:10 +0000 (+0000) Subject: - added trampoline entries X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=71436d9713df257e056ddbef8f9a9c9cd409ba21;p=supertux.git - added trampoline entries SVN-Revision: 1217 --- diff --git a/data/supertux.strf b/data/supertux.strf index befc912b9..b2dac9089 100644 --- a/data/supertux.strf +++ b/data/supertux.strf @@ -613,6 +613,25 @@ (x-hotspot 12) (fps 20) (images "shared/icebullet-1.png")) + + ; Trampoline + (sprite (name "trampoline-1") + (x-hotspot 0) + (x-hotspot 0) + (images "shared/trampoline-1.png")) + (sprite (name "trampoline-2") + (x-hotspot 0) + (x-hotspot 0) + (images "shared/trampoline-2.png")) + (sprite (name "trampoline-3") + (x-hotspot 0) + (x-hotspot 0) + (images "shared/trampoline-3.png")) + (sprite (name "trampoline-4") + (x-hotspot 0) + (x-hotspot 0) + (images "shared/trampoline-4.png")) + ) ;; EOF ;;