Simple ai shooting PoC (#23)

This commit is contained in:
extrawurst
2025-04-04 23:00:15 +02:00
committed by GitHub
parent 145c30663e
commit e49373061e
11 changed files with 258 additions and 120 deletions

View File

@@ -1,6 +1,7 @@
use avian3d::prelude::PhysicsLayer;
use bevy::reflect::Reflect;
#[derive(PhysicsLayer, Clone, Copy, Debug, Default)]
#[derive(PhysicsLayer, Clone, Copy, Debug, Default, Reflect)]
pub enum GameLayer {
#[default]
Level,