Background and foreground problems

Zapzel-24

Member
I am doing so far so good on my game but I lately ran into a bit of a snag with the background tiles it seems that the background tiles have this kind of strange outlines when I am running the game how do I get rid of it? I have a picture of it down below.

strange squares.JPG

P.S also I am trying to make some tiles appear in the foreground creating the illusion your walking under something how would I put that into effect?
 

jo-thijs

Member
What's the width and height of the view, port and application surface?
This effect can occur when the ratios between those aren't integers.

As for foreground tiles, have them on a layer with a negative depth.
 
T

TheJJGamer

Guest
I have a kinda random idea:
Try going into Resources>GlobalGameSettings>Windows>Textures and turn off the Interpolate Colors Between Pixels option.
 
Top