expressobits / inventory-system

Modular inventory system for godot 4 with nodes, compatible with multiplayer, separate logic from the UI, Using items as separate resources.
MIT License
407 stars 26 forks source link

Why why not just `products : Array[Slot]`? #69

Closed benjamin-kirkbride closed 8 months ago

benjamin-kirkbride commented 10 months ago

What is the point of having a single product, then byproducts?

scriptsengineer commented 10 months ago

What is the point of having a single product, then byproducts?

It really doesn't make sense anymore, I think it's interesting to change to this idea, it would be a little simpler.

I believe it was like this because at first there was only one product and the by-products were added later.

scriptsengineer commented 8 months ago

Fixed on 0.9.3