Skip to content

How to Draw Inventory Properly #18062

Answered by jfouche
Tahinli asked this question in Q&A
Discussion options

You must be logged in to vote

Hi
I'm also a bevy newbie :)
I did an inventory UI and managment using drag and drop on my game. It's based on Grid nodes UI (https://github.com/jfouche/kill-them-all/blob/main/src/in_game/menu/window_inventory.rs), and an [Option<Entity>] to store items in the inventory (https://github.com/jfouche/kill-them-all/blob/main/src/components/inventory.rs)
I hope it will help you

PS: It's a game to learn bevy, in early stage

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Tahinli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants