I’m trying to learn how to do some simple art styles to dabble in areas that my artistic abilities (or rather, lackthereof) will allow me. I was wondering if anyone knew of any tutorials out there that would allow me to make art that looks like the picture attached. I took that from the game Vector TD.
It is simple, doesn’t require much creative expertise, and should be easy, which is why I’d like to try it. So if someone could point me in the right direction, I’d appreciate it =).
Bump. really looking for some help here. Geodefense is another game with the same style. I’d really like to learn that art style (if possible) so I don’t have to spend money on artists for my game (programming part is easy). Could someone please help me out?
Do some read up on alpha channel. Files formats like TGA helps create wonderful
effects of glows and transparency. TGA stores RGBA (R for Red, G for Green and
B for Blue) A is the alpha which is the one you want to understand before creating
any great GUI. Search on google for alpha blending or alpha channel it should give
you a headstart.