From 9bb025923a9292635c1582cc7b20da3f50d3a56b Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Sat, 10 Apr 2021 16:34:34 -0500 Subject: [PATCH] Add files via upload toml --- assets/symbols/knight_1.toml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 assets/symbols/knight_1.toml diff --git a/assets/symbols/knight_1.toml b/assets/symbols/knight_1.toml new file mode 100644 index 0000000..4b65184 --- /dev/null +++ b/assets/symbols/knight_1.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 = false \ No newline at end of file