chore,gd: refactored project structure and started the mantle system
This commit is contained in:
9
player_controller/Scripts/AnimationPlayer.cs
Normal file
9
player_controller/Scripts/AnimationPlayer.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using PolarBears.PlayerControllerAddon;
|
||||
|
||||
public partial class AnimationPlayer : Godot.AnimationPlayer
|
||||
{
|
||||
public void PlayCameraRotationOnDeath()
|
||||
{
|
||||
Play(Constants.PLAYERS_HEAD_ANIMATION_ON_DYING);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user