From 1ecc3f43e5949596ccb1bf9e2c9ad143d779deb1 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 17 Jun 2022 22:24:46 -0700 Subject: drop last couple of manual tests --- main.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'main.lua') diff --git a/main.lua b/main.lua index ffe6838..b5a3e6b 100644 --- a/main.lua +++ b/main.lua @@ -12,6 +12,8 @@ local geom = require 'geom' require 'help' require 'icons' +require 'main_tests' + -- run in both tests and a real run function App.initialize_globals() -- a line is either text or a drawing @@ -167,7 +169,7 @@ function parse_geometry_spec(geometry_spec) return true end -function love.resize(w, h) +function App.resize(w, h) --? print(("Window resized to width: %d and height: %d."):format(w, h)) App.screen.width, App.screen.height = w, h Line_width = math.min(40*App.width(Em), App.screen.width-50) -- cgit 1.4.1-2-gfad0