闪退彩蛋

This commit is contained in:
MrZ626
2020-12-10 13:21:00 +08:00
parent 8e1c53b1e7
commit 5d963ce7ae

View File

@@ -95,6 +95,8 @@ function scene.keyDown(k)
elseif v==654321 then
love._setGammaCorrect(not gc.isGammaCorrect())
LOG.print("GammaCorrect: "..(gc.isGammaCorrect()and"on"or"off"),"warn")
elseif v==114514 or v==1919810 or v==1145141919810 then
error()
elseif v==670 then
LOG.print("Screen Info:")
LOG.print("x y: "..SCR.x.." "..SCR.y)