Projectile damage
This commit is contained in:
parent
f56ae2bc04
commit
4bf62bfe39
6 changed files with 71 additions and 2 deletions
|
|
@ -5,7 +5,9 @@ use crate::movable::MovablePlugin;
|
|||
use crate::ships::ShipsPlugin;
|
||||
|
||||
mod collision;
|
||||
mod damagable;
|
||||
mod movable;
|
||||
mod projectile;
|
||||
mod ships;
|
||||
|
||||
fn main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue