mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
Small fix
This commit is contained in:
1
main.lua
1
main.lua
@@ -53,7 +53,6 @@ function love.load()
|
||||
|
||||
function SCENE.update()
|
||||
SCENE = SETTINGS.firstTime and InputConfigScene(true) or TitleScene()
|
||||
love.keyboard.setTextInput(true)
|
||||
end
|
||||
function SCENE.render()
|
||||
love.graphics.draw(LOADING_IMAGE_FILE,0,0,0,0.5)
|
||||
|
||||
@@ -86,7 +86,7 @@ function ConfigScene:render()
|
||||
MainBackground()
|
||||
if secret_code_used then
|
||||
drawText(
|
||||
"Oh WOW! You just typed a special secret code. You may play Tromi on TV right now.\n"..
|
||||
"Oh WOW! You may play Tromi on TV right now and typed a secret code.\n"..
|
||||
"To return, an special keybind is automatically set.\n"..
|
||||
"You can see keybind list below"
|
||||
, 80, 40, 1000
|
||||
|
||||
Reference in New Issue
Block a user