mirror of
https://github.com/TangentFoxy/Pop.Box.git
synced 2025-01-13 14:54:19 +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
|