Starter-Kit-3D-Platformer/scripts
Nathan Lovato 78aafa45f3 fix AnimationPlayer blending issue in Godot 4.3
I made two sets of changes:

- Not calling AnimationPlayer.play() every frame. It was causing the animation blending to try to apply/retrigger the animation somehow.
- Changed the character model import settings to mark idle and walk animations as looping
2024-08-17 16:18:15 +07:00
..
audio.gd Changes, fixes and additions 2023-09-17 02:57:12 +07:00
hud.gd Changes, fixes and additions 2023-09-17 02:57:12 +07:00
player.gd fix AnimationPlayer blending issue in Godot 4.3 2024-08-17 16:18:15 +07:00
view.gd Changes, fixes and additions 2023-09-17 02:57:12 +07:00