Inspirateur / riverbed

A Minecraft-inspired Bevy game
MIT License
17 stars 0 forks source link

Add a basic inventory #12

Closed Inspirateur closed 5 days ago

Inspirateur commented 2 months ago

No need for complicated UI actions yet (such as dragging inventory items) just a hotbar UI is fine for now

Design notes for the future

I find MC-style inventory management to be a pain, here are some ideas to alleviate it:

nerdachse commented 2 months ago

Hey!

It's not what you've asked for as it's a complete inventory instead of a hotbar and it's also not for a 3d game, but a 2d one, but in the spirit of giving back a bit, maybe it can be a source of inspiration:

inventory.rs.txt inventory_ui.rs.txt

Inspirateur commented 2 months ago

Hey!

It's not what you've asked for as it's a complete inventory instead of a hotbar and it's also not for a 3d game, but a 2d one, but in the spirit of giving back a bit, maybe it can be a source of inspiration:

inventory.rs.txt inventory_ui.rs.txt

Thanks, I'll look into it when I get around to this task 👍

Inspirateur commented 5 days ago

Done !