Dev demo 1.2

* Ajout d'un paramètre de FOV
* Ajout d'un paramètre d'auto pickup des graines
This commit is contained in:
2026-06-08 18:37:55 +02:00
parent 1e2563e328
commit 5aff9eadaa
13 changed files with 124 additions and 47 deletions

View File

@@ -24,7 +24,8 @@ func open_window():
%ControlAnimationPlayer.appear()
func close_window():
%ControlAnimationPlayer.disappear(0.3)
await get_tree().create_timer(0.3).timeout
hide()
if visible:
%ControlAnimationPlayer.disappear(0.3)
await get_tree().create_timer(0.3).timeout
hide()
closed.emit()