Skip to content

Commit

Permalink
Added Fatbat sprite
Browse files Browse the repository at this point in the history
  • Loading branch information
Grumbel committed Oct 5, 2014
1 parent 1e85c9b commit 6bec193
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 0 deletions.
24 changes: 24 additions & 0 deletions data/images/creatures/fatbat/fatbat.sprite
@@ -0,0 +1,24 @@
(supertux-sprite
(action
(name "left")
(fps 20)
(hitbox 6 7 32 32)
(images "fly-0.png"
"fly-1.png"
"fly-2.png"
"fly-3.png"
)
)
(action
(name "right")
(fps 20)
(hitbox 6 7 32 32)
(mirror-action "left")
)

(action
(name "squished")
(hitbox 0 0 32 32)
(images "squished.png")
)
)
Binary file added data/images/creatures/fatbat/fly-0.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/fatbat/fly-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/fatbat/fly-2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/fatbat/fly-3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/creatures/fatbat/squished.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions data/levels/halloween/halloween1.stl
Expand Up @@ -33,6 +33,16 @@
(image "images/background/halloween_vignette.png")
(layer 1000)
)
(bouncingsnowball
(sprite "images/creatures/fatbat/fatbat.sprite")
(x 2689)
(y 608)
)
(bouncingsnowball
(sprite "images/creatures/fatbat/fatbat.sprite")
(x 2817)
(y 576)
)
(camera
(mode "normal")
)
Expand Down

0 comments on commit 6bec193

Please sign in to comment.