When designing applications, it is important to know when to use an abstract class and when to use an interface. Although abstract classes and interfaces seem similar in some ways, there are key ...
The new abstract class feature is wonderful in GDScript, but there's something I wasn't expecting to be able to do: create the node or resource of an abstract class ...