新增一个彩蛋模式

This commit is contained in:
MrZ626
2021-09-26 01:18:18 +08:00
parent 52bb86ad78
commit f475fafbf1
12 changed files with 81 additions and 2 deletions

View File

@@ -47,6 +47,12 @@ function scene.sceneInit()
end
end
function scene.mouseDown(x,y)
if x>35 and y>515 and x<490 and y<705 then
loadGame('sprintMD',true)
end
end
function scene.draw()
local minoColor,skinSet=minoColor,SETTING.skin
local A,B=form.A1,form.A2