update conf.lua

This commit is contained in:
jill 2021-09-18 02:09:26 +03:00
parent de00c3a828
commit 64850adae2
1 changed files with 13 additions and 0 deletions

View File

@ -1,5 +1,18 @@
function love.conf(t)
t.identity = 'box-of-eases'
t.version = '11.3'
t.window.resizable = true
t.window.title = 'Box of Eases'
t.window.icon = 'logo.png'
t.window.msaa = 5
t.modules.audio = false
t.modules.data = false
t.modules.joystick = false
t.modules.math = false
t.modules.physics = false
t.modules.sound = false
t.modules.thread = false
t.modules.video = false
end