Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify documentation for AnimationPlayer.queue #94541

Merged
merged 1 commit into from
Jul 20, 2024

Conversation

krdluzni
Copy link
Contributor

Existing queue documentation indicates the new animation is queued after the current animation, which reads ambiguously as either replacing any previously queued animation or inserting the new animation at the head of the queue, neither of which is true. This PR updates the documentation to be explicit about the fact the animation is added to the end of the queue.

@krdluzni krdluzni requested a review from a team as a code owner July 19, 2024 16:42
@AThousandShips AThousandShips added enhancement documentation cherrypick:4.2 Considered for cherry-picking into a future 4.2.x release cherrypick:4.3 Considered for cherry-picking into a future 4.3.x release labels Jul 19, 2024
@AThousandShips AThousandShips added this to the 4.x milestone Jul 19, 2024
@AThousandShips AThousandShips requested a review from a team July 19, 2024 16:44
@akien-mga akien-mga changed the title Clarify documentation for AnimationPlayer.queue Clarify documentation for AnimationPlayer.queue Jul 19, 2024
@akien-mga akien-mga modified the milestones: 4.x, 4.3 Jul 19, 2024
@akien-mga akien-mga removed the cherrypick:4.3 Considered for cherry-picking into a future 4.3.x release label Jul 19, 2024
@akien-mga akien-mga merged commit cd0731d into godotengine:master Jul 20, 2024
18 checks passed
@akien-mga
Copy link
Member

Thanks! And congrats for your first merged Godot contribution 🎉

@krdluzni krdluzni deleted the anim_player_queue_doc branch July 20, 2024 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherrypick:4.2 Considered for cherry-picking into a future 4.2.x release documentation enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants