As a player I want to be able to pick different blocks to build with instead of just one so that my creativity is not limited by the games bounds.
Todo
- Create hotbar system (resource probably?
Resources
Hotbar
- current_index
- items[9] -> block_id to place
Player system gets current block from the hotbar and places it
Build some bevy ui with css for the hotbar
Controll hotbar with keybinds 1-9, click.
Handle hover (Optional)
As a player I want to be able to pick different blocks to build with instead of just one so that my creativity is not limited by the games bounds.
Todo
Resources
Hotbar
Player system gets current block from the hotbar and places it
Build some bevy ui with css for the hotbar
Controll hotbar with keybinds 1-9, click.
Handle hover (Optional)