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 enemy ignoring player when blocking #9

Closed Sod3n closed 2 months ago

Sod3n commented 3 months ago

Problem

When player attack enemy from back using common attacks and enemy blocks this he don`t react to player. You can check it on enemy near 3rd checkpoint.

Solution

Transit to aggro state when block or parry attack.