- added trampoline entries
authorRyan Flegel <rflegel@gmail.com>
Sun, 16 May 2004 18:05:10 +0000 (18:05 +0000)
committerRyan Flegel <rflegel@gmail.com>
Sun, 16 May 2004 18:05:10 +0000 (18:05 +0000)
SVN-Revision: 1217

data/supertux.strf

index befc912..b2dac90 100644 (file)
          (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 ;;