path finding task setup

spacial set wip
This commit is contained in:
2024-09-30 22:14:57 -04:00
parent 47c0732f23
commit 5adfbd5de5
5 changed files with 127 additions and 29 deletions

View File

@@ -2,7 +2,7 @@ use bevy::prelude::*;
#[derive(Component)]
pub struct MainCamera;
#[derive(Component)]
#[derive(Component, Clone, Copy)]
pub enum Faction {
Player,
Phos,