This commit is contained in:
NullBite 2022-10-30 13:55:17 -04:00
parent 026397f8bb
commit 1603f45129
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -14,6 +14,14 @@ ping=pings
TEXTURE_WIDTH = 256 TEXTURE_WIDTH = 256
TEXTURE_HEIGHT = 256 TEXTURE_HEIGHT = 256
-- print debug messages
debug_print=false
function debugMessage(str)
if debug_print==true then
print(str)
end
end
-- utility functions -- {{{ -- utility functions -- {{{
--- Create a string representation of a table --- Create a string representation of a table