particles.tscn 546 B

123456789101112131415161718
  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://sprite/footsteps.png" type="Texture" id=1]
  3. [sub_resource type="Gradient" id=7]
  4. offsets = PoolRealArray( 0.00404858, 0.676113 )
  5. colors = PoolColorArray( 0.171225, 0, 0.270996, 0.596078, 0.189453, 0.0370026, 0.0370026, 0 )
  6. [node name="particles" type="CPUParticles2D"]
  7. z_index = -3
  8. amount = 32
  9. lifetime = 3.0
  10. local_coords = false
  11. texture = ExtResource( 1 )
  12. gravity = Vector2( 0, 0 )
  13. color_ramp = SubResource( 7 )
  14. [node name="VisibilityEnabler2D" type="VisibilityEnabler2D" parent="."]