Fix annoying issue with LookAt

Add jump scare
This commit is contained in:
2026-02-05 20:10:41 -08:00
parent c6fbc9f553
commit da8c4209d7
18 changed files with 197 additions and 273 deletions

View File

@@ -24,6 +24,8 @@ public interface IPlayer : IKillable, ICharacterBody3D
public void Unequip(EquipableItem equipable);
public void PlayJumpScareAnimation();
public IInventory Inventory { get; }
public IHealthComponent HealthComponent { get; }