Hi all,
Im taking a break from XNA (booo) Uni work to do some more Java Gaming.
I’m trying to make a isomorphic turret-defence using Slick2D and I think that I may have just kneecapped myself while making my Sprites. I spent 2 days doing these, so I hope i’m wrong
Now, in XNA, and I was sure in Java2D, you can say that a color, say Color(255,45,255), is a chroma-key mask color, and anything with that will get removed. So, I went ahead and made a load of sprites like this:
Now that i’ve modeled and rendered all these things, I downloaded slick again and got going … only to not be able to find a way of doing the above.
I realy dont want to re-render all of these things
What am I doing wrong here?
Thanks guys,
Matt