Добавил логгинг

This commit is contained in:
Иван Кузьменко 2025-09-07 07:08:48 +03:00
parent 265dd00213
commit 3ec32796f0
3 changed files with 14 additions and 3 deletions

View file

@ -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