StevenEgnaczyk / Legend-of-Zelda-Game

Clone of the first Legend of Zelda Dungeon in C#
0 stars 0 forks source link

Add "Out-Of-Bounds" Code #256

Open StevenEgnaczyk opened 1 year ago

StevenEgnaczyk commented 1 year ago

Before we move an enemy/link/projectile. It should check if that movement would be out of the bounds of the map, and if it would be, don't do it.