- Joined
- Aug 7, 2013
- Messages
- 1,338
Hi,
I set the unit shadow fields to zero, but my building still has an ugly shadow. I just want no shadow at all. How do I get rid of it?
That's just the luascript, where I set the fields for a unit's shadow to 0.
I set the unit shadow fields to zero, but my building still has an ugly shadow. I just want no shadow at all. How do I get rid of it?
JASS:
//! i makechange(current, "ushx", "0.00")
//! i makechange(current, "ushy", "0.00")
//! i makechange(current, "ushh", "0.00")
//! i makechange(current, "ushw", "0.00")
That's just the luascript, where I set the fields for a unit's shadow to 0.