updated example and script

This commit is contained in:
David Allen 2024-10-21 23:27:28 -06:00
parent 994fca9f45
commit 94147552d2
Signed by: towk
GPG key ID: 793B2924A49B3A3F
2 changed files with 24 additions and 39 deletions

View file

@ -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
)
)