From 9e1afa5a96849aeb8eafce786c2411af7f45508c Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Wed, 11 Mar 2026 22:00:46 -0400 Subject: Scale up the default window size I need to see --- conf.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 conf.lua (limited to 'conf.lua') diff --git a/conf.lua b/conf.lua new file mode 100644 index 0000000..db60d1a --- /dev/null +++ b/conf.lua @@ -0,0 +1,5 @@ +function love.conf(t) + t.window.title = "Gutshot" + t.window.width = 320 * 3 + t.window.height = 180 * 3 +end -- cgit v1.3-2-g0d8e