bugfix: savestation colliding with itself
This commit is contained in:
parent
c5a54977ac
commit
b0c5798328
3 changed files with 3 additions and 0 deletions
|
@ -3,5 +3,6 @@ extends StaticBody2D
|
|||
onready var animation = $Animation
|
||||
|
||||
func _on_SaveArea_body_entered(_body):
|
||||
print(_body)
|
||||
animation.play("Save")
|
||||
SaverLoader.save_game()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue