update trenchbroom

This commit is contained in:
2025-05-26 00:44:38 +02:00
parent 15059cc6ce
commit bdb0cdd04a
2 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
use std::f32::consts::PI;
use avian3d::prelude::*;
use bevy::{
ecs::{component::HookContext, world::DeferredWorld},
@@ -134,6 +136,7 @@ impl EnemySpawn {
let mut this_transform = *this_transform;
this_transform.translation += Vec3::new(0., 1.5, 0.);
this_transform.rotate_y(PI);
let head = this.head.clone();