Wrapping Background: Vertical, Horizontal, and Diagonal

You're viewing a single comment in a conversation. View all the comments
  • 1 Comments

  • Order by
  • The text states that we will check if ..

    "TileBackground.Y is great than or equal to 0."

    but the Event screenshot shows Y = 0 and not Y >= 0. Y is unlikely to reach exactly zero and the wrapping therefore won't work. Ensure that you use "greater than or equal to".