@@ -1,6 +1,10 @@
extends AudioStreamPlayer2D
+const PITCH_MIN = 0.8
+const PITCH_MAX = 2.6
+
func _ready():
trigger()
@@ -10,4 +14,5 @@ func _on_repeater_timeout():
func trigger():
+ set_pitch_scale(randf_range(PITCH_MIN, PITCH_MAX))
play(0.0)
@@ -18,5 +18,5 @@ curve = SubResource("Curve2D_dtvs1")
script = ExtResource("1_8gyrh")
[node name="ProtoStar" parent="Lines/BassLine" instance=ExtResource("1_wa4bn")]
-position = Vector2(915, 227)
+position = Vector2(164, 1321)
rotates = false