Im trying to draw text on a bitmap and I can't seem to get it to show up, here's what I'm working with so far. Im not sure if it's relevant or not but this is "Scene_Map" By the way.
Code:
A = new Sprite();
A.bitmap = ImageManager.LoadImage("Bar")
A.bitmap.drawText("test", 0, 0, 100, 30, 'center')
SceneManager._scene.addChild(A)
A.x = 100
A.y = 100
The Bar image shows up just fine, but there isn't any text anywhere on the screen. Can anyone tell me what i'm doing wrong?
Just beat the last of us 2 last night and starting jedi: fallen order right now, both use unreal engine & when I say i knew 80% of jedi's buttons right away because they were the same buttons as TLOU2 its ridiculous, even the same narrow hallway crawl and barely-made-it jump they do. Unreal Engine is just big budget RPG Maker the way they make games nearly identical at its core lol.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.