@@ -9,3 +9,8 @@ func retour() -> void:
func _quand_bouton_est_presse() -> void:
retour()
+
+func _quand_visibilite_change() -> void:
+ if is_visible():
+ grab_focus()
@@ -7,3 +7,4 @@ text = "Choisir un autre niveau"
script = ExtResource("1_gadgr")
[connection signal="pressed" from="." to="." method="_quand_bouton_est_presse"]
+[connection signal="visibility_changed" from="." to="." method="_quand_visibilite_change"]