Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/SuperOrxoBros_HS18/data/particle/MineExpl1.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: 820 bytes
Line 
1particle_system Orxonox/MineExpl1
2{
3        material PE/lensflare
4        particle_width 35.0
5        particle_height 35.0
6        quota 500
7        cull_each false
8        sorted false
9        local_space false
10        iteration_interval 0.0
11        nonvisible_update_timeout 0.0
12        billboard_type oriented_self
13        billboard_origin center
14        billboard_rotation_type vertex
15        point_rendering false
16        accurate_facing false
17
18        emitter Point
19        {
20                position 0.0 0.0 0.0
21                direction 0.0 1.0 0.0
22                angle 30
23                emission_rate 2000
24                velocity_min 300
25                velocity_max 300
26                time_to_live_min 3
27                time_to_live_max 4
28                duration_min 2.0
29                duration_max 2.5
30                repeat_delay    10
31                repeat_delay_min        10
32                repeat_delay_max        10
33                colour_range_start 0 0.333333 1 1
34                colour_range_end 0 0.333333 1 1
35        }
36
37        affector DirectionRandomiser
38        {
39                randomness 5
40                scope 1
41                keep_velocity true
42        }
43        affector Scaler
44        {
45                rate -2
46        }
47}
Note: See TracBrowser for help on using the repository browser.