In the Tutorial Tool, if you have a JavaScript tutorial with spy code snippets, it displays them as Python.
Repro -
Instructions here....
sprites.onOverlap(SpriteKind.Player, SpriteKind.Food, function (sprite, otherSprite) {
info.changeScoreBy(1)
otherSprite.setPosition(randint(0, 160), randint(0, 120))
info.startCountdown(10)
})
In the Tutorial Tool, if you have a JavaScript tutorial with spy code snippets, it displays them as Python.
Repro -
Arcade JavaScript Tutorial
@explicitHints true
Step
Instructions here....
You'll see the code snippet shown in Python instead -