qnf613 / Project_DimensionGate

this is 2D Top-down view Roguelite game project
0 stars 0 forks source link

Monster #4

Closed qnf613 closed 2 years ago

qnf613 commented 2 years ago

Make a base monster that can 2D top down view-move, look direction of player, continuously move to the player, and has stats

Vantrono commented 2 years ago

Pathfinding is now finished for Enemy AI. Added a few lines of code onto Astar script to adjust so that player is found on spawn.