From: Ricardo Cruz Date: Mon, 24 May 2004 12:02:25 +0000 (+0000) Subject: Added flying platform into the buttjump and trampoline test level. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=7eaf322891f5b7547da9f0d690a367a24662039b;p=supertux.git Added flying platform into the buttjump and trampoline test level. SVN-Revision: 1306 --- diff --git a/data/levels/test/level10.stl b/data/levels/test/level10.stl index c1fa0a1fa..13f6816b4 100644 --- a/data/levels/test/level10.stl +++ b/data/levels/test/level10.stl @@ -35,5 +35,10 @@ (y 1500) (power 10) ) + (flying-platform + (x 1300 1600 1600 1800 2000) + (y 250 250 300 250 120) + (velocity 2.0) + ) ) )