File: highfall.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 (49 lines) | stat: -rw-r--r-- 1,029 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
(pingus-level 
  (version 2)
  (head 
    (license "GPLv3+")
    (levelname "")
    (description "")
    (author "")
    (number-of-pingus 50000)
    (number-to-save 20)
    (time -1)
    (difficulty 0)
    (playable 1)
    (music "")
    (actions 
      (basher 20)
      (blocker 20)
      (bomber 20)
      (bridger 20)
      (climber 20)
      (digger 20)
      (floater 20)
      (jumper 20)
      (miner 20)
      (slider 20))
    (levelsize 800 10000))
  (objects 
    (solidcolor-background 
      (position -246 2296 -1000)
      (color 1 0 1 1))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/test/block1")
        (modifier "ROT0"))
      (position 144 9750 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/test/block1")
        (modifier "ROT0"))
      (position 400 9750 0))
    (entrance 
      (type "generic")
      (position 391 159 110)
      (owner-id 0)
      (direction "misc")
      (release-rate 10))))

;; EOF ;;