Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/SuperOrxoBros_HS18/data/particle/orxonox_explosionStreak1.particle @ 12175

Last change on this file since 12175 was 12175, checked in by siramesh, 5 years ago

Super Orxo Bros (Sidharth Ramesh, Nisa Balta, Jeff Ren)

File size: 732 bytes
Line 
1
2particle_system orxonox/explosion_streak1
3{
4        quota   4000
5        material        orxonox/explosion_streak1
6        particle_width  12.15
7        particle_height 82.13
8        cull_each       false
9        renderer        billboard
10        billboard_type  oriented_self
11
12        emitter Point
13        {
14                angle   180
15                colour  0.191667 0.191667 0.191667 1
16                colour_range_start      0.191667 0.191667 0.191667 1
17                colour_range_end        0.191667 0.191667 0.191667 1
18                direction       0 1 0
19                emission_rate   400
20                position        0 0 0
21                velocity        30
22                velocity_min    30
23                velocity_max    100
24                time_to_live    1
25                time_to_live_min        1
26                time_to_live_max        2
27                duration        0.1
28                duration_min    0.1
29                duration_max    0.1
30                repeat_delay    20
31                repeat_delay_min        20
32                repeat_delay_max        20
33        }
34
35        affector ColourFader
36        {
37                red     -0.2
38                green   -0.2
39                blue    -0.2
40                alpha   0
41        }
42}
Note: See TracBrowser for help on using the repository browser.