I want to know how to make gui score table and how to add another fonts into my project.
Here’s how you create a new font: http://www.defold.com/manuals/font/
The GUI manual has info on how to create text nodes: http://www.defold.com/manuals/gui-text/
The GUI API references includes all functions to modify GUI nodes, for instance http://www.defold.com/ref/gui/#gui.set_text
Here’s a sample how to create an end screen score counter: http://www.defold.com/tutorials/level-complete/
2 Likes