新增小游戏dropper

This commit is contained in:
MrZ626
2021-03-07 12:51:32 +08:00
parent 6dee6e5481
commit ab7e0e31f6
5 changed files with 249 additions and 3 deletions

View File

@@ -292,7 +292,7 @@ function scene.draw()
mStr("Score : "..score,0,-350)
end
mStr(MOBILE and"Touch to Start"or"Press space",0,-160)
mStr(MOBILE and"Touch to Start"or"Press space to Start",0,-160)
end
gc.pop()
end