Posted October 15, 2023 by MindlessTurtle
#bugfix
Due to last minute changes before the deadline, I introduced a bug moving some data around. By wrapping a table around another table, my simple copying method broke.
copy=pack(unpack(table))
Classic mistake, and I guess that's what I get for trying to cut corners writing code.
I look forward to updating this game with more levels and more gimmicks. Unfortunately, I'm up against the token limit, so I'm gonna need to get really clever squeezing in more code. Hopefully, there are some redundancies that can be refactored. I just gotta find them.