HorseSeaHorse/lib/bitser/conf.lua

4 lines
63 B
Lua
Raw Normal View History

2021-02-07 00:37:19 -06:00
function love.conf(t)
t.version = "11.3"
t.console = true
end