• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Question - Code repeat edge pixels

B

bdonohue

Guest
Hi folks!

Is there a way (via code or IDE) to automatically repeat the edge pixels in a sprite that I've placed on the screen? I know you can tile the image horiz and vert, but that's not what I'm looking for. The only thing I can think of is making a really large sprite that covers the entire screen area, but I'm guessing that would be bad.


Thanks!
 

Mick

Member
A shader would be ideal for that I guess, can't help you with how to write the shader though, I'm no expert. :)
 
Top