2D Toolkit Forum

2D Toolkit => FAQs => Topic started by: unikronsoftware on February 06, 2012, 09:30:29 pm

Title: How can I change tint of all sprites globally?
Post by: unikronsoftware on February 06, 2012, 09:30:29 pm
The built in shaders do not support a global tint value - they use vertex colors to tint individual sprites while still maintaining good draw call count. Use the attached shaders when you need a global tint value, for example, to fake a day-night cycle.