mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-08-31 09:28:30 -04:00
9 lines
180 B
Lua
9 lines
180 B
Lua
function love.conf(t)
|
|
t.identity = "Platformer"
|
|
t.version = "11.0"
|
|
t.console = true
|
|
|
|
t.window.vsync = false
|
|
t.window.width = 720
|
|
t.window.height = 720
|
|
end
|