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:
7
main.lua
7
main.lua
@@ -92,7 +92,10 @@ function love.draw()
|
||||
love.graphics.pop()
|
||||
|
||||
if DEBUG_showKey then
|
||||
drawText("Pressed: "..(LastPressedKey or '[NONE]').." | Released: "..(LastReleasedKey or '[NONE]'),0,0,1000,"left")
|
||||
drawText(
|
||||
"Pressed: "..(LastPressedKey or '[NONE]').." | Released: "..(LastReleasedKey or '[NONE]'),
|
||||
0,0,1000,"left"
|
||||
)
|
||||
end
|
||||
end
|
||||
|
||||
@@ -349,7 +352,7 @@ local main_bg_cur_mino = 1
|
||||
local main_bg_draw_frame = 0
|
||||
local main_bg_last_color = nil
|
||||
|
||||
function mainBackground()
|
||||
function MainBackground()
|
||||
if SETTINGS["music"] and not SOUNDS["bgm_title"]:isPlaying() then
|
||||
SOUNDS["bgm_title"]:setVolume(0.3)
|
||||
SOUNDS["bgm_title"]:play()
|
||||
|
||||
Reference in New Issue
Block a user