small_thrust.tscn 629 B

1234567891011121314
  1. [gd_scene load_steps=4 format=3 uid="uid://cmg7vt5a3l51t"]
  2. [ext_resource type="Material" uid="uid://csleqiewg5ib3" path="res://effect/thrust/thrust_effect_process_material.tres" id="1_gtibo"]
  3. [ext_resource type="Script" path="res://effect/thrust/thrust_effect.gd" id="1_oj2au"]
  4. [ext_resource type="Texture2D" uid="uid://csx340uermmbn" path="res://effect/thrust/thrust_small_line.png" id="2_q5a4v"]
  5. [node name="SmallThrust" type="GPUParticles2D"]
  6. position = Vector2(0, 36)
  7. emitting = false
  8. amount = 4
  9. process_material = ExtResource("1_gtibo")
  10. texture = ExtResource("2_q5a4v")
  11. local_coords = true
  12. script = ExtResource("1_oj2au")