fix custom games (#1139)

Now you can `play custom_` without going through the `customGame` scene
This commit is contained in:
Imple Lee
2024-08-26 11:20:48 +08:00
committed by GitHub
parent dee6ba95f2
commit 5793b7ca38
3 changed files with 9 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
local gc_setColor,gc_draw=love.graphics.setColor,love.graphics.draw
local ply_applyField=PLY.draw.applyField
require'parts.scenes.customGame'.initialize()
return {
env={
fkey1=function(P) P.modeData.showMark=1-P.modeData.showMark end,