ui: Beginning of UI-related stuff

- UiRoot component
- WindowSize resource and update_window_size system
- UiInventory and UiInventorySlot components
- UiInventory now shows player inventory slots
This commit is contained in:
Alexey 2026-03-09 13:59:51 +03:00
commit ab993be476
6 changed files with 183 additions and 10 deletions

View file

@ -6,7 +6,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
bevy = { version = "0.18.0" }
bevy = { version = "0.18.0", features = ["debug"] }
bevy_common_assets = { version = "0.15.0", features = ["toml"] }
bevy_input = { version = "0.18.0", features = ["serde", "serialize"] }
leafwing-input-manager = "0.20.0"