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 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138
|
;; generated by xml2sexpr.rb
(pingus-level
(version 2)
(head
(levelname "Fall and splash test")
(description "Do not enter if you don't like splashing penguins... ")
(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 1200 600))
(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 "ground")
(surface
(image "groundpieces/ground/test/test3")
(modifier "ROT0"))
(position 428 471 0))
(groundpiece
(type "ground")
(surface
(image "groundpieces/ground/test/test3")
(modifier "ROT0"))
(position 83 471 0))
(groundpiece
(type "ground")
(surface
(image "groundpieces/ground/test/test3")
(modifier "ROT0"))
(position 514 471 0))
(groundpiece
(type "ground")
(surface
(image "groundpieces/ground/test/test3")
(modifier "ROT0"))
(position 169 471 0))
(groundpiece
(type "ground")
(surface
(image "groundpieces/ground/test/test3")
(modifier "ROT0"))
(position 601 471 0))
(groundpiece
(type "ground")
(surface
(image "groundpieces/ground/test/test3")
(modifier "ROT0"))
(position 256 471 0))
(groundpiece
(type "ground")
(surface
(image "groundpieces/ground/test/test3")
(modifier "ROT0"))
(position 688 471 0))
(groundpiece
(type "ground")
(surface
(image "groundpieces/ground/test/test3")
(modifier "ROT0"))
(position 343 471 0))
(groundpiece
(type "ground")
(surface
(image "groundpieces/ground/signposts/danger")
(modifier "ROT0"))
(position 280 64 0))
(groundpiece
(type "ground")
(surface
(image "groundpieces/ground/signposts/arrow_down")
(modifier "ROT0"))
(position 356 149 0))
(groundpiece
(type "ground")
(surface
(image "groundpieces/ground/signposts/arrow_up")
(modifier "ROT0"))
(position 361 483 0))
(entrance
(position 507 263 0)
(type "generic")
(direction "left")
(release-rate 25)
(owner-id 0))
(entrance
(position 449 264 0)
(type "generic")
(direction "left")
(release-rate 25)
(owner-id 0))
(entrance
(position 390 265 0)
(type "generic")
(direction "left")
(release-rate 25)
(owner-id 0))
(entrance
(position 333 266 0)
(type "generic")
(direction "left")
(release-rate 25)
(owner-id 0))
(entrance
(position 275 267 0)
(type "generic")
(direction "left")
(release-rate 25)
(owner-id 0))
(entrance
(position 561 262 0)
(type "generic")
(direction "left")
(release-rate 25)
(owner-id 0))))
;; EOF ;;
|