1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-20 12:33:14 +00:00

Fix PointCollapseContainer's TextureRect being rotated incorrectly

This commit is contained in:
Emmanouil Papadeas 2024-02-11 18:21:35 +02:00
parent 0e4c9bad20
commit 2b4d85ac3e

View file

@ -27,7 +27,7 @@ func _set_visible(press: bool) -> void:
if press:
$TextureRect.rotation = 0
else:
$TextureRect.rotation = -90
$TextureRect.rotation = -PI / 2
content.visible = press