mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-18 19:43:14 +00:00
formatting
This commit is contained in:
parent
c6089d6006
commit
267c479830
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ func _ready() -> void:
|
|||
## Resets the y-size to an appropriate value
|
||||
child.visibility_changed.connect(func ():
|
||||
await get_tree().process_frame
|
||||
size.y = 0
|
||||
size.y += 10
|
||||
set_size(Vector2i(size.x, 0))
|
||||
set_size(Vector2i(size.x, size.y + 10))
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue