Trail.tscn 353 B

12345678910
  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://effect/particle/trail/trail_particle.png" type="Texture" id=1]
  3. [ext_resource path="res://effect/particle/trail/trail_material.tres" type="Material" id=2]
  4. [node name="Trail" type="Particles2D"]
  5. lifetime = 0.1
  6. local_coords = false
  7. process_material = ExtResource( 2 )
  8. texture = ExtResource( 1 )