From: Stephen Groundwater Date: Tue, 14 Mar 2006 13:08:58 +0000 (+0000) Subject: added ice box object X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=3e691115e923d1ba8425db1138aee0951d33b67c;p=supertux.git added ice box object SVN-Revision: 3089 --- diff --git a/data/images/objects/icebox/icebox.png b/data/images/objects/icebox/icebox.png new file mode 100644 index 000000000..9477bef97 Binary files /dev/null and b/data/images/objects/icebox/icebox.png differ diff --git a/data/images/objects/icebox/icebox.sprite b/data/images/objects/icebox/icebox.sprite new file mode 100644 index 000000000..bceb03ae6 --- /dev/null +++ b/data/images/objects/icebox/icebox.sprite @@ -0,0 +1,10 @@ +(supertux-sprite + (action + (name "normal") + (x-offset 0) + (y-offset 0) +(fps 5) + (images +"icebox.png" +)) +) diff --git a/data/levels/world2/castledoor.stl b/data/levels/world2/castledoor.stl index a10493490..76ee69505 100644 --- a/data/levels/world2/castledoor.stl +++ b/data/levels/world2/castledoor.stl @@ -234,7 +234,15 @@ (physic-enabled #f) (solid #t) ) - + (scriptedobject + (x 653) (y 531) + (name "ICEBOX") + (sprite "images/objects/icebox/icebox.sprite") + (layer 100) + (visible #t) + (physic-enabled #f) + (solid #t) + ) ) )