don-tnowe / godot-wyvernbox-inventory

Action RPG-focused inventory system for Godot 3 and 4
MIT License
97 stars 4 forks source link

Improve customizability of prefabs #14

Open don-tnowe opened 1 year ago

don-tnowe commented 1 year ago

The tooltip is rather customizable: give it a bunch of scripts that call text- or node-adding functions, and you've got it showing properties. You can even (since 3d9690cdf0fe08501254cd5b387ecc8c24348bcf) change the styles and swap colors around. The other nodes are, however, not as open to tweaks.

Editing the prefabs is still an option, but not really ideal - you'd be modifying a part of the addon! And sometimes you'd need to modify the script, which is even worse!

WithinAmnesia commented 11 months ago

This is really cool, good job!