New music

master
Martin Felis 2021-07-21 22:11:19 +02:00
parent 00a2ccc501
commit 362da4b75d
5 changed files with 17 additions and 17 deletions

View File

@ -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

View File

@ -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

View File

@ -1,9 +1,9 @@
extends AudioStreamPlayer
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-2762820-0244446-nick-mira-type-8bit-adventure.mp3"),
preload("res://audio/music/yas_looperman-l-2550509-0151182-goin-on-an-adventure.mp3")
preload("res://audio/music/edit_looperman-l-2762820-0244446-nick-mira-type-8bit-adventure.mp3")
]
# Called when the node enters the scene tree for the first time.