mirror of
https://github.com/airstruck/luigi.git
synced 2025-11-18 12:25:06 +00:00
6 lines
99 B
Lua
6 lines
99 B
Lua
function love.conf (t)
|
|
t.window.resizable = true
|
|
end
|
|
|
|
love.filesystem.setSymlinksEnabled(true)
|