GTFO-Modding / ExtraEnemyCustomization

Add more Enemy Customization for DataBlock editing
0 stars 1 forks source link

Added HealthBar support to MarkerText #50

Closed Flowaria closed 2 years ago

Flowaria commented 2 years ago
MarkerCustom...

      "MarkerColor": "#d22f1e", //Color for Marker: Official one is #d22f1e
      "MarkerText": "::BIO_PROBE::\n[[HP_BAR]]", //Display text for Marker
      "MarkerTextHealthBarFormat": {
        "Count": 10,
        "FilledBarText": "|",
        "EmptyBarText": " "
      },

image