mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 10:24:44 -04:00
Created an ImageEffect class
This will be the parent of all (or most) image effect dialog nodes. Currently only parent on FlipImageDialog, will change to be parent of the rest of the effects.
This commit is contained in:
parent
b73937fd0c
commit
2af677016e
4 changed files with 89 additions and 52 deletions
|
@ -44,6 +44,11 @@ _global_script_classes=[ {
|
|||
"language": "GDScript",
|
||||
"path": "res://src/UI/Canvas/Rulers/Guide.gd"
|
||||
}, {
|
||||
"base": "AcceptDialog",
|
||||
"class": "ImageEffect",
|
||||
"language": "GDScript",
|
||||
"path": "res://src/Classes/ImageEffect.gd"
|
||||
}, {
|
||||
"base": "Reference",
|
||||
"class": "Layer",
|
||||
"language": "GDScript",
|
||||
|
@ -87,6 +92,7 @@ _global_script_class_icons={
|
|||
"Drawer": "",
|
||||
"Frame": "",
|
||||
"Guide": "",
|
||||
"ImageEffect": "",
|
||||
"Layer": "",
|
||||
"LayerButton": "",
|
||||
"Palette": "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue