Using Custom Resources to Extend Functionality
There are a lot of built-in resources to the Godot Game Engine but did you know we can create our own custom resources? Custom resources in Godot are an incredibly easy way to rapidly create unique objects that all share the same base properties and other information. What is a Resource? Most users are familiar…