From 240cfb51f7699b426ec782d2e2001d70355fe17c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo-Pekka=20Kerkel=C3=A4?= Date: Sat, 9 Feb 2019 18:18:28 +0200 Subject: [PATCH] Add console logging --- conf.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf.lua b/conf.lua index b5f34b5..a0127a9 100644 --- a/conf.lua +++ b/conf.lua @@ -2,4 +2,5 @@ function love.conf(t) t.window.width = 640 t.window.height = 480 t.window.title = "Datix" -end \ No newline at end of file + t.console = true +end