From bf3d50a0d143109038cbd682ab0e79fb6f83d43d Mon Sep 17 00:00:00 2001 From: pushfoo <36696816+pushfoo@users.noreply.github.com> Date: Tue, 24 Jun 2025 01:25:43 -0400 Subject: [PATCH] Add a line of highlight to sprite_move_animation.rst --- doc/example_code/sprite_move_animation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/example_code/sprite_move_animation.rst b/doc/example_code/sprite_move_animation.rst index 0c40f225c6..091f1bc442 100644 --- a/doc/example_code/sprite_move_animation.rst +++ b/doc/example_code/sprite_move_animation.rst @@ -13,4 +13,4 @@ Move with a Sprite Animation .. literalinclude:: ../../arcade/examples/sprite_move_animation.py :caption: sprite_move_animation.py :linenos: - :emphasize-lines: 22-28, 31-39, 48-67, 77-106 + :emphasize-lines: 22-28, 31-39, 48-67, 77-106, 178-179