Author Topic: Remove effects from symbols, keep them on text  (Read 1578 times)

AGB

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 74
    • View Profile
    • Steam Defense
Remove effects from symbols, keep them on text
« on: October 07, 2014, 03:37:56 AM »
Without outline:

With outline:


Desired result is:


Is there any way i can make it in Ngui sourcecode? (For example by setting icons effect color to Alpha=0)
I'm a busy man... I have places to go,monsters to kill...

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Remove effects from symbols, keep them on text
« Reply #1 on: October 07, 2014, 10:33:23 AM »
Assuming you are talking about the quick-and-dirty effects provided by the shadow or outline options on the UILabel themselves, no, there isn't. It either applies to everything, or nothing. You can separate your text into different labels, then have one set of labels use the effect and the other not use it. You can also bake the text effect into the text's texture itself by modifying it in photoshop.