Remove extra whitespace from ```blocks causing tutorial not to decompile (#1651)
This commit is contained in:
parent
8ec9d930de
commit
980bb581ee
@ -70,7 +70,7 @@ basic.forever(function () {
|
|||||||
|
|
||||||
Finally, pull out an ``||game:add score||`` and a ``||game:game over||`` block to handle both success (sprite in the center) and failure (sprite not in the center).
|
Finally, pull out an ``||game:add score||`` and a ``||game:game over||`` block to handle both success (sprite in the center) and failure (sprite not in the center).
|
||||||
|
|
||||||
```blocks
|
```blocks
|
||||||
let sprite: game.LedSprite = null
|
let sprite: game.LedSprite = null
|
||||||
input.onButtonPressed(Button.A, function () {
|
input.onButtonPressed(Button.A, function () {
|
||||||
if (sprite.get(LedSpriteProperty.X) == 2) {
|
if (sprite.get(LedSpriteProperty.X) == 2) {
|
||||||
|
Loading…
Reference in New Issue
Block a user