From 0c8a8cf8d861bc4ef3162e45e8b58d2f0173d2f7 Mon Sep 17 00:00:00 2001 From: equa Date: Sun, 18 Apr 2021 09:57:30 -0500 Subject: nanpa wan commit of the last two days: working cellular automata and rendering, prototype system, etc --- conf.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 conf.lua (limited to 'conf.lua') diff --git a/conf.lua b/conf.lua new file mode 100644 index 0000000..479acb1 --- /dev/null +++ b/conf.lua @@ -0,0 +1,6 @@ +function love.conf(t) + t.window.resizable = true + t.window.title = "GAMING" + t.window.vsync = 1 + t.window.msaa = 1 +end -- cgit 1.3.0-6-gf8a5