about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-06-04 19:38:20 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-06-04 19:38:20 -0700
commit557b91a5def93ba81c51558c3397c0e056fafadd (patch)
treec2954bb392f10717583475e02c50fe3a719410f5
parentfa267e25e600a875696b6ab972b72515fa71e20a (diff)
downloadlines.love-557b91a5def93ba81c51558c3397c0e056fafadd.tar.gz
.
-rw-r--r--main.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/main.lua b/main.lua
index 3801a3f..0500395 100644
--- a/main.lua
+++ b/main.lua
@@ -92,13 +92,9 @@ function App.initialize(arg)
   App.screen.width = App.screen.width-100
   App.screen.height = App.screen.height-100
   love.window.setMode(App.screen.width, App.screen.height)
---?   App.screen.width = 120
---?   App.screen.height = 200
---?   love.window.setMode(App.screen.width, App.screen.height)
 
   -- maximum width available to either text or drawings, in pixels
   Line_width = math.floor(App.screen.width/2/40)*40
---?   Line_width = 100
 
   Font_height = 20
   love.graphics.setFont(love.graphics.newFont(Font_height))