Gameover condition

This commit is contained in:
Rendo 2025-11-17 23:57:08 +05:00
commit 66797415bd
4 changed files with 16 additions and 11 deletions

View file

@ -1,10 +1,10 @@
use crate::velocity::Velocity;
use bevy::prelude::*;
use crate::{
collision::Collider,
damagable::Damagable,
ships::{Factions, gun::Gun, player::PlayerMovement},
velocity::{self, Velocity},
};
#[derive(Component)]