simple rotate to player ai while engaging

This commit is contained in:
2025-04-27 18:46:11 +02:00
parent ea84893c70
commit c37dd64221
5 changed files with 134 additions and 4 deletions

View File

@@ -113,6 +113,7 @@ pub struct CutsceneCameraMovementEnd;
pub struct EnemySpawn {
pub head: String,
pub key: String,
pub disable_ai: bool,
}
impl EnemySpawn {