Добавил логгинг
This commit is contained in:
parent
265dd00213
commit
3ec32796f0
3 changed files with 14 additions and 3 deletions
|
|
@ -1,3 +1,7 @@
|
|||
function love.conf(t)
|
||||
t.console = true
|
||||
if t.dos then
|
||||
t.dos.console = "COM1"
|
||||
-- t.dos.console = "c:\\test.log"
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue