New music
parent
00a2ccc501
commit
362da4b75d
Binary file not shown.
|
@ -0,0 +1,15 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="mp3"
|
||||||
|
type="AudioStreamMP3"
|
||||||
|
path="res://.import/edit_looperman-l-2353443-0126764-yungkimchi-adventure-synthwave-arp.mp3-1bff9177ae68213dbf1a937da468ffeb.mp3str"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://audio/music/edit_looperman-l-2353443-0126764-yungkimchi-adventure-synthwave-arp.mp3"
|
||||||
|
dest_files=[ "res://.import/edit_looperman-l-2353443-0126764-yungkimchi-adventure-synthwave-arp.mp3-1bff9177ae68213dbf1a937da468ffeb.mp3str" ]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
loop=true
|
||||||
|
loop_offset=0
|
Binary file not shown.
|
@ -1,15 +0,0 @@
|
||||||
[remap]
|
|
||||||
|
|
||||||
importer="mp3"
|
|
||||||
type="AudioStreamMP3"
|
|
||||||
path="res://.import/yas_looperman-l-2550509-0151182-goin-on-an-adventure.mp3-194b6aa07feec7f9d767e13b34b1abf8.mp3str"
|
|
||||||
|
|
||||||
[deps]
|
|
||||||
|
|
||||||
source_file="res://audio/music/yas_looperman-l-2550509-0151182-goin-on-an-adventure.mp3"
|
|
||||||
dest_files=[ "res://.import/yas_looperman-l-2550509-0151182-goin-on-an-adventure.mp3-194b6aa07feec7f9d767e13b34b1abf8.mp3str" ]
|
|
||||||
|
|
||||||
[params]
|
|
||||||
|
|
||||||
loop=true
|
|
||||||
loop_offset=0
|
|
|
@ -1,9 +1,9 @@
|
||||||
extends AudioStreamPlayer
|
extends AudioStreamPlayer
|
||||||
|
|
||||||
onready var songs = [
|
onready var songs = [
|
||||||
|
preload("res://audio/music/edit_looperman-l-2353443-0126764-yungkimchi-adventure-synthwave-arp.mp3"),
|
||||||
preload("res://audio/music/edit_looperman-l-2648038-0125430-imthewizzy-adventure.mp3"),
|
preload("res://audio/music/edit_looperman-l-2648038-0125430-imthewizzy-adventure.mp3"),
|
||||||
preload("res://audio/music/edit_looperman-l-2762820-0244446-nick-mira-type-8bit-adventure.mp3"),
|
preload("res://audio/music/edit_looperman-l-2762820-0244446-nick-mira-type-8bit-adventure.mp3")
|
||||||
preload("res://audio/music/yas_looperman-l-2550509-0151182-goin-on-an-adventure.mp3")
|
|
||||||
]
|
]
|
||||||
|
|
||||||
# Called when the node enters the scene tree for the first time.
|
# Called when the node enters the scene tree for the first time.
|
||||||
|
|
Loading…
Reference in New Issue