From f5eaa22a1c9598c9f7a55a41614d1ce4769dee4a Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Tue, 1 Mar 2022 02:48:49 +0530 Subject: * Adds Ambience SFX & Management * Notification - In-Progress * Collision Callbacks * Interactive & Pickable entities - In-Progress --- conf.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf.lua') diff --git a/conf.lua b/conf.lua index 1ae0863..8fbb0e5 100644 --- a/conf.lua +++ b/conf.lua @@ -4,4 +4,6 @@ function love.conf(t) t.window.fullscreen = false t.window.title = "" t.window.usedpiscale = true + t.window.icon = "assets/images/icon.png" + t.console = true end \ No newline at end of file -- cgit v1.2.3