This commit is contained in:
Rendo 2025-11-15 10:32:49 +05:00
commit 45fee92eea
6 changed files with 37 additions and 90 deletions

View file

@ -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()