added title music

This commit is contained in:
pennyrigate 2025-08-05 18:42:15 -04:00
parent 70f053a78b
commit b737c53bf7
3 changed files with 24 additions and 1 deletions

BIN
audio/music/gooey.wav Normal file

Binary file not shown.

View file

@ -0,0 +1,23 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/gooey.wav-5cf6af0cab7c89f8e8c14c537f6551c3.sample"
[deps]
source_file="res://audio/music/gooey.wav"
dest_files=[ "res://.import/gooey.wav-5cf6af0cab7c89f8e8c14c537f6551c3.sample" ]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=0

View file

@ -28,7 +28,7 @@ func _ready():
$Night.visible = true
else:
$Day.visible = true
Audio.play_music(load("res://audio/music/vitreous_squares.ogg"))
Audio.play_music(load("res://audio/music/gooey.wav"))
func _on_AudioStreamPlayer_finished():