refactor
This commit is contained in:
parent
0181ad7f2d
commit
45fee92eea
6 changed files with 37 additions and 90 deletions
|
|
@ -1,10 +1,11 @@
|
|||
use bevy::prelude::*;
|
||||
|
||||
use crate::collision::{Collided, Collider, CollisionPlugin};
|
||||
use crate::damagable::DamagablePlugin;
|
||||
use crate::movable::DamagablePlugin;
|
||||
|
||||
mod collision;
|
||||
mod damagable;
|
||||
mod movable;
|
||||
mod ships;
|
||||
|
||||
fn main() {
|
||||
App::new()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue