update conf.lua
This commit is contained in:
parent
de00c3a828
commit
64850adae2
1 changed files with 13 additions and 0 deletions
13
conf.lua
13
conf.lua
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue