about summary refs log tree commit diff stats
path: root/source.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 /source.lua
parent22bf3da7de9074c6b99d8e43e3ab1772aed7b059 (diff)
downloadview.love-0719fdeaaf73cb0b1c9f2a8456e74613ae617ffe.tar.gz
hoist out some common settings
Diffstat (limited to 'source.lua')
-rw-r--r--source.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/source.lua b/source.lua
index 44cf440..b3357ba 100644
--- a/source.lua
+++ b/source.lua
@@ -61,11 +61,6 @@ end
 -- called only for real run
 function source.initialize()
   log_new('source')
-  love.keyboard.setTextInput(true)  -- bring up keyboard on touch screen
-  love.keyboard.setKeyRepeat(true)
-
-  love.graphics.setBackgroundColor(1,1,1)
-
   if Settings and Settings.source then
     source.load_settings()
   else