I am editing game map so that the player is always in the centre of the screen.
What I want is that if the player reaches the edge of the map, they just see a black void.
Well, it turns out maps tile in empty space like that. Does anyone have any idea how to stop this tiling?
Imagine I've just walked to point (-5, 10) -- instead of being on a copy of the map, I want to be on complete black.
What I want is that if the player reaches the edge of the map, they just see a black void.
Well, it turns out maps tile in empty space like that. Does anyone have any idea how to stop this tiling?
Imagine I've just walked to point (-5, 10) -- instead of being on a copy of the map, I want to be on complete black.