mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 07:49:02 -06:00
wip bs
This commit is contained in:
parent
63e9531b28
commit
9f88faa0a7
@ -3,8 +3,14 @@ bgm = {
|
|||||||
gm3 = love.audio.newSource("res/bgm/tgm_credit_roll.mp3", "stream"),
|
gm3 = love.audio.newSource("res/bgm/tgm_credit_roll.mp3", "stream"),
|
||||||
},
|
},
|
||||||
pacer_test = love.audio.newSource("res/bgm/pacer_test.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 current_bgm = nil
|
||||||
local bgm_locked = false
|
local bgm_locked = false
|
||||||
local unfocused = false
|
local unfocused = false
|
||||||
|
@ -1 +1 @@
|
|||||||
version = "v0.3-beta7.1-hj"
|
version = "v0.3-beta7-hj"
|
||||||
|
BIN
res/bgm/h_test_intro.wav
Normal file
BIN
res/bgm/h_test_intro.wav
Normal file
Binary file not shown.
BIN
res/bgm/h_test_loop.wav
Normal file
BIN
res/bgm/h_test_loop.wav
Normal file
Binary file not shown.
BIN
res/bgm/idkuntitled.flp
Normal file
BIN
res/bgm/idkuntitled.flp
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user