Indicator update (#76)

* update indicator script and remove color indicator dot styling options

---------

Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
cajun
2024-09-24 13:44:27 -05:00
committed by GitHub
parent 28dc1c3383
commit 8f8d9c637a
60 changed files with 273 additions and 437 deletions

View File

@@ -50,8 +50,6 @@ init script:
comma_count := filter_text@(match:",")
is_token := { styling.token == "text" or styling.token == "textless" }
is_blank_token := { styling.token == "textless" }
has_identity := { false }
has_identity_2 := { false }
ancestral_mana := { styling.ancestral_mana_symbols }
shrink_type := {if styling.shrink_typeline_text != "" then to_int(styling.shrink_typeline_text) else 0 }