Gameover condition
This commit is contained in:
parent
d5bd76a3b7
commit
66797415bd
4 changed files with 16 additions and 11 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue