Hello, I wanted to know if it is possible to put a fill color and font of the edges of another color, or have to be all the same color?
I'm not sure about that. However, if the text is an image you can import it as a Sprite. You just won't be able to use it for a variable or changing string. What do you plan to use it for?
You can use spritefont object for this.
~Sol
Something like this can also be achieved by setting the text object 'font colour' then use the 'Outline' effect from R0J0hound, available HERE.
Thank you very much, it was quite easy
Develop games in your browser. Powerful, performant & highly capable.
I have a question, if using "spritefont" I have to replace one letter by hand? or as I do? Thank you
No. You create the spritefont in an image editor, like you would a spritesheet. Each font character being aligned on a grid. Then import that using the spritefont plugin.
From the manual:
https://www.scirra.com/manual/166/sprite-font
You can also use this tool:
The patterned fill can't be done directly, but you could build it up by getting the outline with GYFM, and then in the image editor use some masking tricks to get the inside pattern applied.
Thank you very much to all for the help, so glad
I'm testing the program and it's great, but I would like to import this font, but not how.
http://es.cooltext.com/Download-Font-Sp ... 48424_Font
You can import another font to the program or just the default one? <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">
You install the font on your system. Then press the Font... button to choose any font on your system.
Thanks