kucharjak / dungeon-crawler

Game made for learning purposes with Godot engine. For scripting was used c#.
1 stars 0 forks source link

Fix problem when skelleton still attacks player even after his death #14

Closed kucharjak closed 3 years ago

kucharjak commented 3 years ago

This should propably be resolved when I rewrite the DetectionZone compoent to something more complex like agro component or who knows what.

kucharjak commented 3 years ago

Fixed while refactoring code in issue 12