rendering a spherical player!!
This commit is contained in:
parent
5b8bd5c525
commit
e65f8b26ca
4 changed files with 31 additions and 4 deletions
|
@ -3,10 +3,12 @@ use bevy_rapier2d::prelude::*;
|
|||
use player::player_plugin;
|
||||
use scene::scene_plugin;
|
||||
|
||||
use crate::AppState;
|
||||
|
||||
mod player;
|
||||
mod scene;
|
||||
mod set;
|
||||
|
||||
fn game_plugin(app: &mut App) {
|
||||
pub fn game_plugin(app: &mut App) {
|
||||
app.add_plugins((player_plugin, scene_plugin));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue