diff options
author | ubq323 <ubq323@ubq323.website> | 2023-02-23 11:53:10 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-02-25 01:51:36 +0000 |
commit | 41a7a40ecf71613c6cb3f7823491c45d9c9c63e0 (patch) | |
tree | 737c9955ef433642d3fcfc45bd3ce8c0bb3041fd /client/conf.lua | |
parent | 447f46c1710f507622306a338cc8c82b1ce3aa5c (diff) |
implement new rendering system using gpu instancing
this has extremely better performance on my machine
also, player is circle now
Diffstat (limited to 'client/conf.lua')
-rw-r--r-- | client/conf.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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 |