GameDev
Dynamic Color Blending
In the v0.6.0 update for Masteroid I overhauled all weapon sprites. As with most things in Masteroid, Weapons are mostly driven by data (JSON) and were originally dynamically colored at runtime using Modulate blending. Modulate Read more…