remove restriction on field height in custom mode (#361)

This commit is contained in:
Imple Lee
2021-10-06 17:18:47 +08:00
committed by GitHub
parent e4d62cc4af
commit 54447e187a
2 changed files with 1 additions and 2 deletions

View File

@@ -184,7 +184,6 @@ function scene.keyDown(key)
demo=not demo
elseif key=="k"then
ins(FIELD[page],1,{21,21,21,21,21,21,21,21,21,21})
FIELD[page][21]=nil
SFX.play('blip')
elseif key=="l"then
local F=FIELD[page]