about summary refs log tree commit diff stats
path: root/run.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2023-01-16 09:48:06 -0800
committerKartik K. Agaram <vc@akkartik.com>2023-01-16 09:48:06 -0800
commit0719fdeaaf73cb0b1c9f2a8456e74613ae617ffe (patch)
treeb9e0d0f4770bb88e04f6b7967c3b6ff34dbabc90 /run.lua
parent22bf3da7de9074c6b99d8e43e3ab1772aed7b059 (diff)
downloadlines.love-0719fdeaaf73cb0b1c9f2a8456e74613ae617ffe.tar.gz
hoist out some common settings
Diffstat (limited to 'run.lua')
-rw-r--r--run.lua5
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