Skip to content

3.5.3

Compare
Choose a tag to compare
@toxicity188 toxicity188 released this 02 Nov 15:34
· 24 commits to master since this release
  • Adds 'number-format' in config.yml
  • Adds 'properties' section to text layout to manipulate placeholder's string result.
  texts:
    1:
      text: default_text
      pattern: "[health] / [max_health]" //like 1,900 / 2,000
      properties:
        number-format: "#,###"
      align: center
      x: 60
      y: 20
      scale: 0.5