mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-02 04:13:58 -04:00
9 lines
173 B
Lua
9 lines
173 B
Lua
function love.conf(t)
|
|
t.identity = "Platformer"
|
|
t.version = "0.10.2"
|
|
t.console = true
|
|
|
|
t.window.vsync = false
|
|
t.window.width = 720
|
|
t.window.height = 720
|
|
end
|