Actor won't tile.

Hi, so my background is tiled. It shows as tiled while making,but in the preview it just totally ignores this and stretches the image. Does anyone know what could be causing this? This happens to a few other actors (not all instances) but not all actors.

Best Answer

  • JodyMitomaJodyMitoma Posts: 307
    edited May 2014 Accepted Answer

    Do you have "tileWidth" and "tileHeight" set for that specific actor? ;) Something I missed at first!! :D

    If you have a 600x600 image, and want it to tile after 600px width, but stretch in height, set tileWidth to 600 and tileHeight to 0, and keep its height to Stretch, and change width to Tile.

    Hope this helped!!

Answers

Sign In or Register to comment.