Initial commit
This commit is contained in:
commit
7becdd23b6
989 changed files with 28526 additions and 0 deletions
7
scenes/logic/save_text.gd
Normal file
7
scenes/logic/save_text.gd
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
extends CanvasLayer
|
||||
|
||||
func _on_autosave():
|
||||
$AnimationPlayer.queue("autosave_successful")
|
||||
|
||||
func _on_quick_save():
|
||||
$AnimationPlayer.queue("quick_save_successful")
|
||||
Loading…
Add table
Add a link
Reference in a new issue