don-tnowe / godot-wyvernbox-inventory

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

Restricted inventory can't go above 8 cells #36

Closed ElacOne closed 3 months ago

ElacOne commented 3 months ago

In your example project and when i attempt to create a character equipment inventory both from prefabs and from "scratch". I am unable to place items in cells above slot 8 in the array regardless of what flags the items or slots have and the width.

don-tnowe commented 3 months ago

Check, does it work now?

ElacOne commented 3 months ago

Yup, cheers!