How to Terminate game after a certain function is completed .
and
How do I add emoji in Text.
For the first question, there are too many variables to answer it.
How do you want to terminate it?
Are you using a scene manager like Composer?
Are you wanting to go to a Game over scene?
Do you want to return to a menu scene?
What is the function that is begin completed?
What causes that function to execute?
We need more information to go on.
As for emojis in text. Our text is UTF-8 so you can show the emoji, however our text renders in monochrome so You can’t get color images and the emojis are whatever the font you’re using dictates as far as how they look. This is a limitation of how we render text to an image that can be used in OpenGL.
Rob
For the first question, there are too many variables to answer it.
How do you want to terminate it?
Are you using a scene manager like Composer?
Are you wanting to go to a Game over scene?
Do you want to return to a menu scene?
What is the function that is begin completed?
What causes that function to execute?
We need more information to go on.
As for emojis in text. Our text is UTF-8 so you can show the emoji, however our text renders in monochrome so You can’t get color images and the emojis are whatever the font you’re using dictates as far as how they look. This is a limitation of how we render text to an image that can be used in OpenGL.
Rob