1 2 3 4 5 6
extends Node @onready var shift_1 := $Shift1 as AudioStreamPlayer func _on_shift() -> void: shift_1.play()