fix erreur
This commit is contained in:
parent
8abfc2f900
commit
350525d6ba
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ var flute = null
|
||||||
|
|
||||||
func _ready() -> void:
|
func _ready() -> void:
|
||||||
flute = load("res://Instrument/Flute.gd").new()
|
flute = load("res://Instrument/Flute.gd").new()
|
||||||
flute._init()
|
|
||||||
|
|
||||||
|
|
||||||
func _physics_process(delta: float) -> void:
|
func _physics_process(delta: float) -> void:
|
||||||
|
|
Loading…
Add table
Reference in a new issue