Newer
Older
DungeonShooting / DungeonShooting_Godot / prefab / effect / Blood.tscn
@小李xl 小李xl on 27 May 2023 552 bytes 优化美术资源
  1. [gd_scene load_steps=3 format=3]
  2.  
  3. [ext_resource type="Texture2D" uid="uid://cgptnp74ive4r" path="res://resource/sprite/effects/Circle.png" id="1"]
  4. [ext_resource type="Script" path="res://src/game/effects/Blood.cs" id="2"]
  5.  
  6.  
  7. [node name="Blood" type="CPUParticles2D"]
  8. z_index = -5
  9. lifetime = 0.2
  10. explosiveness = 0.9
  11. texture = ExtResource( 1 )
  12. gravity = Vector2( 0, 0 )
  13. initial_velocity = 150.0
  14. initial_velocity_random = 1.0
  15. scale_amount = 0.15
  16. scale_amount_random = 0.4
  17. color = Color( 0.627451, 0.0705882, 0.0705882, 0.705882 )
  18. script = ExtResource( 2 )