New sfx, credits overhaul, and feedback button

This commit is contained in:
2020-05-17 17:07:52 -04:00
parent 3614049c11
commit e22d56d0df
23 changed files with 388 additions and 6 deletions

View File

@ -10,8 +10,8 @@ func _ready():
audio_player = AudioStreamPlayer.new()
add_child(audio_player)
$Fader/ColorRect.show()
play_sound(preload("res://Assets/Sfx/intro/processed.wav"))
play_sound(preload("res://Assets/Sfx/intro/doop.wav"))
func play_sound(audio_stream):
audio_player.stream = audio_stream
#audio_player.play()
audio_player.play()