mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 10:34:43 -04:00
Move Canvas related files to a "Canvas" folder under "UI"
This commit is contained in:
parent
fd97191d56
commit
92332cc52e
14 changed files with 71 additions and 22 deletions
|
@ -22,7 +22,7 @@ _global_script_classes=[ {
|
|||
"base": "Node2D",
|
||||
"class": "Canvas",
|
||||
"language": "GDScript",
|
||||
"path": "res://src/Canvas.gd"
|
||||
"path": "res://src/UI/Canvas/Canvas.gd"
|
||||
}, {
|
||||
"base": "Reference",
|
||||
"class": "Cel",
|
||||
|
@ -42,7 +42,7 @@ _global_script_classes=[ {
|
|||
"base": "Line2D",
|
||||
"class": "Guide",
|
||||
"language": "GDScript",
|
||||
"path": "res://src/UI/Rulers/Guide.gd"
|
||||
"path": "res://src/UI/Canvas/Rulers/Guide.gd"
|
||||
}, {
|
||||
"base": "Reference",
|
||||
"class": "Layer",
|
||||
|
@ -77,7 +77,7 @@ _global_script_classes=[ {
|
|||
"base": "Guide",
|
||||
"class": "SymmetryGuide",
|
||||
"language": "GDScript",
|
||||
"path": "res://src/UI/Rulers/SymmetryGuide.gd"
|
||||
"path": "res://src/UI/Canvas/Rulers/SymmetryGuide.gd"
|
||||
} ]
|
||||
_global_script_class_icons={
|
||||
"AnimationTag": "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue