From 11e4d439a5f33f1c0592dce32201988fedda6439 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Wed, 7 Apr 2021 17:46:14 -0500 Subject: [PATCH] Add files via upload toml --- assets/symbols/beaker.toml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 assets/symbols/beaker.toml diff --git a/assets/symbols/beaker.toml b/assets/symbols/beaker.toml new file mode 100644 index 0000000..a19f514 --- /dev/null +++ b/assets/symbols/beaker.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