mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 10:34:43 -04:00
Rename layers, layers & frames are now toggle-able buttons
This commit is contained in:
parent
79ceced483
commit
c535ec801a
8 changed files with 85 additions and 47 deletions
|
@ -13,9 +13,15 @@ _global_script_classes=[ {
|
|||
"class": "Canvas",
|
||||
"language": "GDScript",
|
||||
"path": "res://Scripts/Canvas.gd"
|
||||
}, {
|
||||
"base": "Button",
|
||||
"class": "LayerContainer",
|
||||
"language": "GDScript",
|
||||
"path": "res://Scripts/LayerContainer.gd"
|
||||
} ]
|
||||
_global_script_class_icons={
|
||||
"Canvas": ""
|
||||
"Canvas": "",
|
||||
"LayerContainer": ""
|
||||
}
|
||||
|
||||
[application]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue