Godot-GDScript-Plus icon indicating copy to clipboard operation
Godot-GDScript-Plus copied to clipboard

An addon for Godot 3.4, written completely in GDScript, that gives GDScript some extra functionality.

Results 1 Godot-GDScript-Plus issues
Sort by recently updated
recently updated
newest added

I have a Unit class which has a speed property with description. Player inherits Unit, but the description for speed is lost. If it's possible, maybe the plugin should recursively...