marrub
/
LoveToken
Archived
1
0
Fork 0
This repository has been archived on 2019-01-29. You can view files and clone it, but cannot push or open issues/pull-requests.
LoveToken/examples/conf.lua

5 lines
129 B
Lua

-- This file is placed under public domain.
function love.conf(t)
t.console = true
t.window.title = "Tokenizer Example"
end