Fix music loop

This commit is contained in:
2023-09-06 19:55:00 -07:00
parent 7733032397
commit 5405c33192
9 changed files with 85 additions and 92 deletions

View File

@@ -12,15 +12,16 @@ _data = {
point_count = 2
[sub_resource type="CylinderShape3D" id="CylinderShape3D_bnunv"]
radius = 0.419241
height = 9.57027
radius = 0.57027
[node name="MegamiBeam" type="Node3D" node_paths=PackedStringArray("_pathFollow")]
script = ExtResource("1_a146o")
_pathFollow = NodePath("Path3D/PathFollow3D")
_soundEffect = ExtResource("2_vvcho")
Cooldown = 3.0
_soundEffect = ExtResource("2_vvcho")
_projectileSpeed = 3.0
_soundEffect = ExtResource("2_vvcho")
[node name="Path3D" type="Path3D" parent="."]
top_level = true

File diff suppressed because one or more lines are too long