Thread: Grid
View Single Post
08/23/14, 12:09 PM   #4
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
Texture is actually the easy part, since you don't need any. Just make a texture control template:
xml Code:
  1. <Texture name="GridLine" color="aa000000" layer="BACKGROUND" virtual="true">
  2.    <Dimensions x="1" y="1" />
  3. </Texture>
... and create as many as needed using ZO_ControlPool, and change width or height.
  Reply With Quote