I love the pixel-design, and thought it conveyed some wonderful images using such little resolution. I did get stuck after hitting 'escape' though. Fun game!
Oopsie! My muscle memory for quitting a game during dev is ESC and I appear to have left in if event.keycode == KEY_ESCAPE: get_tree().quit() 😅
if event.keycode == KEY_ESCAPE: get_tree().quit()
I’m glad you liked it up until that point!