调整小游戏背景

This commit is contained in:
MrZ626
2020-12-16 17:32:42 +08:00
parent 19a7a322c5
commit dbd261fbf1
3 changed files with 3 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ local pathVis
local revKB
function scene.sceneInit()
BG.set("rainbow")
BG.set("rainbow2")
BGM.play("push")
board={{1,2,3,4},{5,6,7,8},{9,10,11,12},{13,14,15,16}}
cx,cy=4,4

View File

@@ -97,7 +97,7 @@ local scene={}
function scene.sceneInit()
restart()
BGM.play("truth")
BG.set("bg2")
BG.set("rainbow")
end
function scene.draw()

View File

@@ -20,6 +20,7 @@ local mistake
local state
local progress
function scene.sceneInit()
BG.set("space")
BGM.play("way")
board={}
rank=3