mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-12-16 05:24:44 -05:00
Made "ImageEffects" node a separate scene
The ImageEffects node is the parent of all image effect dialogs
This commit is contained in:
parent
bedede5970
commit
30cd607c65
15 changed files with 70 additions and 41 deletions
|
|
@ -101,6 +101,7 @@ items = [ "Top to Bottom", null, false, 0, null, "Bottom to Top", null, false, 1
|
|||
selected = 0
|
||||
[connection signal="about_to_show" from="." to="." method="_on_GradientDialog_about_to_show"]
|
||||
[connection signal="confirmed" from="." to="." method="_on_GradientDialog_confirmed"]
|
||||
[connection signal="popup_hide" from="." to="." method="_on_GradientDialog_popup_hide"]
|
||||
[connection signal="color_changed" from="VBoxContainer/ColorsContainer/ColorPickerButton" to="." method="_on_ColorPickerButton_color_changed"]
|
||||
[connection signal="color_changed" from="VBoxContainer/ColorsContainer/ColorPickerButton2" to="." method="_on_ColorPickerButton2_color_changed"]
|
||||
[connection signal="value_changed" from="VBoxContainer/StepsContainer/StepSpinBox" to="." method="_on_StepSpinBox_value_changed"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue