There seems to be a debug mode code present in the game in `dbg.lua`, but none of the inputs work for it. How do I make the debug mode actually functional?
With lack of a saving system, something to quickly jump to certain places in the game would save a lot of work.
EDIT: Seems like it's as simple as putting in debug = true in global.lua, my issues were happening cuz I didn't clear cache before testing