123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499 |
- ;; -*- mode: scheme; -*-
- (supertux-resources
- ;; Small Tux Walk
- (sprite (name "smalltux-walk-left")
- (fps 15.0)
- (x-hotspot 5)
- (y-hotspot 9)
- (images "shared/smalltux-left-1.png"
- "shared/smalltux-left-2.png"
- "shared/smalltux-left-3.png"
- "shared/smalltux-left-4.png"
- "shared/smalltux-left-5.png"
- "shared/smalltux-left-6.png"
- "shared/smalltux-left-7.png"
- "shared/smalltux-left-8.png"))
- (sprite (name "smalltux-walk-right")
- (fps 15.0)
- (x-hotspot 5)
- (y-hotspot 9)
- (images "shared/smalltux-right-1.png"
- "shared/smalltux-right-2.png"
- "shared/smalltux-right-3.png"
- "shared/smalltux-right-4.png"
- "shared/smalltux-right-5.png"
- "shared/smalltux-right-6.png"
- "shared/smalltux-right-7.png"
- "shared/smalltux-right-8.png"))
- ;; Small Tux Stand
- (sprite (name "smalltux-stand-left")
- (fps 15.0)
- (x-hotspot 5)
- (y-hotspot 9)
- (images "shared/smalltux-left-6.png"
- ))
- (sprite (name "smalltux-stand-right")
- (fps 15.0)
- (x-hotspot 5)
- (y-hotspot 9)
- (images "shared/smalltux-right-6.png"))
- ;; Small Tux Jump
- (sprite (name "smalltux-jump-left")
- (fps 15.0)
- (x-hotspot 5)
- (y-hotspot 7)
- (images "shared/smalltux-jump-left.png"
- ))
- (sprite (name "smalltux-jump-right")
- (fps 15.0)
- (x-hotspot 5)
- (y-hotspot 7)
- (images "shared/smalltux-jump-right.png"))
- (sprite (name "smalltux-gameover")
- (fps 10.0)
- (x-hotspot 13)
- (y-hotspot 6)
- (images "shared/smalltux-gameover-0.png"
- "shared/smalltux-gameover-1.png"))
- (sprite (name "smalltux-skid-left")
- (x-hotspot 6)
- (y-hotspot 8)
- (images "shared/smalltux-skid-left.png"))
- (sprite (name "smalltux-skid-right")
- (x-hotspot 6)
- (y-hotspot 8)
- (images "shared/smalltux-skid-right.png"))
- (sprite (name "smalltux-kick-left")
- (x-hotspot 5)
- (y-hotspot 9)
- (images "shared/smalltux-kick-left-0.png"))
- (sprite (name "smalltux-kick-right")
- (x-hotspot 5)
- (y-hotspot 9)
- (images "shared/smalltux-kick-right-0.png"))
- (sprite (name "smalltux-grab-left")
- (x-hotspot 5)
- (y-hotspot 9)
- (images "shared/smalltux-grab-left-0.png"))
- (sprite (name "smalltux-grab-right")
- (x-hotspot 5)
- (y-hotspot 9)
- (images "shared/smalltux-grab-right-0.png"))
- (sprite (name "smalltux-star")
- (x-hotspot 5)
- (y-hotspot 15)
- (images "shared/smalltux-star-0.png"
- "shared/smalltux-star-1.png"
- "shared/smalltux-star-2.png"
- ))
- ;; Large Tux Walk
- (sprite (name "largetux-walk-left")
- (x-hotspot 6)
- (y-hotspot 2)
- (images "shared/largetux-walk-left-0.png"
- "shared/largetux-walk-left-1.png"
- "shared/largetux-walk-left-2.png"
- "shared/largetux-walk-left-3.png"
- "shared/largetux-walk-left-4.png"
- "shared/largetux-walk-left-5.png"))
- (sprite (name "largetux-walk-right")
- (x-hotspot 6)
- (y-hotspot 2)
- (images "shared/largetux-walk-right-0.png"
- "shared/largetux-walk-right-1.png"
- "shared/largetux-walk-right-2.png"
- "shared/largetux-walk-right-3.png"
- "shared/largetux-walk-right-4.png"
- "shared/largetux-walk-right-5.png"))
- (sprite (name "largetux-skid-right")
- (x-hotspot 8)
- (y-hotspot 3)
- (images "shared/largetux-skid-right.png"))
- (sprite (name "largetux-skid-left")
- (x-hotspot 8)
- (y-hotspot 3)
- (images "shared/largetux-skid-left.png"))
-
- (sprite (name "largetux-stand-left")
- (x-hotspot 5)
- (y-hotspot 1)
- (images "shared/largetux-stand-left.png"))
- (sprite (name "largetux-stand-right")
- (x-hotspot 5)
- (y-hotspot 1)
- (images "shared/largetux-stand-right.png"))
- (sprite (name "largetux-jump-left")
- (x-hotspot 9)
- (y-hotspot 2)
- (images "shared/largetux-jump-left-0.png"))
- (sprite (name "largetux-jump-right")
- (x-hotspot 9)
- (y-hotspot 2)
- (images "shared/largetux-jump-right-0.png"))
- (sprite (name "largetux-duck-left")
- (x-hotspot 6)
- (y-hotspot 6)
- (images "shared/tux-duck-left.png"))
- (sprite (name "largetux-duck-right")
- (x-hotspot 6)
- (y-hotspot 6)
- (images "shared/tux-duck-right.png"))
- (sprite (name "largetux-kick-left")
- (x-hotspot 5)
- (y-hotspot 1)
- (images "shared/largetux-kick-left-0.png"))
- (sprite (name "largetux-kick-right")
- (x-hotspot 5)
- (y-hotspot 1)
- (images "shared/largetux-kick-right-0.png"))
- (sprite (name "largetux-grab-left")
- (x-hotspot 5)
- (y-hotspot 1)
- (images "shared/largetux-grab-left-0.png"))
- (sprite (name "largetux-grab-right")
- (x-hotspot 5)
- (y-hotspot 1)
- (images "shared/largetux-grab-right-0.png"))
- (sprite (name "largetux-star")
- (x-hotspot 8)
- (y-hotspot 8)
- (images "shared/largetux-star-0.png"
- "shared/largetux-star-1.png"
- "shared/largetux-star-2.png"
- ))
- ;; Firetux
- (sprite (name "firetux-walk-left")
- (x-hotspot 6)
- (y-hotspot 2)
- (images "shared/firetux-walk-left-0.png"
- "shared/firetux-walk-left-1.png"
- "shared/firetux-walk-left-2.png"
- "shared/firetux-walk-left-3.png"
- "shared/firetux-walk-left-4.png"
- "shared/firetux-walk-left-5.png"))
- (sprite (name "firetux-walk-right")
- (x-hotspot 6)
- (y-hotspot 2)
- (images "shared/firetux-walk-right-0.png"
- "shared/firetux-walk-right-1.png"
- "shared/firetux-walk-right-2.png"
- "shared/firetux-walk-right-3.png"
- "shared/firetux-walk-right-4.png"
- "shared/firetux-walk-right-5.png"))
- (sprite (name "firetux-skid-right")
- (x-hotspot 8)
- (y-hotspot 3)
- (images "shared/firetux-skid-right.png"))
- (sprite (name "firetux-skid-left")
- (x-hotspot 8)
- (y-hotspot 3)
- (images "shared/firetux-skid-left.png"))
-
- (sprite (name "firetux-stand-left")
- (x-hotspot 5)
- (y-hotspot 1)
- (images "shared/firetux-stand-left.png"))
- (sprite (name "firetux-stand-right")
- (x-hotspot 5)
- (y-hotspot 1)
- (images "shared/firetux-stand-right.png"))
- (sprite (name "firetux-jump-left")
- (x-hotspot 9)
- (y-hotspot 2)
- (images "shared/firetux-jump-left-0.png"))
- (sprite (name "firetux-jump-right")
- (x-hotspot 9)
- (y-hotspot 2)
- (images "shared/firetux-jump-right-0.png"))
- (sprite (name "firetux-duck-left")
- (x-hotspot 6)
- (y-hotspot 6)
- (images "shared/firetux-duck-left.png"))
- (sprite (name "firetux-duck-right")
- (x-hotspot 6)
- (y-hotspot 6)
- (images "shared/firetux-duck-right.png"))
- (sprite (name "firetux-kick-left")
- (x-hotspot 5)
- (y-hotspot 1)
- (images "shared/firetux-kick-left-0.png"))
- (sprite (name "firetux-kick-right")
- (x-hotspot 5)
- (y-hotspot 1)
- (images "shared/firetux-kick-right-0.png"))
- (sprite (name "firetux-grab-left")
- (x-hotspot 5)
- (y-hotspot 1)
- (images "shared/firetux-grab-left-0.png"))
- (sprite (name "firetux-grab-right")
- (x-hotspot 5)
- (y-hotspot 1)
- (images "shared/firetux-grab-right-0.png"))
- ;; Laptop
- (sprite (name "mriceblock-left")
- (x-hotspot 2)
- (y-hotspot 3)
- (images "shared/mriceblock-left-0.png"
- "shared/mriceblock-left-1.png"
- "shared/mriceblock-left-2.png"
- "shared/mriceblock-left-1.png"))
- (sprite (name "mriceblock-right")
- (x-hotspot 2)
- (y-hotspot 3)
- (images "shared/mriceblock-right-0.png"
- "shared/mriceblock-right-1.png"
- "shared/mriceblock-right-2.png"
- "shared/mriceblock-right-1.png"))
- (sprite (name "mriceblock-falling-right")
- (x-hotspot 2)
- (y-hotspot 3)
- (images "shared/mriceblock-flat-right.png"))
- (sprite (name "mriceblock-falling-left")
- (x-hotspot 2)
- (y-hotspot 3)
- (images "shared/mriceblock-flat-left.png"))
-
- (sprite (name "mriceblock-flat-left")
- (x-hotspot 2)
- (y-hotspot 3)
- (images "shared/mriceblock-flat-left.png"))
- (sprite (name "mriceblock-flat-right")
- (x-hotspot 2)
- (y-hotspot 3)
- (images "shared/mriceblock-flat-right.png"))
- ; (sprite (name "mriceblock-falling-left")
- ; (images "shared/mriceblock-falling-left.png"))
- ; (sprite (name "mriceblock-falling-right")
- ; (images "shared/mriceblock-falling-right.png"))
- (sprite (name "snowball-squished-left")
- (x-hotspot 1)
- (y-hotspot -19)
- (images "shared/snowball-squished-left.png"))
- (sprite (name "snowball-squished-right")
- (x-hotspot 1)
- (y-hotspot -19)
- (images "shared/snowball-squished-right.png"))
- (sprite (name "jumpy-left-up")
- (x-hotspot 7)
- (y-hotspot 8)
- (images "shared/jumpy-left-up-0.png"))
- (sprite (name "jumpy-left-down")
- (x-hotspot 7)
- (y-hotspot 8)
- (images "shared/jumpy-left-down-0.png"))
- (sprite (name "jumpy-left-middle")
- (x-hotspot 7)
- (y-hotspot 8)
- (images "shared/jumpy-left-middle-0.png"))
- (sprite (name "mrbomb-left")
- (fps 10.0)
- (x-hotspot 3)
- (y-hotspot 12)
- (images "shared/mrbomb-left-0.png"
- "shared/mrbomb-left-1.png"
- "shared/mrbomb-left-2.png"
- "shared/mrbomb-left-3.png"))
- (sprite (name "mrbomb-right")
- (fps 10.0)
- (x-hotspot 7)
- (y-hotspot 12)
- (images "shared/mrbomb-right-0.png"
- "shared/mrbomb-right-1.png"
- "shared/mrbomb-right-2.png"
- "shared/mrbomb-right-3.png"))
-
- (sprite (name "mrbomb-ticking-left")
- (fps 15.0)
- (x-hotspot 3)
- (y-hotspot 8)
- (images "shared/mrbombx-left-0.png"
- "shared/mrbombx-left-1.png"))
- (sprite (name "mrbomb-ticking-right")
- (fps 15.0)
- (x-hotspot 10)
- (y-hotspot 8)
- (images "shared/mrbombx-right-0.png"
- "shared/mrbombx-right-1.png"))
- (sprite (name "mrbomb-explosion")
- (fps 15.0)
- (x-hotspot 32)
- (y-hotspot 32)
- (images "shared/mrbomb-explosion.png"
- "shared/mrbomb-explosion-1.png"))
- (sprite (name "stalactite")
- (x-hotspot 0)
- (y-hotspot 0)
- (images "shared/stalactite.png"))
- (sprite (name "stalactite-broken")
- (x-hotspot 0)
- (y-hotspot 16)
- (images "shared/stalactite-broken.png"))
- (sprite (name "flame")
- (images "shared/flame-0.png"
- "shared/flame-1.png"))
- (sprite (name "fish")
- (x-hotspot 2)
- (y-hotspot 3)
- (images "shared/fish-left-0.png"
- "shared/fish-left-1.png"))
- (sprite (name "fish-down")
- (x-hotspot 2)
- (y-hotspot 11)
- (images "shared/fish-down-0.png"))
- (sprite (name "bouncingsnowball-left")
- (x-hotspot 1)
- (y-hotspot 0)
- (images "shared/bouncingsnowball-left-0.png"
- "shared/bouncingsnowball-left-1.png"
- "shared/bouncingsnowball-left-2.png"
- "shared/bouncingsnowball-left-3.png"
- "shared/bouncingsnowball-left-4.png"
- "shared/bouncingsnowball-left-5.png"))
- (sprite (name "bouncingsnowball-right")
- (x-hotspot 1)
- (y-hotspot 0)
- (images "shared/bouncingsnowball-right-0.png"
- "shared/bouncingsnowball-right-1.png"
- "shared/bouncingsnowball-right-2.png"
- "shared/bouncingsnowball-right-3.png"
- "shared/bouncingsnowball-right-4.png"
- "shared/bouncingsnowball-right-5.png"))
- (sprite (name "bouncingsnowball-squished")
- (x-hotspot 1)
- (y-hotspot -19)
- (images "shared/snowball-squished-left.png"))
- (sprite (name "flyingsnowball")
- (x-hotspot 4)
- (y-hotspot 3)
- (images "shared/flyingsnowball-left-0.png"
- "shared/flyingsnowball-left-1.png"))
- (sprite (name "flyingsnowball-squished")
- (x-hotspot 1)
- (y-hotspot -19)
- (images "shared/snowball-squished-left.png"))
- (sprite (name "spiky-left")
- (x-hotspot 6)
- (y-hotspot 10)
- (images "shared/spiky-left-0.png"
- "shared/spiky-left-1.png"
- "shared/spiky-left-2.png"))
- (sprite (name "spiky-right")
- (x-hotspot 6)
- (y-hotspot 10)
- (images "shared/spiky-right-0.png"
- "shared/spiky-right-1.png"
- "shared/spiky-right-2.png"))
- (sprite (name "snowball-left")
- (x-hotspot 2)
- (y-hotspot 4)
- (images "shared/snowball-left-0.png"
- "shared/snowball-left-1.png"
- "shared/snowball-left-2.png"
- "shared/snowball-left-1.png"))
- (sprite (name "snowball-right")
- (x-hotspot 2)
- (y-hotspot 4)
- (images "shared/snowball-right-0.png"
- "shared/snowball-right-1.png"
- "shared/snowball-right-2.png"
- "shared/snowball-right-1.png"))
- (sprite (name "egg")
- (images "shared/egg.png"))
- (sprite (name "1up")
- (images "shared/1up.png"))
- (sprite (name "star")
- (images "shared/star.png"
- "shared/star-1.png"
- "shared/star-2.png"
- "shared/star-3.png"
- "shared/star-4.png"
- "shared/star-3.png"
- "shared/star-2.png"
- "shared/star-1.png"))
- (sprite (name "iceflower")
- (images "shared/iceflower.png"
- "shared/iceflower-1.png"
- "shared/iceflower-2.png"
- "shared/iceflower-3.png"
- "shared/iceflower-2.png"
- "shared/iceflower-1.png"))
- (sprite (name "bullet")
- (x-hotspot 12)
- (x-hotspot 12)
- (fps 20)
- (images "shared/bullet-1.png"
- "shared/bullet-2.png"
- "shared/bullet-3.png"
- "shared/bullet-4.png"))
- )
- ;; EOF ;;
|