File: bubbles.stcp

package info (click to toggle)
supertux 0.6.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 264,124 kB
  • sloc: cpp: 113,426; ansic: 9,654; sh: 4,483; cs: 1,296; makefile: 407; yacc: 398; python: 382; lisp: 285; objc: 248; csh: 219; lex: 140; perl: 118; xml: 53; ruby: 36
file content (45 lines) | stat: -rw-r--r-- 848 bytes parent folder | download | duplicates (3)
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
(supertux-custom-particle
  (texture
    (surface "particles/generic/bubble.png")
    (color_r 1)
    (color_g 1)
    (color_b 1)
    (color_a 1)
    (likeliness 1)
    (scale_x 1)
    (scale_y 1)
  )
  (texture
    (surface "particles/generic/bubble.png")
    (color_r 1)
    (color_g 1)
    (color_b 1)
    (color_a 1)
    (likeliness 2)
    (scale_x 0.5)
    (scale_y 0.5)
  )
  (texture
    (surface "particles/generic/bubble.png")
    (color_r 1)
    (color_g 1)
    (color_b 1)
    (color_a 0.5)
    (likeliness 1)
    (scale_x 0.75)
    (scale_y 0.75)
  )
  (z-pos 0)
  (main-texture "/images/engine/editor/sparkle.png")
  (amount 100)
  (lifetime 10)
  (birth-time 0)
  (death-mode "fade")
  (death-time 0.75)
  (acceleration-y -256)
  (friction-x 2)
  (friction-y 2)
  (feather-factor 1)
  (collision-mode "destroy")
  (cover-screen #f)
)