Newer
Older
DungeonShooting / DungeonShooting_Godot / resource / material / SmokeParticleMaterial.tres
@小李xl 小李xl on 7 Sep 2023 758 bytes 解决开启hdr已经发现的问题
  1. [gd_resource type="ParticleProcessMaterial" load_steps=4 format=3 uid="uid://c1chld6lkpgji"]
  2.  
  3. [ext_resource type="Texture2D" uid="uid://bs1lan5uwxyfg" path="res://resource/curve/Curve1.tres" id="1_yr5l8"]
  4.  
  5. [sub_resource type="Gradient" id="Gradient_ryemi"]
  6. colors = PackedColorArray(1, 1, 1, 1, 1, 1, 1, 0.537255)
  7.  
  8. [sub_resource type="GradientTexture1D" id="GradientTexture1D_4mhw0"]
  9. gradient = SubResource("Gradient_ryemi")
  10.  
  11. [resource]
  12. particle_flag_disable_z = true
  13. spread = 180.0
  14. gravity = Vector3(0, 0, 0)
  15. initial_velocity_min = 5.0
  16. initial_velocity_max = 35.0
  17. orbit_velocity_min = 0.0
  18. orbit_velocity_max = 0.0
  19. scale_min = 0.8
  20. scale_max = 0.8
  21. scale_curve = ExtResource("1_yr5l8")
  22. color_ramp = SubResource("GradientTexture1D_4mhw0")
  23. anim_offset_max = 1.0