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

Positional inventory support #47

Open
bsergent opened this issue Nov 4, 2018 · 0 comments
Open

Positional inventory support #47

bsergent opened this issue Nov 4, 2018 · 0 comments

Comments

@bsergent
Copy link
Owner

bsergent commented Nov 4, 2018

Support positional inventories as one implementation of Inventory where items can take up multiple slots. Store an array of item locations and sizes, and then populate a map of all slots and whether they're occupied or not for finding new placements. Look at new projects page of my website for examples. This would also require the ability to rotate items within the inventory. The difficult part will be getting this to work with UIInventory's arbitrary slot positions.

See #8

@bsergent bsergent added this to the v2.0.0 RPG milestone Nov 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant