Quote:
Originally Posted by Tim_Rocks
Great future reference, I had no idea that 0-200 was relative to the level. Side note, does anyone know why findimg() allows using drop shadows, but GuiMLTextCtrl for example prevents using shadows. It's always bothered me.
|
Are you assigning the shadow to the GUIctrl's profile? eg: profile.textShadow = true; profile.shadowOffset = {1, 2};?
I've never had a problem getting shadows to work with my GUIctrl's?