diff options
Diffstat (limited to 'run.lua')
-rw-r--r-- | run.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/run.lua b/run.lua index 45df7c9..ec6a509 100644 --- a/run.lua +++ b/run.lua @@ -16,11 +16,6 @@ end -- called only for real run function run.initialize(arg) log_new('run') - love.keyboard.setTextInput(true) -- bring up keyboard on touch screen - love.keyboard.setKeyRepeat(true) - - love.graphics.setBackgroundColor(1,1,1) - if Settings then run.load_settings() else |