@@ -4,6 +4,7 @@
cls : clears the console log
help (aliases : ls) : displays the list of registered commands and display their help.
+
]]--
Commands = {
@@ -4,7 +4,7 @@
The debug overlay is targeting to be a relatively agnositc debug framework for Love2D based on love-imgui.
Requiring for now a custom class implementation and love-imgui.
-
+ To turn on the debug module, set the global variable ENABLE_DEBUG_OVERLAY to true before requiring the debug module for the first time.
It is very suggested to use imgui-love module as this module has been designed with it in mind.