1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
;; generated by xml2sexpr.rb
(pingus-level
(version 2)
(head
(levelname "Small map test")
(description "Platzangst...")
(author "Ingo Ruhnke <grumbel@gmx.de>")
(number-of-pingus 100)
(number-to-save 50)
(time -1)
(actions
(basher 20)
(blocker 20)
(bomber 20)
(bridger 20)
(climber 20)
(digger 20)
(floater 20)
(jumper 20)
(miner 20))
(music "none")
(levelsize 256 256))
(objects
(surface-background
(surface
(image "textures/crystal")
(modifier "ROT0"))
(color 0 0 0 0)
(scroll-x 0.0)
(scroll-y 0.0)
(para-x 0.5)
(para-y 0.5)
(stretch-x #f)
(stretch-y #f)
(position 0 0 -10))
(groundpiece
(type "solid")
(surface
(image "groundpieces/solid/misc/metalplate_large")
(modifier "ROT0"))
(position 55 84 0))
(groundpiece
(type "solid")
(surface
(image "groundpieces/solid/misc/metalplate_large")
(modifier "ROT0"))
(position 115 21 0))
(groundpiece
(type "solid")
(surface
(image "groundpieces/solid/misc/metalplate_large")
(modifier "ROT0"))
(position 175 84 0))
(groundpiece
(type "solid")
(surface
(image "groundpieces/solid/misc/metalplate_large")
(modifier "ROT0"))
(position 116 146 0))
(entrance
(position 145 104 0)
(type "generic")
(direction "left")
(release-rate 25)
(owner-id 0))))
;; EOF ;;
|