datalogue icon indicating copy to clipboard operation
datalogue copied to clipboard

Godot plugin to manage game data

Results 2 datalogue issues
Sort by recently updated
recently updated
newest added

It seems broken on godot 4, alpha 17. First issue was the plugin_main.gd was returning a Texture for get_plugin_icon, where it should return a Texture2D. Fixing that wasn't enough though,...

Is it possible to create references from one data entry to another? For example, it's common for a weapon to increase the damage of a specific spell. This obviously can...

enhancement