added title music
This commit is contained in:
parent
70f053a78b
commit
b737c53bf7
3 changed files with 24 additions and 1 deletions
BIN
audio/music/gooey.wav
Normal file
BIN
audio/music/gooey.wav
Normal file
Binary file not shown.
23
audio/music/gooey.wav.import
Normal file
23
audio/music/gooey.wav.import
Normal 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
|
|
@ -28,7 +28,7 @@ func _ready():
|
||||||
$Night.visible = true
|
$Night.visible = true
|
||||||
else:
|
else:
|
||||||
$Day.visible = true
|
$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():
|
func _on_AudioStreamPlayer_finished():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue