From 21bb10ba9a76d63143aa9724049ec1a8864fc475 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Tue, 1 Jun 2021 11:29:24 -0500 Subject: [PATCH] Add files via upload added "background = true" to some symbol TOMLs --- assets/symbols/book_open.toml | 5 ++++- assets/symbols/circle.toml | 5 ++++- assets/symbols/cloud.toml | 5 ++++- assets/symbols/death.toml | 19 ++++++++++++++++++- assets/symbols/hand.toml | 5 ++++- assets/symbols/heart.toml | 11 +++++++++++ assets/symbols/skull.toml | 6 +++++- assets/symbols/star_6pt.toml | 6 +++++- assets/symbols/starburst.toml | 6 +++++- assets/symbols/sun.toml | 6 +++++- assets/symbols/sun_ring.toml | 6 +++++- 11 files changed, 70 insertions(+), 10 deletions(-) diff --git a/assets/symbols/book_open.toml b/assets/symbols/book_open.toml index 11fe07f..9a45666 100644 --- a/assets/symbols/book_open.toml +++ b/assets/symbols/book_open.toml @@ -18,4 +18,7 @@ always_be_nested = false # symbol’s nesting area should have its colors inverted. -invert_nested = true \ No newline at end of file +invert_nested = true + + +background = true \ No newline at end of file diff --git a/assets/symbols/circle.toml b/assets/symbols/circle.toml index 11fe07f..9a45666 100644 --- a/assets/symbols/circle.toml +++ b/assets/symbols/circle.toml @@ -18,4 +18,7 @@ always_be_nested = false # symbol’s nesting area should have its colors inverted. -invert_nested = true \ No newline at end of file +invert_nested = true + + +background = true \ No newline at end of file diff --git a/assets/symbols/cloud.toml b/assets/symbols/cloud.toml index 11fe07f..9a45666 100644 --- a/assets/symbols/cloud.toml +++ b/assets/symbols/cloud.toml @@ -18,4 +18,7 @@ always_be_nested = false # symbol’s nesting area should have its colors inverted. -invert_nested = true \ No newline at end of file +invert_nested = true + + +background = true \ No newline at end of file diff --git a/assets/symbols/death.toml b/assets/symbols/death.toml index c0cc801..ed48f1f 100644 --- a/assets/symbols/death.toml +++ b/assets/symbols/death.toml @@ -1 +1,18 @@ -rotate_clockwise = true \ No newline at end of file + + +# If true, this indicates that the symbol should always have + +# a symbol nested within its nesting area(s). + +always_nest = false + + + +# If true, this indicates that the symbol nested on this + +# symbol’s nesting area should have its colors inverted. + +invert_nested = true + + +background = true \ No newline at end of file diff --git a/assets/symbols/hand.toml b/assets/symbols/hand.toml index 11fe07f..9a45666 100644 --- a/assets/symbols/hand.toml +++ b/assets/symbols/hand.toml @@ -18,4 +18,7 @@ always_be_nested = false # symbol’s nesting area should have its colors inverted. -invert_nested = true \ No newline at end of file +invert_nested = true + + +background = true \ No newline at end of file diff --git a/assets/symbols/heart.toml b/assets/symbols/heart.toml index a2b5929..9a45666 100644 --- a/assets/symbols/heart.toml +++ b/assets/symbols/heart.toml @@ -6,8 +6,19 @@ 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 nested on this # symbol’s nesting area should have its colors inverted. invert_nested = true + + +background = true \ No newline at end of file diff --git a/assets/symbols/skull.toml b/assets/symbols/skull.toml index ee5de6d..7e3248f 100644 --- a/assets/symbols/skull.toml +++ b/assets/symbols/skull.toml @@ -10,4 +10,8 @@ always_nest = true # be nested inside another symbol's nesting area. -always_be_nested = false \ No newline at end of file +always_be_nested = false + + + +background = true \ No newline at end of file diff --git a/assets/symbols/star_6pt.toml b/assets/symbols/star_6pt.toml index 11fe07f..5d7d7aa 100644 --- a/assets/symbols/star_6pt.toml +++ b/assets/symbols/star_6pt.toml @@ -18,4 +18,8 @@ always_be_nested = false # symbol’s nesting area should have its colors inverted. -invert_nested = true \ No newline at end of file +invert_nested = true + + + +background = true \ No newline at end of file diff --git a/assets/symbols/starburst.toml b/assets/symbols/starburst.toml index 11fe07f..5d7d7aa 100644 --- a/assets/symbols/starburst.toml +++ b/assets/symbols/starburst.toml @@ -18,4 +18,8 @@ always_be_nested = false # symbol’s nesting area should have its colors inverted. -invert_nested = true \ No newline at end of file +invert_nested = true + + + +background = true \ No newline at end of file diff --git a/assets/symbols/sun.toml b/assets/symbols/sun.toml index a9ebbfb..3b77dec 100644 --- a/assets/symbols/sun.toml +++ b/assets/symbols/sun.toml @@ -18,4 +18,8 @@ always_be_nested = true # symbol’s nesting area should have its colors inverted. -invert_nested = true \ No newline at end of file +invert_nested = true + + + +background = true \ No newline at end of file diff --git a/assets/symbols/sun_ring.toml b/assets/symbols/sun_ring.toml index ee5de6d..7e3248f 100644 --- a/assets/symbols/sun_ring.toml +++ b/assets/symbols/sun_ring.toml @@ -10,4 +10,8 @@ always_nest = true # be nested inside another symbol's nesting area. -always_be_nested = false \ No newline at end of file +always_be_nested = false + + + +background = true \ No newline at end of file