OK Moz, I've recolored your planes. I'll be animating them soon. Feedback?
@Blue Protoman I like the theme, though I was hoping for something a tad more.. Menacing. More minor key tonality plz.
EDIT: I've animated them here:
<SNIP>
The planes look nice that way, but the clouds look like they use a lot of alpha blending which we need to avoid at all cost (I wrote that in my second post).I noticed the trouble with the red plane too, do you like the clouds?
Sorry, noob here, alpha blending?The planes look nice that way, but the clouds look like they use a lot of alpha blending which we need to avoid at all cost (I wrote that in my second post).
foxblock out
Oooh, OK, So I just leave the clouds against green? Then, in the game we flip to transparent somehow?Alpha-blending is like... transparent stuff. fully transparent stuff is nice and fast and we use Magenta to represent areas that will be fully transparent.
Semi-transparent things require more CPU time with standard SDL.
Yes, in-game we remove all the green and just have whatever was surrounded by it.Oooh, OK, So I just leave the clouds against green? Then, in the game we flip to transparent somehow?
But it would also be better if you used magenta (255,0,255)
Magenta, also called "Magic pink".I never knew there was a standard colour for it, I'll use magenta from now on.