新增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
|
x,y=160,500
|
||||||
ex,ey=626,260
|
ex,ey=626,260
|
||||||
BG.set("matrix")
|
BG.set("matrix")
|
||||||
BGM.play("way")
|
BGM.play("hang out")
|
||||||
love.keyboard.setKeyRepeat(false)
|
love.keyboard.setKeyRepeat(false)
|
||||||
end
|
end
|
||||||
function scene.sceneBack()
|
function scene.sceneBack()
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ end
|
|||||||
function scene.sceneInit()
|
function scene.sceneInit()
|
||||||
restart()
|
restart()
|
||||||
state="menu"
|
state="menu"
|
||||||
BGM.play("new era")
|
BGM.play("hang out")
|
||||||
BG.set("space")
|
BG.set("space")
|
||||||
love.keyboard.setKeyRepeat(false)
|
love.keyboard.setKeyRepeat(false)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user