extract to file, primitive player system that is not actually run
This commit is contained in:
parent
bc639c5f1d
commit
c6f6415d8d
3 changed files with 24 additions and 18 deletions
9
src/game.rs
Normal file
9
src/game.rs
Normal file
|
@ -0,0 +1,9 @@
|
|||
use bevy::prelude::*;
|
||||
use bevy_rapier2d::prelude::*;
|
||||
use player::player_plugin;
|
||||
|
||||
mod player;
|
||||
|
||||
fn game_plugin(app: &mut App) {
|
||||
app.add_plugins((player_plugin));
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue