Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi there!

It supports other languages than english. I believe mostly ocidental languages. I'm really not sure if it supports Korean or Japanese... I never tested it. 

Because currently the plugin uses the characters as a key object to stores their bitmap. Like:

FontBitmaps: {
 A: new Bitmap(A),
 B: new Bitmap(B),
 2: new Bitmap(2),
 !: new Bitmap(!),
}

And so on. I just don't know if a japanese or koren characters could be used like that. If not, probably there is a character code to be used instead of the character. I just don't know if I will have the time to implement this right now.

(+1)

Thank you for your response, I'll try to find another way. Have a nice day!