Merge branch 'master' into 'master'

Add nil checks in tetris step function

Closes #22

See merge request VanessaE/homedecor_modpack!9
This commit is contained in:
Vanessa Dannenberg
2020-02-26 14:13:16 +00:00
當前提交 9ec3eab6f4

查看文件

@@ -1,4 +1,3 @@
local S = homedecor.gettext
local shapes = {
@@ -220,10 +219,10 @@ local function step(pos, fields)
if fields then
if fields.new then
new_game(pos)
else
elseif t then
key(fields)
end
else
elseif t then
run = tick()
end