This commit is contained in:
hailey 2021-10-22 15:08:14 +10:00
parent 63e9531b28
commit 9f88faa0a7
5 changed files with 7 additions and 1 deletions

View File

@ -3,8 +3,14 @@ bgm = {
gm3 = love.audio.newSource("res/bgm/tgm_credit_roll.mp3", "stream"),
},
pacer_test = love.audio.newSource("res/bgm/pacer_test.mp3", "stream"),
test = {
intro = love.audio.newSource("res/bgm/h_test_intro.wav", "static"),
loop = love.audio.newSource("res/bgm/h_test_loop.wav", "stream"),
},
}
local frames = 0
local current_bgm = nil
local bgm_locked = false
local unfocused = false

View File

@ -1 +1 @@
version = "v0.3-beta7.1-hj"
version = "v0.3-beta7-hj"

BIN
res/bgm/h_test_intro.wav Normal file

Binary file not shown.

BIN
res/bgm/h_test_loop.wav Normal file

Binary file not shown.

BIN
res/bgm/idkuntitled.flp Normal file

Binary file not shown.