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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user