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 in conical vision for NPCs/Characters, for selecting _target_sprite #376

Open Sean-Nishi opened 9 months ago

Sean-Nishi commented 9 months ago

Any reference to facing_towards_entity would instead use a cone instead of a radar.

Use draw arc to show vision cone and possibly _target_sprite when debugging https://stackoverflow.com/questions/52961116/how-to-draw-arc-part-of-circle-in-python

Rotate the cone to match the direction of the compass

Also add new feature to the documentation