lilsheep Posted May 26, 2015 Share Posted May 26, 2015 I have a game with two teams. Before I was using PIXI I would make one team glow red and the other glow blue. Is there any easy way to do this? Or should I make another set of sprites that are colored slightly differently? Thank you! Quote Link to comment Share on other sites More sharing options...
BWAne Posted May 26, 2015 Share Posted May 26, 2015 Well, for example, you can push your sprites to a few arrays, and than use "for" loop to change their properties. Quote Link to comment Share on other sites More sharing options...
xerver Posted May 26, 2015 Share Posted May 26, 2015 Have you tried setting the "tint" property of the sprite? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.