Changeset 10944 for code/branches/particleEffectsHS15/data/particle
- Timestamp:
- Dec 7, 2015, 4:01:06 PM (9 years ago)
- Location:
- code/branches/particleEffectsHS15/data/particle
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/particleEffectsHS15/data/particle/MineExpl.particle
r10901 r10944 42 42 velocity_min 300 43 43 velocity_max 300 44 time_to_live_min 145 time_to_live_max 2 44 time_to_live_min 2 45 time_to_live_max 2.5 46 46 duration_min 0.1 47 47 duration_max 0.1 … … 60 60 velocity_min 300 61 61 velocity_max 300 62 time_to_live_min 163 time_to_live_max 2 62 time_to_live_min 2 63 time_to_live_max 2.5 64 64 duration_min 0.1 65 65 duration_max 0.1 … … 78 78 velocity_min 300 79 79 velocity_max 300 80 time_to_live_min 181 time_to_live_max 2 80 time_to_live_min 2 81 time_to_live_max 2.5 82 82 duration_min 0.1 83 83 duration_max 0.1 … … 88 88 } 89 89 90 affector DeflectorPlane 91 { 92 plane_point 0 -2 0 93 plane_normal 0 1 0 94 bounce 1 95 } 96 97 affector DeflectorPlane 98 { 99 plane_point 0 2 0 100 plane_normal 0 -1 0 101 bounce 1 102 } 90 103 91 affector Scaler 104 92 { -
code/branches/particleEffectsHS15/data/particle/MineExpl1.particle
r10901 r10944 24 24 velocity_min 300 25 25 velocity_max 300 26 time_to_live_min 1 27 time_to_live_max 2 28 duration_min 0.5 29 duration_max 1.5 30 repeat_delay_min 0.0 31 repeat_delay_max 0.0 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 32 33 colour_range_start 0 0.333333 1 1 33 34 colour_range_end 0 0.333333 1 1 -
code/branches/particleEffectsHS15/data/particle/MineExpl2.particle
r10901 r10944 24 24 velocity_min 300 25 25 velocity_max 300 26 time_to_live_min 127 time_to_live_max 2 26 time_to_live_min 2 27 time_to_live_max 2.5 28 28 duration_min 0.5 29 29 duration_max 1.5 30 repeat_delay_min 0.0 31 repeat_delay_max 0.0 30 repeat_delay 10 31 repeat_delay_min 10 32 repeat_delay_max 10 32 33 colour_range_start 0 0.333333 1 1 33 34 colour_range_end 0 0.333333 1 1
Note: See TracChangeset
for help on using the changeset viewer.