From 8d7563078a13a4385dbb5977b4cabca699cbbd79 Mon Sep 17 00:00:00 2001 From: Nina Paley <79212762+ninapaley@users.noreply.github.com> Date: Sat, 12 Jun 2021 17:52:37 -0500 Subject: [PATCH] Update _template.toml Added rotate_clockwise and background --- assets/symbols/_template.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/symbols/_template.toml b/assets/symbols/_template.toml index cb7fa12..0ddbc8b 100644 --- a/assets/symbols/_template.toml +++ b/assets/symbols/_template.toml @@ -33,3 +33,9 @@ invert_nested = false # defined, this symbol will be able to attach to any attachment # point. attach_to = ["tail", "leg", "arm", "horn", "crown"] + +# If true, symbol will rotate clockwise instead of default counter-clockwise +rotate_clockwise = false + +# If true, symbol may be used as large background shape in some compositions. +background = false