From 415ec81e72bbf85cc81a6d2ce0f8c19335c844ec Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 20 Feb 2023 15:29:00 +0000 Subject: make window resizeable, remove big mode --- client/conf.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/conf.lua') diff --git a/client/conf.lua b/client/conf.lua index e207e09..76459ff 100644 --- a/client/conf.lua +++ b/client/conf.lua @@ -1,3 +1,5 @@ function love.conf(t) t.window.title = "hexagon emulator" + t.window.resizable = true + end -- cgit v1.2.3