Massive performance difference between running in terminal and .love
Posted: Fri Mar 02, 2018 3:47 am
I know my code is probably abhorrent, but still the difference is surprising to me for such a simple game. The goal is to get the key while avoiding enemies, and then get to the door to proceed to the next level. You will also die if you take too many steps. If I run it from the terminal it's perfectly fine, but if I run it from the .love file when you get to the door the game will hang for awhile before proceeding. Does anyone have an idea for why this might be?