FancyScore

September 30, 2022 ยท View on GitHub

Make a number look fancy like 1 to 0001

How to use

  • Use a Bitmap text object for display the score.
  • Use a Text object for display the score.
  • Set the number length. like ("0000") this will convert 1 into 0001
  • Set the score. (Usually a variable or global variable in your game.)

Project

https://www.ulisesfreitas.com/gdevelop-extensions/FancyScoreAll.zip

Tutorial

https://www.youtube.com/watch?v=9rG5a04pkyo

Contents

  1. 1How to use
  2. 2Project
  3. 3Tutorial