mirror of
https://github.com/gvx/bitser.git
synced 2024-11-24 06:54:20 +00:00
5a134b4fce
Turns out I never fixed this one bug...
4 lines
63 B
Lua
4 lines
63 B
Lua
function love.conf(t)
|
|
t.version = "11.3"
|
|
t.console = true
|
|
end |