Files
love-luigi/example/conf.lua
2015-11-02 23:40:52 -05:00

6 lines
99 B
Lua

function love.conf (t)
t.window.resizable = true
end
love.filesystem.setSymlinksEnabled(true)