add player to game
This commit is contained in:
parent
c6f6415d8d
commit
b72cfae04b
4 changed files with 14 additions and 3 deletions
|
@ -3,7 +3,8 @@ use bevy_rapier2d::prelude::*;
|
|||
use player::player_plugin;
|
||||
|
||||
mod player;
|
||||
mod set;
|
||||
|
||||
fn game_plugin(app: &mut App) {
|
||||
app.add_plugins((player_plugin));
|
||||
app.add_plugins(player_plugin);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue