crash.tscn 452 B

123456789101112
  1. [gd_scene load_steps=3 format=3 uid="uid://c4hecxruavnfm"]
  2. [ext_resource type="Script" path="res://effect/crash/crash.gd" id="1_8bcl0"]
  3. [ext_resource type="Script" path="res://effect/crash/noise.gd" id="1_xh8ax"]
  4. [node name="Crash" type="Node3D"]
  5. script = ExtResource("1_8bcl0")
  6. [node name="Noise" type="AudioStreamPlayer3D" parent="."]
  7. script = ExtResource("1_xh8ax")
  8. [connection signal="finished" from="Noise" to="." method="_on_noise_finished"]