Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Nice! What was the issue? (Asking out of curiosity)

It could be one or both of the following. Even though my code should allow it, the game won't handle save till you're on the ground and you can go through the door before you touch the ground. Otherwise it could be that godot's queue_free is more aggresive than I thought and removes the key node, and it's methods, before it sends the signal to the gamecontroller to save. For now I just stop the player from being able to access an exit right after getting a key.