1
0
Fork 0
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:
RorotoSic 2024-03-02 19:26:59 +01:00
parent 8bbcc21ec6
commit 01664dd058

View file

@ -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)