Author: grumbel Date: 2007-08-02 05:53:49 +0200 (Thu, 02 Aug 2007) New Revision: 2772
Added: branches/pingus_sdl/data/levels/test/rotation.scm Log: - rotation test level (not all work right now) Added: branches/pingus_sdl/data/levels/test/rotation.scm =================================================================== --- branches/pingus_sdl/data/levels/test/rotation.scm 2007-08-02 03:29:42 UTC (rev 2771) +++ branches/pingus_sdl/data/levels/test/rotation.scm 2007-08-02 03:53:49 UTC (rev 2772) @@ -0,0 +1,71 @@ +;; generated by xml2sexpr.rb convert script from 'data/levels/test/rotation.pingus' +(pingus-level + (head + (levelname "EditorDefaultValue: Please give me a name...") + (description "EditorDefaultValue: ...and a short description") + (author "Ingo Ruhnke <[EMAIL PROTECTED]>") + (number-of-pingus 50) + (number-to-save 25) + (time -1) + (levelsize 1024 768) + (difficulty 40) + (playable 0) + (comment ) + (actions + (bridger 25) + (blocker 10) + (bomber 10)) + + (music "none")) + (objects + (groundpiece + (type "ground") + (surface + (image "hotspots/signposts/danger") + (modifier "ROT0")) + (position 215 162 0)) + (groundpiece + (type "ground") + (surface + (image "hotspots/signposts/danger") + (modifier "ROT0")) + (position 366 260 0)) + (groundpiece + (type "ground") + (surface + (image "hotspots/signposts/danger") + (modifier "ROT180")) + (position 195 433 0)) + (groundpiece + (type "ground") + (surface + (image "hotspots/signposts/danger") + (modifier "ROT270")) + (position 116 247 0)) + (groundpiece + (type "ground") + (surface + (image "hotspots/signposts/danger") + (modifier "ROT0FLIP")) + (position 638 174 0)) + (groundpiece + (type "ground") + (surface + (image "hotspots/signposts/danger") + (modifier "ROT90FLIP")) + (position 789 272 0)) + (groundpiece + (type "ground") + (surface + (image "hotspots/signposts/danger") + (modifier "ROT180FLIP")) + (position 618 445 0)) + (groundpiece + (type "ground") + (surface + (image "hotspots/signposts/danger") + (modifier "ROT270FLIP")) + (position 531 261 0)) + (solidcolor-background + (color 0 0 0 1)))) +;; EOF ;; _______________________________________________ pingus-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/pingus-cvs
