generated from 2ndbeam/bevy-template
refactor!: Split everything into submodules
- Bump version to 0.2.0 - Split every module to systems, observers, plugins, etc - Renamed Crate to Container - Removed Wall component - Removed try_insert_item system - Removed inventory::ui module
This commit is contained in:
parent
3094a8af13
commit
7c386d4128
20 changed files with 830 additions and 772 deletions
|
|
@ -1,4 +1,10 @@
|
|||
use bevy::{prelude::*, remote::{RemotePlugin, http::RemoteHttpPlugin}};
|
||||
use bevy::{
|
||||
prelude::*,
|
||||
remote::{
|
||||
RemotePlugin,
|
||||
http::RemoteHttpPlugin,
|
||||
},
|
||||
};
|
||||
|
||||
use expedition_demo::ExpeditionPlugin;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue