mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 05:24:43 -04:00
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:
parent
7529e967e3
commit
9fa91ffd8e
7 changed files with 77 additions and 18 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue