新增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

BIN
media/BGM/hang out.ogg Normal file

Binary file not shown.

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()

View File

@@ -32,7 +32,7 @@ end
function scene.sceneInit()
restart()
state="menu"
BGM.play("new era")
BGM.play("hang out")
BG.set("space")
love.keyboard.setKeyRepeat(false)
end