explosion_material.tres 532 B

1234567891011121314151617181920
  1. [gd_resource type="ParticlesMaterial" load_steps=3 format=2]
  2. [ext_resource path="res://effect/particle/explosion/explosion_curve.tres" type="Curve" id=1]
  3. [sub_resource type="CurveTexture" id=1]
  4. curve = ExtResource( 1 )
  5. [resource]
  6. emission_shape = 2
  7. emission_box_extents = Vector3( 10, 5, 0 )
  8. flag_disable_z = true
  9. spread = 180.0
  10. gravity = Vector3( 0, 0, 0 )
  11. initial_velocity = 200.0
  12. orbit_velocity = 0.0
  13. orbit_velocity_random = 0.0
  14. damping = 200.0
  15. scale_curve = SubResource( 1 )
  16. hue_variation = -0.19
  17. hue_variation_random = 0.55