Merge text.love

This commit is contained in:
Kartik K. Agaram 2023-01-16 10:35:19 -08:00
commit 957c82d7f9
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ end
-- called only for real run
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.setKeyRepeat(true)