complete project reorganization
This commit is contained in:
9
scenes/player_controller/scripts/AnimationPlayer.cs
Normal file
9
scenes/player_controller/scripts/AnimationPlayer.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Movementtests.player_controller.Scripts;
|
||||
|
||||
public partial class AnimationPlayer : Godot.AnimationPlayer
|
||||
{
|
||||
public void PlayCameraRotationOnDeath()
|
||||
{
|
||||
Play(Constants.PLAYERS_HEAD_ANIMATION_ON_DYING);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user