Yeah, I know it will take time and yeah I'm sure you have a lot to do about it.
but I do have some requests, mostly one primary and -some small ones.
PLEASE PLEASE PLEASE
SUPPORT ANY KIND OF LANGUAGE IN BITMAP FONTS and PLEASE PLEASE PLEASE
add the ability to do all kind of manipulations on Texts such as char one with a bitmap font img and another char with another bitmap font img , change sizes of specific chars in the same Text.
rotate a char in a text by offset rather than from 0,0 .
and please, Add a bitmap font creator/editor to the studio you just simply cannot go wrong with the right Fonts once you can manipulate them as one would like.
Also please please add the ability to join pngs to one atlas image rather than using other apps, and once it's done it will break down every separate image inside that atlas texture with X,Y SizeX,SizeY etc...
the last request is the ability to change a sprite coloring in a different fashion such as (without using memblocks)
so if I have a simple sprite of a balloon, the balloon is white and has a shiny section, I want to be able to change the entire color of the ballon but not the shiny section... so something like:
setSpriteColorByColor(spriteId,colorToChangeRed,colorToChangeGreen,colorToChangeBlue,changeToColorRed,changeToColorGreen,changeToColorBlue) with or without alpha
so colorToChange is the selected color already found in that sprite and the changeToColor is the new color.
Please Please!!!
it will be extremely helpful!