|
@@ -14,7 +14,7 @@ func declencher_pouvoir(arbre_scene: SceneTree) -> void:
|
|
|
raquette.add_child(lancement)
|
|
|
var javelot: Javelot = JavelotScene.instantiate()
|
|
|
javelot.position = raquette.position
|
|
|
- raquette.add_sibling(javelot)
|
|
|
+ raquette.add_sibling.call_deferred(javelot)
|
|
|
|
|
|
|
|
|
func couleur_principale() -> Color:
|