Projectile damage

This commit is contained in:
Rendo 2025-11-15 16:56:52 +05:00
commit 4bf62bfe39
6 changed files with 71 additions and 2 deletions

View file

@ -5,7 +5,9 @@ use crate::movable::MovablePlugin;
use crate::ships::ShipsPlugin;
mod collision;
mod damagable;
mod movable;
mod projectile;
mod ships;
fn main() {