新增BGM: hang out(用于两个小程序)
This commit is contained in:
BIN
media/BGM/hang out.ogg
Normal file
BIN
media/BGM/hang out.ogg
Normal file
Binary file not shown.
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user