Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request] - Allow Changing What Order Items Can Be Added To Inventory (Helps for Controller support) #256

Open
jermjar opened this issue Oct 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jermjar
Copy link

jermjar commented Oct 16, 2024

I have implemented gloot into my project and have enjoyed it so far apart from one thing. I wish I could make the items add to the inventory by row, not by column, when using the inspector. I would just change it myself but the codebase has been confusing to look through for me.

I would like this changed because I've been trying to add Controller support for the inventory system and it has been harder than I would have liked due to this. The order of items when scrolling/using d-pad/arrow keying through the inventory is based on what item was added first, second, third, etc. and not based on row/column position.

I'm using CtrlInventoryGridEx and InventoryGridStacked

@peter-kish peter-kish added the enhancement New feature or request label Oct 16, 2024
@jermjar jermjar changed the title [Request] - Allow Changing What Order Items Can Be Added To Inventory [Request] - Allow Changing What Order Items Can Be Added To Inventory (Helps for Controller support) Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants