Comp-Sci-Principles-master / ProjectUnderground

game-team-h created by GitHub Classroom
0 stars 0 forks source link

Sneak mode #20

Closed KewTeacher closed 4 years ago

KewTeacher commented 4 years ago

We need the Sneak mode make the player less visible to enemies.

In BT_NPC - the grunt AI behavior tree there is a boolean CanSeePlayer

  1. We need to find out where this is set.
  2. then we need to make it harder to set if the player is sneaking
KewTeacher commented 4 years ago

Player is sneaking - but there's issues with the enemy