Transitioning Rooms.

Today I have started to develop my game so to start off I decided to draw out my first level where the player will help a farmer to kill some wolfs. The player goes around the farm, killing the wolfs as they are found. To do this I had to have the player go into different rooms from multiple sides. transitioning the player from one side is simple enough you just put their sprite on the side where they are coming from, however, when they can come back into the room through a different side, it would spawn them in the same place. to fix this I have had to put multiple of the same room to put their sprite in the correct position. 

Comments