Compare commits

...

1 Commits

Author SHA1 Message Date
1603f45129
temp 2022-10-30 13:55:17 -04:00

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