From 41a7a40ecf71613c6cb3f7823491c45d9c9c63e0 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Thu, 23 Feb 2023 11:53:10 +0000 Subject: implement new rendering system using gpu instancing this has extremely better performance on my machine also, player is circle now --- client/conf.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'client/conf.lua') diff --git a/client/conf.lua b/client/conf.lua index 76459ff..3a68be3 100644 --- a/client/conf.lua +++ b/client/conf.lua @@ -1,5 +1,6 @@ function love.conf(t) t.window.title = "hexagon emulator" t.window.resizable = true + t.window.msaa =4 end -- cgit v1.2.3