Fixed Strategy PF's music loading
parent
f88ca1e292
commit
9d6a77e3ac
|
@ -11,8 +11,8 @@ local StrategyPFGame = GameMode:extend()
|
||||||
bgm.strategy_pf=
|
bgm.strategy_pf=
|
||||||
{
|
{
|
||||||
love.audio.newSource("res/bgm/data_jack_2nd_version.s3m", "stream"),
|
love.audio.newSource("res/bgm/data_jack_2nd_version.s3m", "stream"),
|
||||||
love.audio.newSource("res/bgm/OMNIPHIL.s3m", "stream"),
|
love.audio.newSource("res/bgm/omniphil.s3m", "stream"),
|
||||||
love.audio.newSource("res/bgm/ICEFRONT.s3m", "stream"),
|
love.audio.newSource("res/bgm/icefront.s3m", "stream"),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue