Snaiel / Godot4ThirdPersonCombatPrototype

A prototype project for third person combat. Contains basics for player movement, camera, animations, combat, enemy AI, user interface, sound effects, and background music.
https://www.youtube.com/@Snaiel
MIT License
121 stars 17 forks source link

fix orbit spiral around enemy when locked on #16

Open Snaiel opened 2 months ago

Snaiel commented 2 months ago

I think instead of using the camera's rotation (which is lerped, lagging behind, causing the spiral), use player direction to enemy?