Fixed Strategy PF's music loading

pull/4/head
Ishaan Bhardwaj 2021-07-02 23:01:37 -04:00
parent f88ca1e292
commit 9d6a77e3ac
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ local StrategyPFGame = GameMode:extend()
bgm.strategy_pf=
{
love.audio.newSource("res/bgm/data_jack_2nd_version.s3m", "stream"),
love.audio.newSource("res/bgm/OMNIPHIL.s3m", "stream"),
love.audio.newSource("res/bgm/ICEFRONT.s3m", "stream"),
love.audio.newSource("res/bgm/omniphil.s3m", "stream"),
love.audio.newSource("res/bgm/icefront.s3m", "stream"),
}