generated from 2ndbeam/bevy-template
feat: Added Inventory and Item components
- Moved input tests into nested module - Added inventory tests
This commit is contained in:
parent
957717671a
commit
dab3134f15
4 changed files with 260 additions and 72 deletions
|
|
@ -1,6 +1,7 @@
|
|||
pub mod player;
|
||||
pub mod layout;
|
||||
pub mod input;
|
||||
pub mod inventory;
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue