biyaniM / ALICE-IN-WONDERLAND-professional-nappers

Single Player, 3D Platformer movement-based game with Color and Level Mechanics with WebGL Builds
6 stars 1 forks source link

Enemy shoots only if they can see the Player #48

Closed biyaniM closed 2 years ago

biyaniM commented 2 years ago

Reopened because we need to implement a direct line of sight detector later, instead of simply putting a distance condition.

biyaniM commented 2 years ago

Current implementation is causing deadzones. This should fix it.

biyaniM commented 2 years ago

50