mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 06:44:42 -04:00
Made the onion skinning settings popup appear next to the "expand" button
This commit is contained in:
parent
ce94b9fcc2
commit
b4a312d702
2 changed files with 10 additions and 12 deletions
|
@ -66,7 +66,7 @@ func _on_OnionSkinning_pressed() -> void:
|
|||
|
||||
|
||||
func _on_OnionSkinningSettings_pressed() -> void:
|
||||
$OnionSkinningSettings.popup_centered()
|
||||
$OnionSkinningSettings.popup(Rect2(Global.onion_skinning_button.rect_global_position.x - 152, Global.onion_skinning_button.rect_global_position.y - 106, 136, 126))
|
||||
|
||||
|
||||
func _on_LoopAnim_pressed() -> void:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue