Sound effects
This commit is contained in:
parent
6ea21b3181
commit
6671b455c4
17 changed files with 94 additions and 6 deletions
|
@ -5,7 +5,6 @@ var PlayerStats = ResourceLoader.PlayerStats
|
|||
onready var animation = $Animation
|
||||
|
||||
func _on_SaveArea_body_entered(_body):
|
||||
print(_body)
|
||||
# PlayerStats.set_max_health()
|
||||
SoundFx.play_fx("Powerup", 0.3)
|
||||
animation.play("Save")
|
||||
SaverLoader.save_game()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue