mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-12-15 21:04:42 -05:00
Renamed "Base" to "BaseTool" and made it a class
This commit is contained in:
parent
dc469dd4b5
commit
ce7320ad4f
17 changed files with 47 additions and 40 deletions
|
|
@ -14,6 +14,11 @@ _global_script_classes=[ {
|
|||
"language": "GDScript",
|
||||
"path": "res://src/Classes/AnimationTag.gd"
|
||||
}, {
|
||||
"base": "VBoxContainer",
|
||||
"class": "BaseTool",
|
||||
"language": "GDScript",
|
||||
"path": "res://src/Tools/BaseTool.gd"
|
||||
}, {
|
||||
"base": "Popup",
|
||||
"class": "Brushes",
|
||||
"language": "GDScript",
|
||||
|
|
@ -86,6 +91,7 @@ _global_script_classes=[ {
|
|||
} ]
|
||||
_global_script_class_icons={
|
||||
"AnimationTag": "",
|
||||
"BaseTool": "",
|
||||
"Brushes": "",
|
||||
"Canvas": "",
|
||||
"Cel": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue