mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 10:24:44 -04:00
Fixed image effects
Also replaced flip_image_horizontal() and flip_image_vertical() with just flip_image()
This commit is contained in:
parent
54b628f6cb
commit
7371cd79e4
3 changed files with 24 additions and 30 deletions
|
@ -10,7 +10,7 @@ func _on_OutlineDialog_confirmed() -> void:
|
|||
var diagonal : bool = $OptionsContainer/DiagonalCheckBox.pressed
|
||||
var inside_image : bool = $OptionsContainer/InsideImageCheckBox.pressed
|
||||
|
||||
var image : Image = Global.canvas.layers[Global.current_layer].image
|
||||
var image : Image = Global.frames[Global.current_frame].cels[Global.current_layer].image
|
||||
if image.is_invisible():
|
||||
return
|
||||
var new_image := Image.new()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue