diff --git a/main.lua b/main.lua index 87317ca..e65f2d9 100644 --- a/main.lua +++ b/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) diff --git a/scene/input_config.lua b/scene/input_config.lua index 6c50e69..0259e28 100644 --- a/scene/input_config.lua +++ b/scene/input_config.lua @@ -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