Godot Autofree
The Autofree is a node which deletes (frees) a node after one of the configurable conditions is met:
- A timer ends
- A certain signal is emmited
I made this project to learn how to add custom nodes to godot, as this can be of great use in future projects.