Hey!
I'm trying to load a 100% transparent .png image, but in the game it's black, not transparent.
Here is what i'm using to load the texture:
tm.addTexture("earth_clouds", new Texture(this.context.getResources().openRawResource(R.raw.earth_cloudss),true));
It's only transparent on transparent objects...
Thx, works fine now!
And sorry for the many questions :)