credits should be done for good now

This commit is contained in:
pennyrigate 2024-06-21 23:58:59 -04:00
parent ccfd437318
commit ccca031ed2
9 changed files with 221 additions and 81 deletions

View file

@ -7,3 +7,6 @@ func _notification(what: int) -> void:
$AnimationPlayer.playback_active = false
NOTIFICATION_WM_FOCUS_IN:
$AnimationPlayer.playback_active = true
func _ready():
Audio.play_music(load("res://audio/music/rev83-wondering-now-short.ogg"))