Resized ocean background to 800x600
[supertux.git] / data / supertux.strf
index f0e63a2..8f92419 100644 (file)
           (x-hotspot 0)
           (y-hotspot 0)
           (images "shared/walkingtree-left-small-1.png"))
- )
+
+  ; Door
+  (sprite (name "door")
+          (x-hotspot 0)
+          (y-hotspot 0)
+          (images "shared/door.png")
+  )
+  
+  ; Stomp
+  (sprite (name "stomp")
+          (x-hotspot 0)
+          (y-hotspot 0)
+          (images "shared/stomp.png")
+  )
+)
 
 ;; EOF ;;