Pop.Box/lib/bitser/conf.lua
2017-10-10 00:20:36 -07:00

4 lines
65 B
Lua

function love.conf(t)
t.version = "0.10.0"
t.console = true
end