View Single Post
10-12-17, 03:56 PM   #16
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
Originally Posted by Resike View Post
Ofc it can be scaled, you just have to reapply the pixel perfect methods after every SetScale and OnSizeChanged method/script, that's why i said it can draw a lot of resources.
A pixel-perfect texture is, by definition, a specific number of pixels. Every pixel is drawn where it's supposed to be.

You can have a repeating pixel-perfect image, like a 1px border around a resizable frame, but scaling a pixel-perfect texture doesn't make any sense.
  Reply With Quote