peter-kish / gloot

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

Unify property names for Inventory and InventoryItem #207

Open Nordsoft91 opened 5 months ago

Nordsoft91 commented 5 months ago

Currently item protoset property name is inconsistent: In Inventory class name is item_protoset In InventoryItem class name is protoset

Suggest to unify name

peter-kish commented 5 months ago

Yup, the naming is inconsistent. Sadly, it will break compatibility with previous versions if fixed, so it will have to be implemented in the next major release (in fact it's already implemented on the dev_v3.0.0 branch).