Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/media/particle/forcefield.particle @ 5505

Last change on this file since 5505 was 5505, checked in by Aurelian, 16 years ago

Asteroids with working timer, HudTemplates Timer added…

File size: 578 bytes
RevLine 
[5497]1
2Orxonox/forcefield
3{
[5505]4        quota   10000
[5497]5        material        PE/lensflare
6        particle_width  30
7        particle_height 30
8        cull_each       false
9        renderer        billboard
10        billboard_type  point
11
12        emitter Ring
13        {
14                angle   0
[5505]15                colour  1 1 1 0.5
[5497]16                colour_range_start      0 0.2 0.3 0
17                colour_range_end        0 0.4 1 0.1
18                direction       0 1 0
[5505]19                emission_rate   100
[5497]20                position        0 0 0
21                velocity        100
22                velocity_min    50
23                velocity_max    100
[5505]24                time_to_live    20
[5497]25                duration        0
26                duration_min    0
27                duration_max    0
28                repeat_delay    0
29                repeat_delay_min        0
30                repeat_delay_max        0
31                width   500
32                height  500
33                depth   400
[5505]34                inner_width     0.1
35                inner_height    0.1
[5497]36        }
37
38}
Note: See TracBrowser for help on using the repository browser.