新增BGM: hang out(用于两个小程序)

This commit is contained in:
MrZ626
2021-03-22 23:18:39 +08:00
parent 38c4405c16
commit 67912e18d0
3 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ function scene.sceneInit()
x,y=160,500
ex,ey=626,260
BG.set("matrix")
BGM.play("way")
BGM.play("hang out")
love.keyboard.setKeyRepeat(false)
end
function scene.sceneBack()