Removing unnecessary `local mino = {...}`

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-04-19 22:32:03 +07:00
parent 35edf8fbd6
commit 9cb3521f53
7 changed files with 12 additions and 20 deletions

View File

@@ -1,9 +1,6 @@
local ConfigScene = SCENE:extend()
ConfigScene.title = "Input Config"
local minos = {'R_d', 'O_d', 'Y_d', 'G_d', 'C_d', 'B_d', 'M_d'}
local menu_screens = {
KeyConfigScene,
StickConfigScene
@@ -21,7 +18,7 @@ end
function ConfigScene:update() end
function ConfigScene:render()
mainBackground()
MainBackground()
if not self.first_time then
drawText("Which controls do you want to configure?", 80, 70, 1000)
else