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
117 stars 17 forks source link

consolidate common code in Player and Enemy scripts #29

Closed Snaiel closed 1 month ago

Snaiel commented 1 month ago

not needed anymore. the main thing i had in mind from this was the code to switch between root motion. but now that's implemented in the locomotion component.