调整小游戏背景
This commit is contained in:
@@ -20,7 +20,7 @@ local pathVis
|
|||||||
local revKB
|
local revKB
|
||||||
|
|
||||||
function scene.sceneInit()
|
function scene.sceneInit()
|
||||||
BG.set("rainbow")
|
BG.set("rainbow2")
|
||||||
BGM.play("push")
|
BGM.play("push")
|
||||||
board={{1,2,3,4},{5,6,7,8},{9,10,11,12},{13,14,15,16}}
|
board={{1,2,3,4},{5,6,7,8},{9,10,11,12},{13,14,15,16}}
|
||||||
cx,cy=4,4
|
cx,cy=4,4
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ local scene={}
|
|||||||
function scene.sceneInit()
|
function scene.sceneInit()
|
||||||
restart()
|
restart()
|
||||||
BGM.play("truth")
|
BGM.play("truth")
|
||||||
BG.set("bg2")
|
BG.set("rainbow")
|
||||||
end
|
end
|
||||||
|
|
||||||
function scene.draw()
|
function scene.draw()
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ local mistake
|
|||||||
local state
|
local state
|
||||||
local progress
|
local progress
|
||||||
function scene.sceneInit()
|
function scene.sceneInit()
|
||||||
|
BG.set("space")
|
||||||
BGM.play("way")
|
BGM.play("way")
|
||||||
board={}
|
board={}
|
||||||
rank=3
|
rank=3
|
||||||
|
|||||||
Reference in New Issue
Block a user