I have a #ProgrammingPatterns problem in my #Godot #GameDev project. I think that the solution is some kind of dependency inversion, but here's the problem.
I have an autoload (global Singleton) which manages interaction between different entities in the game. Each game entity exists in the […]