瀏覽代碼

Forgot to add stuff

Eiyeron Fulmincendii 8 年之前
父節點
當前提交
daa78aa940
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      debug_overlay/console/commands.lua
  2. 1 1
      debug_overlay/init.lua

+ 1 - 0
debug_overlay/console/commands.lua

@@ -4,6 +4,7 @@
 
     cls : clears the console log
     help (aliases : ls) : displays the list of registered commands and display their help.
+
 ]]--
 
 Commands = {

+ 1 - 1
debug_overlay/init.lua

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