The emoji editor offers an emoji panel with a set of emoji's from the emoji
folder. These are set on the emoji_list
and there are helpers to use them in game. The main script can be put on a control node. It will then draw the emoji's as children of the control node:
There is also a function used to convert text to emoji, get_final_text
.
For usage example check the blazium-engine/project-tictactoe repo.
Forked from blazium-engine/blazium_emoji_editor.