peter-kish / gloot

A universal inventory system for the Godot game engine.
MIT License
625 stars 28 forks source link

Item_Dropped signal missing from Ctrl_inventory_grid in current version #183

Closed Karbonicc closed 7 months ago

Karbonicc commented 7 months ago

As stated above, the Item_Dropped Signal is no longer activated when dragging an item outside of the inventory. The signal still exists, but doesn't seem to be mentioned in the Ctrl_Inventory_Grid script anymore. This means any code or function related to this signal now no longer works.

Is there a new way to restore functionality to this? Was it moved, or is it simply missing?

peter-kish commented 7 months ago

Looks like it has been removed during some code restructuring in the past. It should be fixed now in a9eaee7c982ec171782e81c963791c64519c1874.