devshareacademy / monster-tamer

A Pokemon like game created using Phaser 3
46 stars 11 forks source link

Saving game logic - handle when player is in npc spawn point #99

Open scottwestover opened 8 months ago

scottwestover commented 8 months ago

For npcs that move around, we will need to add logic for when the player is in the npcs starting location when they save the game. Otherwise, when we load the game, the npc will try to spawn on top of the player.