Hi
No matter what I try, I can't get a Sprite Font to work. I have an image (attached) of a font, generated using a Font Sheet Generator, but it just comes out all jumbled in construct. What am I missing?
https://www.dropbox.com/s/pw71c2032a40q68/hemi_head_426_32pt.png?dl=0
You also need to use the other files it exported with the proper settings. The file will give you the character dimensions to input into c2, then you need to add an array and import the json data the sprite font generator exported.
Go look at the thread and download the example capx right below the big image to see how it's done.
Develop games in your browser. Powerful, performant & highly capable.
Thanks, I didn't realize it was that complex.