Skip to content

Commit

Permalink
Update docs/courses/csintro/blocks/unit-3/lab0304-part3.md
Browse files Browse the repository at this point in the history
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
kiki-lee and Copilot authored Mar 1, 2025
1 parent b5a7c6a commit 3c96f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/courses/csintro/blocks/unit-3/lab0304-part3.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ projectileCount = 0
heroSprite = sprites.create(sprites.food.smallTaco, SpriteKind.Player)
heroSprite.setPosition(80, 100)
controller.moveSprite(heroSprite)
heroSprite.setStayInScreen<true>
heroSprite.setStayInScreen(true)
info.setScore(0)
info.setLife(3)
numScores = 3
Expand Down

0 comments on commit 3c96f37

Please sign in to comment.