Small fix

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-05-26 14:54:39 +07:00
parent 088aeaf60d
commit 0fd7fe9ab5
2 changed files with 1 additions and 2 deletions

View File

@@ -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)

View File

@@ -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