about summary refs log tree commit diff stats
path: root/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'main.lua')
-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))