- Timestamp:
- Dec 7, 2015, 4:01:06 PM (9 years ago)
- File:
-
- 1 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 {
Note: See TracChangeset
for help on using the changeset viewer.