File: rotation.pingus

package info (click to toggle)
pingus 0.7.6-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 31,684 kB
  • sloc: cpp: 42,080; xml: 2,319; lisp: 521; ruby: 455; ansic: 365; objc: 248; sh: 247; makefile: 66; python: 15
file content (68 lines) | stat: -rw-r--r-- 1,826 bytes parent folder | download | duplicates (7)
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
;; generated by xml2sexpr.rb
(pingus-level 
  (version 2)
  (head 
    (levelname "Rotation Test")
    (description "Display the same groundpiece in all 8 possible rotations.")
    (author "Ingo Ruhnke <grumbel@gmx.de>")
    (number-of-pingus 50)
    (number-to-save 25)
    (time -1)
    (difficulty 40)
    (playable 0)
    (comment )
    (music "none")
    (actions )
    (levelsize 1024 768))
  (objects 
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/signposts/danger")
        (modifier "ROT0"))
      (position 215 162 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/signposts/danger")
        (modifier "ROT90"))
      (position 366 260 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/signposts/danger")
        (modifier "ROT180"))
      (position 195 433 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/signposts/danger")
        (modifier "ROT270"))
      (position 116 247 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/signposts/danger")
        (modifier "ROT0FLIP"))
      (position 638 174 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/signposts/danger")
        (modifier "ROT90FLIP"))
      (position 789 272 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/signposts/danger")
        (modifier "ROT180FLIP"))
      (position 618 445 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/signposts/danger")
        (modifier "ROT270FLIP"))
      (position 531 261 0))
    (solidcolor-background 
      (color 0 0 0 1))))
;; EOF ;;