mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-12-06 03:30:22 -08:00
P-Switch BGM File and Hurry Music (#589)
Added a .bgm file for P-Switches so it gets exported for Resource Packs. Also added a Hurry Up variant.
This commit is contained in:
parent
f35740d0ca
commit
0be8a1d277
4 changed files with 30 additions and 1 deletions
10
Assets/Audio/BGM/PSwitch.bgm
Normal file
10
Assets/Audio/BGM/PSwitch.bgm
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"Normal": {
|
||||
"source": "PSwitch.mp3",
|
||||
"loop": 8.801
|
||||
},
|
||||
"Hurry": {
|
||||
"source": "PSwitchHurry.mp3",
|
||||
"loop": 7.55
|
||||
}
|
||||
}
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"variations": {"source": "PSwitch.mp3"}
|
||||
"variations": {"source": "PSwitch.bgm"}
|
||||
}
|
||||
|
|
|
|||
BIN
Assets/Audio/BGM/PSwitchHurry.mp3
Normal file
BIN
Assets/Audio/BGM/PSwitchHurry.mp3
Normal file
Binary file not shown.
19
Assets/Audio/BGM/PSwitchHurry.mp3.import
Normal file
19
Assets/Audio/BGM/PSwitchHurry.mp3.import
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[remap]
|
||||
|
||||
importer="mp3"
|
||||
type="AudioStreamMP3"
|
||||
uid="uid://7iqief2hn4rg"
|
||||
path="res://.godot/imported/PSwitchHurry.mp3-3abe83c8eb89107e332495802cd7d785.mp3str"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Assets/Audio/BGM/PSwitchHurry.mp3"
|
||||
dest_files=["res://.godot/imported/PSwitchHurry.mp3-3abe83c8eb89107e332495802cd7d785.mp3str"]
|
||||
|
||||
[params]
|
||||
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
||||
Loading…
Add table
Add a link
Reference in a new issue