don-tnowe / godot-wyvernbox-inventory

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

When first shown, `InventoryTooltip` has incorrect size #13

Closed don-tnowe closed 10 months ago

don-tnowe commented 1 year ago

When the game just starts or sometimes when the user hovers over another item, the tooltip is shown bigger than it should be.

Fix could be as easy as a quick hide() then show(), or it could not, it's worth testing.