Hello C2 community
I am in the process of adding some dialogs to my game.
Can samebody tell me how to correctly get the following when I use the action Set Text?
() [] |! ¡? ¿ - & : =
I am asking because I couldn t find a good answer anywhere.
Thank you in advance!
Cheers
What's the problem with these characters? I tried Set text to "() [] |! ¡? ¿ - & : = " and it works fine for me.
If you are reading text from a file, you need to save it with Unicode encoding.
Develop games in your browser. Powerful, performant & highly capable.
As always, thank you for you help Dop2000.
By putting the exact text string () [] |! ¡? ¿ - & : = in set text in my C2.....
What the issue can be? Maybe a keyboard setup? I have the italian keyboard layout
It looks like you're using a SpriteFont, in which case it can only render characters that you've drawn an image for.
Thank you for your help, that definetely answer my question.