mirror of
https://github.com/TangentFoxy/Pop.Box.git
synced 2024-12-15 12:44:20 +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 |