ApericotStudio / Poltergeist

Main repository for development of the Poltergeist game
0 stars 0 forks source link

Fix: NPC Priority #368

Closed ThijsvanDijk closed 9 months ago

ThijsvanDijk commented 9 months ago

Description

Gave every npc a different priority, so they dont block each other anymore The priority order is:

  1. Felicia
  2. Robin
  3. Jacen
  4. Realtor

Realtor is lowest because otherwise he will push any npc out of the way that he is following

Setting up testing environment

  1. In the project window navigate to Project/Assets/Scenes and open the "FinalExam" scene.
  2. Press Play.

Feature Review

NPC Priority

Criteria:

Checklist

These checks should always be true for your pull request

KiwiLT commented 9 months ago

I like that Felicia has highest priority. As she should have.