Added SymmetryGuides

Two special guides - one horizontal and one vertical - that let you change the axis of symmetry for mirroring. On the next commit(s) I will make them visible only if mirroring is toggled on. Almost solves #133
This commit is contained in:
OverloadedOrama 2020-07-16 04:25:59 +03:00
parent 7529e967e3
commit 9fa91ffd8e
7 changed files with 77 additions and 18 deletions

View file

@ -42,7 +42,7 @@ _global_script_classes=[ {
"base": "Line2D",
"class": "Guide",
"language": "GDScript",
"path": "res://src/UI/Rulers/Guides.gd"
"path": "res://src/UI/Rulers/Guide.gd"
}, {
"base": "Reference",
"class": "Layer",
@ -73,6 +73,11 @@ _global_script_classes=[ {
"class": "Project",
"language": "GDScript",
"path": "res://src/Classes/Project.gd"
}, {
"base": "Guide",
"class": "SymmetryGuide",
"language": "GDScript",
"path": "res://src/UI/Rulers/SymmetryGuide.gd"
} ]
_global_script_class_icons={
"AnimationTag": "",
@ -87,7 +92,8 @@ _global_script_class_icons={
"Palette": "",
"PaletteColor": "",
"Patterns": "",
"Project": ""
"Project": "",
"SymmetryGuide": ""
}
[application]