Author: grumbel Date: 2007-10-29 04:08:38 +0100 (Mon, 29 Oct 2007) New Revision: 3372
Added: trunk/pingus/data/levels/test/jumper2.pingus Log: - another jumper test level Added: trunk/pingus/data/levels/test/jumper2.pingus =================================================================== --- trunk/pingus/data/levels/test/jumper2.pingus 2007-10-29 01:45:34 UTC (rev 3371) +++ trunk/pingus/data/levels/test/jumper2.pingus 2007-10-29 03:08:38 UTC (rev 3372) @@ -0,0 +1,127 @@ +;; -*- scheme -*- +;; Generated by Pingus Editor 0.7.2 +;; License: GPLv2 or later +(pingus-level + (version 2) + (head + (levelname "none") + (description "none") + (author "none") + (number-of-pingus 500) + (number-to-save 20) + (time -1) + (difficulty 0) + (playable 1) + (comment "") + (music "none") + (actions + (jumper 200)) + (levelsize 800 600)) + (objects + (solidcolor-background + (position 44 74 -1000) + (color 0.392157 0 0.392157 1)) + (groundpiece + (type "ground") + (surface + (image "groundpieces/ground/test/test3") + (modifier "ROT0")) + (position 147 193 0)) + (groundpiece + (type "ground") + (surface + (image "groundpieces/ground/test/test3") + (modifier "ROT0")) + (position 234 193 0)) + (groundpiece + (type "ground") + (surface + (image "groundpieces/ground/test/test5") + (modifier "ROT0")) + (position 460 173 0)) + (entrance + (type "generic") + (position 264 161 0) + (owner-id 0) + (direction "right") + (release-rate 5)) + (groundpiece + (type "ground") + (surface + (image "groundpieces/ground/test/test3") + (modifier "ROT0")) + (position 312 193 0)) + (groundpiece + (type "ground") + (surface + (image "groundpieces/ground/test/test3") + (modifier "ROT0")) + (position 332 458 0)) + (groundpiece + (type "ground") + (surface + (image "groundpieces/ground/test/test3") + (modifier "ROT0")) + (position 419 458 0)) + (groundpiece + (type "ground") + (surface + (image "groundpieces/ground/test/test3") + (modifier "ROT0")) + (position 497 458 0)) + (groundpiece + (type "ground") + (surface + (image "groundpieces/ground/test/test3") + (modifier "ROT0")) + (position 529 423 0)) + (groundpiece + (type "ground") + (surface + (image "groundpieces/ground/test/test3") + (modifier "ROT0")) + (position 616 423 0)) + (groundpiece + (type "ground") + (surface + (image "groundpieces/ground/test/test3") + (modifier "ROT0")) + (position 694 423 0)) + (groundpiece + (type "ground") + (surface + (image "groundpieces/ground/test/test3") + (modifier "ROT0")) + (position 522 208 0)) + (groundpiece + (type "ground") + (surface + (image "groundpieces/ground/test/test3") + (modifier "ROT0")) + (position 522 163 0)) + (groundpiece + (type "ground") + (surface + (image "groundpieces/ground/test/test3") + (modifier "ROT0")) + (position 522 128 0)) + (groundpiece + (type "ground") + (surface + (image "groundpieces/ground/test/test3") + (modifier "ROT0")) + (position 522 83 0)) + (groundpiece + (type "ground") + (surface + (image "groundpieces/ground/test/test3") + (modifier "ROT0")) + (position 474 349 0)) + (groundpiece + (type "ground") + (surface + (image "groundpieces/ground/test/test3") + (modifier "ROT0")) + (position 491 312 0)))) + +;; EOF ;; _______________________________________________ pingus-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/pingus-cvs
