View Single Post
03-15-21, 06:21 AM   #2
d87
A Chromatic Dragonspawn
 
d87's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 163
If you want to cut out the green rectangle it'll be something like tex:SetTexCoord(0.1, 0.12, 0.4, 0.45)
That's left, right, top, bottom. And the values are how deep into the image the cut is starting from top left
  Reply With Quote