Add console logging

This commit is contained in:
Simo-Pekka Kerkelä 2019-02-09 18:18:28 +02:00
parent 2b7ef7c276
commit 240cfb51f7

View file

@ -2,4 +2,5 @@ function love.conf(t)
t.window.width = 640
t.window.height = 480
t.window.title = "Datix"
end
t.console = true
end