mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-19 01:29:49 +00:00
github static checks
This commit is contained in:
parent
8bbcc21ec6
commit
01664dd058
|
@ -33,7 +33,7 @@ func _on_BrushButton_mouse_exited() -> void:
|
|||
|
||||
|
||||
func _flip_rotate_updated(
|
||||
flip_x: bool, flip_y: bool, rotate_90: bool, rotate_180: bool,rotate_270: bool
|
||||
flip_x: bool, flip_y: bool, rotate_90: bool, rotate_180: bool, rotate_270: bool
|
||||
):
|
||||
$BrushTexture.set_flip_h(flip_x)
|
||||
$BrushTexture.set_flip_v(flip_y)
|
||||
|
|
Loading…
Reference in a new issue