1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

Fix formatting

This commit is contained in:
Emmanouil Papadeas 2024-10-10 15:29:41 +03:00
parent 55325a38a4
commit 7a3050b5a0

View file

@ -11,7 +11,9 @@ extends PanelContainer
func _ready() -> void: func _ready() -> void:
Tools.options_reset.connect(reset_options) Tools.options_reset.connect(reset_options)
%HorizontalMirrorOptions.get_popup().id_pressed.connect(_on_horizontal_mirror_options_id_pressed) %HorizontalMirrorOptions.get_popup().id_pressed.connect(
_on_horizontal_mirror_options_id_pressed
)
%VerticalMirrorOptions.get_popup().id_pressed.connect(_on_vertical_mirror_options_id_pressed) %VerticalMirrorOptions.get_popup().id_pressed.connect(_on_vertical_mirror_options_id_pressed)
# Resize tools panel when window gets resized # Resize tools panel when window gets resized
get_tree().get_root().size_changed.connect(_on_resized) get_tree().get_root().size_changed.connect(_on_resized)