Adds Player controller

This commit is contained in:
Michel 2025-01-31 22:54:00 +01:00
commit ab3890896d
35 changed files with 26403 additions and 0 deletions

View file

@ -0,0 +1,3 @@
extends AnimationPlayer
@export var animationTree: AnimationTree;