Merge text.love

This commit is contained in:
Kartik K. Agaram 2023-01-19 22:25:17 -08:00
commit abb93a01f8
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ end
-- called only for real run -- called only for real run
function App.initialize(arg) function App.initialize(arg)
love.window.setVSync(0) -- simplify profiling; we're not a game
love.keyboard.setTextInput(true) -- bring up keyboard on touch screen love.keyboard.setTextInput(true) -- bring up keyboard on touch screen
love.keyboard.setKeyRepeat(true) love.keyboard.setKeyRepeat(true)