Enable use of attach with 2D shapes.

This commit is contained in:
Revar Desmera
2019-04-23 19:13:43 -07:00
parent 06a460f757
commit 76fb8ffac5
4 changed files with 68 additions and 21 deletions

View File

@@ -308,6 +308,7 @@ $color = undef;
$overlap = 0.01;
$attach_to = undef;
$attach_anchor = [CENTER, CENTER, UP, 0];
$attach_norot = false;
$parent_size = undef;
$parent_size2 = undef;
$parent_shift = [0,0];