Compare commits

..

No commits in common. "b5ef6d52afaa86ce0bf380c8a82d4b68e3495c47" and "f88ca1e2920b811653c1d87ce5e810c86f17aae7" have entirely different histories.

3 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"),
}