space.lua: cambiado setmode a mode

This commit is contained in:
2023-09-11 08:22:17 +02:00
parent 2cf9dd1921
commit f07bd0c116
2 changed files with 80 additions and 1 deletions

View File

@@ -197,7 +197,7 @@ function draw_debug()
end
function init()
setmode(2)
mode(2)
clock = 0
score = 0
paper(COLOR_BLACK)