File: background-test.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 (157 lines) | stat: -rw-r--r-- 3,843 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
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
(pingus-level 
  (version 3)
  (head 
    (license "GPLv3+")
    (levelname "The jungle / have fun part two")
    (description "You should have hired tarzus, not pingus : )")
    (author "Michael Mestre <mmestre@teaser.fr>")
    (number-of-pingus 50)
    (number-to-save 30)
    (time 5000)
    (music "none")
    (actions 
      (basher 10)
      (blocker 10)
      (bomber 10)
      (bridger 15)
      (climber 10)
      (digger 10)
      (floater 10)
      (miner 10))
    (levelsize 1600 864))
  (objects 
    (surface-background 
      (surface 
        (image "textures/nightjungle")
        (modifier "ROT0"))
      (position 0 0 -100)
      (colori 255 255 255 51)
      (stretch-x #f)
      (stretch-y #f)
      (keep-aspect #f)
      (scroll-x 0)
      (scroll-y 0)
      (para-x 0.5)
      (para-y 0.5))
    (laser_exit 
      (position 896 122 -100))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/jungle/branch1")
        (modifier "ROT0"))
      (position 136 235 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/jungle/branch1")
        (modifier "ROT0"))
      (position 235 234 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/jungle/branch1")
        (modifier "ROT0"))
      (position 657 334 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/jungle/branch1")
        (modifier "ROT0"))
      (position 966 385 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/jungle/branch2")
        (modifier "ROT0"))
      (position 705 156 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/misc/stone0")
        (modifier "ROT0"))
      (position 885 253 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/misc/stone2")
        (modifier "ROT0"))
      (position 202 194 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/misc/column")
        (modifier "ROT0"))
      (position 1305 325 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/misc/column")
        (modifier "ROT0"))
      (position 1305 509 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/misc/column")
        (modifier "ROT0"))
      (position 1305 693 0))
    (entrance 
      (type "woodthing")
      (position 328 158 0)
      (owner-id 0)
      (direction "left")
      (release-rate 40))
    (exit 
      (surface 
        (image "exits/stone")
        (modifier "ROT0"))
      (position 1375 325 0)
      (owner-id 0))
    (hotspot 
      (surface 
        (image "entrances/woodthing_nmov")
        (modifier "ROT0"))
      (position 252 23 100)
      (speed -1)
      (parallax 1))
    (surface-background 
      (surface 
        (image "textures/green_tendrils")
        (modifier "ROT0"))
      (position 16 16 140)
      (colori 0 0 0 0)
      (stretch-x #f)
      (stretch-y #f)
      (keep-aspect #f)
      (scroll-x 0)
      (scroll-y 0)
      (para-x 1.5)
      (para-y 1.5))
    (surface-background 
      (surface 
        (image "textures/green_tendrils")
        (modifier "ROT0"))
      (position 8 8 180)
      (colori 0 0 0 0)
      (stretch-x #f)
      (stretch-y #f)
      (keep-aspect #f)
      (scroll-x 0)
      (scroll-y 0)
      (para-x 2.5)
      (para-y 2.5))
    (surface-background 
      (surface 
        (image "textures/green_tendrils")
        (modifier "ROT0"))
      (position 0 0 200)
      (colori 255 0 0 127)
      (stretch-x #f)
      (stretch-y #f)
      (keep-aspect #f)
      (scroll-x 0)
      (scroll-y 0)
      (para-x 3.5)
      (para-y 3.5))))

;; EOF ;;