File: blitter.pingus

package info (click to toggle)
pingus 0.7.6-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 31,672 kB
  • sloc: cpp: 42,080; xml: 2,319; lisp: 521; ruby: 455; ansic: 365; objc: 248; sh: 247; makefile: 140; python: 15
file content (137 lines) | stat: -rw-r--r-- 3,624 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
(pingus-level 
  (version 2)
  (head 
    (license "GPLv3+")
    (levelname "Blitter Test")
    (description "This level tests how the blitter react to different formats, on the left four different formats are shown on a white background, on the right the same four formats blitted on transparency.")
    (author "")
    (number-of-pingus 50)
    (number-to-save 20)
    (time -1)
    (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 1920 1200))
  (objects 
    (starfield-background 
      (position 202 910 -1000)
      (small-stars 500)
      (middle-stars 250)
      (large-stars 125))
    (solidcolor-background 
      (position 318 734 -1000)
      (color 0 0 0 1))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/test/block1")
        (modifier "ROT0"))
      (position 341 328 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/test/block1")
        (modifier "ROT0"))
      (position 597 328 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/test/block1")
        (modifier "ROT0"))
      (position 597 456 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/test/block1")
        (modifier "ROT0"))
      (position 341 456 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/test/block1")
        (modifier "ROT0"))
      (position 597 584 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/test/block1")
        (modifier "ROT0"))
      (position 597 712 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/test/block1")
        (modifier "ROT0"))
      (position 341 712 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/test/block1")
        (modifier "ROT0"))
      (position 341 584 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/test/bpp24")
        (modifier "ROT0"))
      (position 408 386 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/test/bpp32")
        (modifier "ROT0"))
      (position 642 387 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/test/bpp8")
        (modifier "ROT0"))
      (position 390 666 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/test/bpp8-colorkey")
        (modifier "ROT0"))
      (position 640 656 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/test/bpp24")
        (modifier "ROT0"))
      (position 948 371 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/test/block1")
        (modifier "ROT90"))
      (position 1262 306 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/test/bpp32")
        (modifier "ROT0"))
      (position 1182 372 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/test/bpp8")
        (modifier "ROT0"))
      (position 930 651 0))
    (groundpiece 
      (type "ground")
      (surface 
        (image "groundpieces/ground/test/bpp8-colorkey")
        (modifier "ROT0"))
      (position 1180 641 0))))

;; EOF ;;