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

@@ -231,6 +231,8 @@ public partial class Player : CharacterBody3D, IPlayer, IProvide<IPlayer>
ExperiencePointsComponent.LevelUp();
}
public void PlayJumpScareAnimation() => PlayerFXAnimations.Play("jump_scare");
public void Die()
{
PlayerFXAnimations.Play("death");