Fix annoying issue with LookAt
Add jump scare
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user