mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-12-18 13:04:42 -05:00
Put a transparent checker background to RotateImage dialog
Also made it extend the ImageEffect class.
This commit is contained in:
parent
e88b62ea44
commit
b52a7c224a
4 changed files with 49 additions and 49 deletions
|
|
@ -352,8 +352,6 @@ func show_resize_canvas_popup() -> void:
|
|||
|
||||
|
||||
func show_rotate_image_popup() -> void:
|
||||
var image : Image = Global.current_project.frames[Global.current_project.current_frame].cels[Global.current_project.current_layer].image
|
||||
Global.control.get_node("Dialogs/ImageEffects/RotateImage").set_sprite(image)
|
||||
Global.control.get_node("Dialogs/ImageEffects/RotateImage").popup_centered()
|
||||
Global.dialog_open(true)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue