From: Christoph Sommer Date: Thu, 27 Apr 2006 18:16:10 +0000 (+0000) Subject: Removed obsolete actions from flying_platform X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=c03dcf9da39f5ea36c57949786d469ea6f815de7;p=supertux.git Removed obsolete actions from flying_platform SVN-Revision: 3451 --- diff --git a/data/images/objects/flying_platform/flying_platform.sprite b/data/images/objects/flying_platform/flying_platform.sprite index de027b1fe..5af3231fa 100644 --- a/data/images/objects/flying_platform/flying_platform.sprite +++ b/data/images/objects/flying_platform/flying_platform.sprite @@ -1,45 +1,12 @@ (supertux-sprite - (action - (name "flying") - (x-offset 0) - (y-offset 0) - (images "flying_platform-0.png" - "flying_platform-1.png" - "flying_platform-2.png" - "flying_platform-3.png") - ) - (action - (name "block1") - (x-offset 0) - (y-offset 0) - (images "../../tiles/blocks/block1.png") - ) - (action - (name "block2") - (x-offset 0) - (y-offset 0) - (images "../../tiles/blocks/block2.png") - ) - (action - (name "block3") - (x-offset 0) - (y-offset 0) - (images "../../tiles/blocks/block3.png") - ) - (action - (name "block4") - (x-offset 0) - (y-offset 0) - (images "../../tiles/blocks/block4.png") - ) - (action - (name "firefly") - (x-offset 0) - (y-offset 0) - (images "../../tiles/firefly/firefly1.png" - "../../tiles/firefly/firefly2.png" - "../../tiles/firefly/firefly3.png" - "../../tiles/firefly/firefly2.png") - ) -) + (action + (name "default") + (images + "flying_platform-0.png" + "flying_platform-1.png" + "flying_platform-2.png" + "flying_platform-3.png" + ) + ) + )