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,7 @@
|
||||
require 'funcs'
|
||||
local ReplaySelectScene = SCENE:extend()
|
||||
|
||||
ReplaySelectScene.title = "Replay"
|
||||
|
||||
local minos = {'R_d', 'O_d', 'Y_d', 'G_d', 'C_d', 'B_d', 'M_d'}
|
||||
require 'funcs'
|
||||
|
||||
function ReplaySelectScene:new()
|
||||
self:initList()
|
||||
@@ -43,7 +41,7 @@ function ReplaySelectScene:initList()
|
||||
end
|
||||
|
||||
function ReplaySelectScene:render()
|
||||
mainBackground()
|
||||
MainBackground()
|
||||
love.graphics.setColor(0.4, 1, 1, 0.5)
|
||||
love.graphics.rectangle("fill", 0, 20 + 20 * self.replay_select, 640, 22)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user