mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 05:14:42 -04:00
Created a "UI" folder in src
And a Timeline folder in UI
This commit is contained in:
parent
8d5a673543
commit
c35e4b0613
51 changed files with 1444 additions and 1443 deletions
|
@ -17,12 +17,12 @@ _global_script_classes=[ {
|
|||
"base": "Line2D",
|
||||
"class": "Guide",
|
||||
"language": "GDScript",
|
||||
"path": "res://src/Rulers/Guides.gd"
|
||||
"path": "res://src/UI/Rulers/Guides.gd"
|
||||
}, {
|
||||
"base": "Button",
|
||||
"base": "Reference",
|
||||
"class": "LayerButton",
|
||||
"language": "GDScript",
|
||||
"path": "res://src/LayerButton.gd"
|
||||
"path": "res://src/UI/Timeline/LayerButton.gd"
|
||||
}, {
|
||||
"base": "Reference",
|
||||
"class": "Palette",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue