Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: broken on March 18, 2013, 01:18:30 AM
-
Hi!
I want to make a simple colored button without borders (see Attach). Which way is better:
1. Create yellow texture with the original (design) size as in the picture (attach) and add it to the sprite (background) in button component.
2. Create yellow texture with the small size (10x10) and add it to the sprite (tiled? or filled?) (background sprite) in button component.
3. Create transparent (or white?) texture with the small size (10x10) and add it to the sprite (tiled? or filled? or base?) (background sprite) in button component. Set Wrap Mode = Repeat and change Color Tint to yellow (or other color)?
Thanks!
-
3x3 white box texture. Background should be a sliced sprite, and the box should have its border set to 1,1,1,1 in the atlas. Color set on the sprite.