Sean-Nishi / M1Wengine

A action-adventure game developed with Python 3.11.1 and pygame. Complete missions before timer expires.
3 stars 0 forks source link

Add visual compass hint to closest bad entity #356

Open Sean-Nishi opened 8 months ago

Sean-Nishi commented 8 months ago

Set target_sprite with radar method call with radius set to whole level size. rotate_compass_to_target_sprite() in NPC needs to be refactored into 2 methods in Character.py. NPC rotates compass. Character gets the vector. Set a visual compass to the direction of closest enemy.