Implement save overwrite confirmation (#368)

* Implement save overwrite confirmation + fixed pause game not pausing game execution.

* docs: Automatic update of API docs

Co-authored-by: StraToN <StraToN@users.noreply.github.com>
This commit is contained in:
Julian Murgia
2021-08-13 09:28:38 +02:00
committed by GitHub
parent 712083d126
commit fc3ea147a7
24 changed files with 442 additions and 102 deletions

View File

@@ -108,6 +108,17 @@ Play an animation and directly skip to the end
- name: Name of the animation to play
### is\_valid
```gdscript
func is_valid() -> bool
```
Return true if the ESCAnimationPlayer node is valid, ie. it has a valid player
node.
**Returns: true if the ESCAnimationPlayer has a valid player node,
else false**
## Signals
- signal animation_finished(name):