From 0dce23b4b24ae74889550dc0b81ea393c047f929 Mon Sep 17 00:00:00 2001 From: cursed22bc Date: Tue, 10 Mar 2026 23:16:58 +0200 Subject: evil window hacks --- conf.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'conf.lua') diff --git a/conf.lua b/conf.lua index c41f6d6..611800d 100644 --- a/conf.lua +++ b/conf.lua @@ -10,6 +10,12 @@ function love.conf(t) t.audio.mic = false -- Request and use microphone capabilities in Android (boolean) t.audio.mixwithsystem = true -- Keep background music playing when opening LOVE (boolean, iOS and Android only) + t.window.title = "Openformer" + t.window.width = 1280 + t.window.height = 720 + t.window.resizable = true + t.window.minwidth = 800 + t.window.minheight = 450 t.window.vsync = 1 -- Vertical sync mode (number) t.window.msaa = 0 -- The number of samples to use with multi-sampled antialiasing (number) t.window.depth = nil -- The number of bits per sample in the depth buffer -- cgit v1.2.3