mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-12-14 20:14:42 -05:00
Refactoring tools (#281)
* Refactoring tools * Remove unused code * Fixed some inferring errors and added translations * Attempt to fix some Script Errors found in the CI workflow * Fix bucket crash. * Fix static type convert. Co-authored-by: OverloadedOrama <35376950+OverloadedOrama@users.noreply.github.com>
This commit is contained in:
parent
e1724148fc
commit
4a668f71f5
42 changed files with 2489 additions and 2389 deletions
|
|
@ -14,6 +14,11 @@ _global_script_classes=[ {
|
|||
"language": "GDScript",
|
||||
"path": "res://src/Classes/AnimationTag.gd"
|
||||
}, {
|
||||
"base": "Popup",
|
||||
"class": "Brushes",
|
||||
"language": "GDScript",
|
||||
"path": "res://src/UI/BrushesPopup.gd"
|
||||
}, {
|
||||
"base": "Node2D",
|
||||
"class": "Canvas",
|
||||
"language": "GDScript",
|
||||
|
|
@ -59,6 +64,11 @@ _global_script_classes=[ {
|
|||
"language": "GDScript",
|
||||
"path": "res://src/Palette/PaletteColor.gd"
|
||||
}, {
|
||||
"base": "PopupPanel",
|
||||
"class": "Patterns",
|
||||
"language": "GDScript",
|
||||
"path": "res://src/UI/PatternsPopup.gd"
|
||||
}, {
|
||||
"base": "Reference",
|
||||
"class": "Project",
|
||||
"language": "GDScript",
|
||||
|
|
@ -66,6 +76,7 @@ _global_script_classes=[ {
|
|||
} ]
|
||||
_global_script_class_icons={
|
||||
"AnimationTag": "",
|
||||
"Brushes": "",
|
||||
"Canvas": "",
|
||||
"Cel": "",
|
||||
"Drawer": "",
|
||||
|
|
@ -75,6 +86,7 @@ _global_script_class_icons={
|
|||
"LayerButton": "",
|
||||
"Palette": "",
|
||||
"PaletteColor": "",
|
||||
"Patterns": "",
|
||||
"Project": ""
|
||||
}
|
||||
|
||||
|
|
@ -97,6 +109,7 @@ Global="*res://src/Autoload/Global.gd"
|
|||
Import="*res://src/Autoload/Import.gd"
|
||||
OpenSave="*res://src/Autoload/OpenSave.gd"
|
||||
DrawingAlgos="*res://src/Autoload/DrawingAlgos.gd"
|
||||
Tools="*res://src/Autoload/Tools.gd"
|
||||
Html5FileExchange="*res://src/Autoload/HTML5FileExchange.gd"
|
||||
|
||||
[debug]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue