fixes
This commit is contained in:
parent
847670821d
commit
c5a54977ac
7 changed files with 16 additions and 6 deletions
|
@ -2,6 +2,6 @@ extends StaticBody2D
|
|||
|
||||
onready var animation = $Animation
|
||||
|
||||
func _on_SaveArea_body_entered(body):
|
||||
func _on_SaveArea_body_entered(_body):
|
||||
animation.play("Save")
|
||||
SaverLoader.save_game()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue