mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
Removing unnecessary `local mino = {...}`
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user