From: Ingo Ruhnke Date: Fri, 16 Feb 2007 13:46:24 +0000 (+0000) Subject: - added moving platform for ice X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=af56c80ab86f41e5e9de91f245540b6cdb849bbb;p=supertux.git - added moving platform for ice SVN-Revision: 4849 --- diff --git a/data/images/objects/platforms/icefloe.png b/data/images/objects/platforms/icefloe.png new file mode 100644 index 000000000..5f4a0df70 Binary files /dev/null and b/data/images/objects/platforms/icefloe.png differ diff --git a/data/images/objects/platforms/icefloe.sprite b/data/images/objects/platforms/icefloe.sprite new file mode 100644 index 000000000..d76878c69 --- /dev/null +++ b/data/images/objects/platforms/icefloe.sprite @@ -0,0 +1,6 @@ +(supertux-sprite + (action + (name "default") + (images "icefloe.png") + ) +) diff --git a/data/images/objects/platforms/icefloe_small.png b/data/images/objects/platforms/icefloe_small.png new file mode 100644 index 000000000..6f04f1681 Binary files /dev/null and b/data/images/objects/platforms/icefloe_small.png differ diff --git a/data/images/objects/platforms/icefloe_small.sprite b/data/images/objects/platforms/icefloe_small.sprite new file mode 100644 index 000000000..1950da67a --- /dev/null +++ b/data/images/objects/platforms/icefloe_small.sprite @@ -0,0 +1,7 @@ +(supertux-sprite + (action + (name "default") + (images "icefloe_small.png") + ) +) + diff --git a/data/levels/test/unisolid.stl b/data/levels/test/unisolid.stl index c4f4dbd1e..0ab3d8dd3 100644 --- a/data/levels/test/unisolid.stl +++ b/data/levels/test/unisolid.stl @@ -14,10 +14,20 @@ (camera (mode "normal") ) + (platform + (running #f) + (sprite "images/objects/platforms/icefloe_small.sprite") + (path + (node + (x 1280) + (y 544) + ) + ) + ) (spawnpoint (name "main") - (x 96) - (y 96) + (x 128) + (y 256) ) (tilemap (z-pos -100)