Removing one comment hash for style

Co-authored-by: Matthew <matthewehr@hotmail.com>
This commit is contained in:
Kyle Starr
2024-02-28 07:28:27 -08:00
committed by GitHub
parent af66da052f
commit 24fb0e2f0d

View File

@@ -275,7 +275,7 @@ movement. Let's place this code at the end of the ``_process()`` function:
if velocity.x != 0:
$AnimatedSprite2D.animation = "walk"
$AnimatedSprite2D.flip_v = false
## See the note below about the following boolean assignment.
# See the note below about the following boolean assignment.
$AnimatedSprite2D.flip_h = velocity.x < 0
elif velocity.y != 0:
$AnimatedSprite2D.animation = "up"