fix erreur

This commit is contained in:
Elouan 2025-01-24 14:43:28 +01:00
parent 8abfc2f900
commit 350525d6ba

View file

@ -10,7 +10,6 @@ var flute = null
func _ready() -> void:
flute = load("res://Instrument/Flute.gd").new()
flute._init()
func _physics_process(delta: float) -> void: