From: Ingo Ruhnke Date: Sun, 5 Oct 2014 09:44:30 +0000 (+0200) Subject: Added Fatbat sprite X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=6bec193c160833cc910f676ba111125aa4efcc2d;p=supertux.git Added Fatbat sprite --- diff --git a/data/images/creatures/fatbat/fatbat.sprite b/data/images/creatures/fatbat/fatbat.sprite new file mode 100644 index 000000000..8bd6f4686 --- /dev/null +++ b/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") + ) +) diff --git a/data/images/creatures/fatbat/fly-0.png b/data/images/creatures/fatbat/fly-0.png new file mode 100644 index 000000000..9e2a6cb42 Binary files /dev/null and b/data/images/creatures/fatbat/fly-0.png differ diff --git a/data/images/creatures/fatbat/fly-1.png b/data/images/creatures/fatbat/fly-1.png new file mode 100644 index 000000000..bb77ecaa7 Binary files /dev/null and b/data/images/creatures/fatbat/fly-1.png differ diff --git a/data/images/creatures/fatbat/fly-2.png b/data/images/creatures/fatbat/fly-2.png new file mode 100644 index 000000000..5385057f9 Binary files /dev/null and b/data/images/creatures/fatbat/fly-2.png differ diff --git a/data/images/creatures/fatbat/fly-3.png b/data/images/creatures/fatbat/fly-3.png new file mode 100644 index 000000000..3975b8661 Binary files /dev/null and b/data/images/creatures/fatbat/fly-3.png differ diff --git a/data/images/creatures/fatbat/squished.png b/data/images/creatures/fatbat/squished.png new file mode 100644 index 000000000..d8d8da6c3 Binary files /dev/null and b/data/images/creatures/fatbat/squished.png differ diff --git a/data/levels/halloween/halloween1.stl b/data/levels/halloween/halloween1.stl index 345563ff5..c11723f7e 100644 --- a/data/levels/halloween/halloween1.stl +++ b/data/levels/halloween/halloween1.stl @@ -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") )