From af9a309fd083d31ec2a3f327be5884083309ce91 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Sat, 17 Apr 2021 19:19:27 -0500 Subject: [PATCH] Add files via upload toml --- assets/symbols/throne_iso.toml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 assets/symbols/throne_iso.toml diff --git a/assets/symbols/throne_iso.toml b/assets/symbols/throne_iso.toml new file mode 100644 index 0000000..a19f514 --- /dev/null +++ b/assets/symbols/throne_iso.toml @@ -0,0 +1,32 @@ + + +# If true, this indicates that the symbol should always have + +# a symbol nested within its nesting area(s). + +always_nest = true + + + +# If true, this indicates that the symbol should always + +# be nested inside another symbol's nesting area. + +always_be_nested = false + + + +# If true, this indicates that the symbol should never + +# be nested inside another symbol's nesting area. + +never_be_nested = false + + + + +# If true, this indicates that the symbol nested on this + +# symbol’s nesting area should have its colors inverted. + +invert_nested = true \ No newline at end of file