How to make gui score counting table?

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: Fonts in Defold manual

The GUI manual has info on how to create text nodes: Defold GUI text nodes

The GUI API references includes all functions to modify GUI nodes, for instance API reference (GUI)

Here’s a sample how to create an end screen score counter: Level complete code sample

2 Likes