particles.tscn 456 B

123456789101112131415
  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, 0.980769 )
  5. colors = PoolColorArray( 0.183526, 0.128054, 0.23584, 0.596078, 0.191886, 0.121403, 0.231934, 0 )
  6. [node name="particles" type="CPUParticles2D"]
  7. z_index = -3
  8. lifetime = 2.0
  9. local_coords = false
  10. texture = ExtResource( 1 )
  11. gravity = Vector2( 0, 0 )
  12. color_ramp = SubResource( 7 )