Someone asked how to create gradient backgrounds in Unity on Unity Answers and Eric5h5 gave an awesome answer: This 1×2 … More
Tag: photoshop
Exporting From Photoshop
Despite being an old article, it still proves to be quite useful 🙂 Exporting From Photoshop
How to have an “add” effect in Cocos2D?
This code imitates the “add” effect from Photoshop. [sheet setBlendFunc: (ccBlendFunc) { GL_SRC_ALPHA, GL_ONE }];