Level progress
Last updated
Last updated
Level progress displays the amount of points remained to the new level (if there is game logic in your app). When the user earns points, the line moves to the right. If spends, it moves to the left:
Usually, progress line is used with the level placeholders:
{{user_level_name}}
- displays current user level name;
{{user_level_order}}
- number of current user level;
{{total_levels}}
- amount of user levels.
When the user clicks on the progress line, appears a dialog with the list of levels (you can fully customize it):
How to configure it, you can learn in the article about levels.
Something unclear in docs or you know how to improve article? Message us or ask community! We will answer you and then promise to improve the article within 3 days.