updated example and script
This commit is contained in:
parent
994fca9f45
commit
94147552d2
2 changed files with 24 additions and 39 deletions
|
|
@ -32,7 +32,7 @@ func _content_reset_positions() -> void:
|
|||
for slide in content.get_children():
|
||||
slide.set_position(
|
||||
Vector2(
|
||||
frame.get_position().x - slide.get_size().x,
|
||||
frame.get_position().x - frame.get_size().x,
|
||||
frame.get_position().y
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue