mirror of
https://github.com/gvx/bitser.git
synced 2024-11-11 01:44:21 +00:00
4 lines
65 B
Lua
4 lines
65 B
Lua
|
function love.conf(t)
|
||
|
t.version = "0.10.0"
|
||
|
t.console = true
|
||
|
end
|