diff --git a/load/bgm.lua b/load/bgm.lua index 9e28b94..c6fe109 100644 --- a/load/bgm.lua +++ b/load/bgm.lua @@ -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 diff --git a/load/version.lua b/load/version.lua index 9519983..fa69955 100644 --- a/load/version.lua +++ b/load/version.lua @@ -1 +1 @@ -version = "v0.3-beta7.1-hj" +version = "v0.3-beta7-hj" diff --git a/res/bgm/h_test_intro.wav b/res/bgm/h_test_intro.wav new file mode 100644 index 0000000..90b08f0 Binary files /dev/null and b/res/bgm/h_test_intro.wav differ diff --git a/res/bgm/h_test_loop.wav b/res/bgm/h_test_loop.wav new file mode 100644 index 0000000..abd01e2 Binary files /dev/null and b/res/bgm/h_test_loop.wav differ diff --git a/res/bgm/idkuntitled.flp b/res/bgm/idkuntitled.flp new file mode 100644 index 0000000..f103405 Binary files /dev/null and b/res/bgm/idkuntitled.flp differ