-
Notifications
You must be signed in to change notification settings - Fork 281
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
feat(UI): More info about items dropped with bags #1594
base: main
Are you sure you want to change the base?
Conversation
ef17edd
to
f9fd676
Compare
Almost close to being pretty near to being done. At the moment, it has everything debug-colored:
On the right, you can see 2 categories: things you want to drop and things you'll drop because you have to. Plus, you can see it will take 2 seconds. Volume is shown post-drop, but I'm thinking of making it show only wanted-to-drop items, so that it shows you how much you have to add to keep it under the limit. If you try to manually drop more stuff, implied items will be recalculated because some items will not be under the limit and thus you can keep them. |
f9fd676
to
496f852
Compare
Summary
SUMMARY: Interface "More info about items dropped with bags"
Purpose of change
Inform the player about which items are being dropped when dropping containers and getting volume capacity below used volume.
Add a time cost display to dropping.
Describe the solution
At the moment:
TODO:
Describe alternatives you've considered
Giving up on notpockets and embracing the recursive boxes.
Having notpockets lack proper display.
Testing
Additional context