Game Development Community

1.Font size of Text object, 2.onLevelLoaded in SceneGraph on Whack tutorial

by Kiplring · in iTorque 2D · 08/10/2010 (2:05 pm) · 0 replies

1. Add text object to new project.
Text font is too small. And If I resize it up it is zoomed with small font.
And the font is blurred.
How can I set bigger font on text object?

2. onLevelLoaded in SceneGraph problem.
Answer)
Just add showCursor() at moleLevel::onLevelLoaded().
And onMouseMove should be declared in sceneWindow2D not in moleLevel.