fix snap the dot
This commit is contained in:
parent
e6d3c26411
commit
649355ef3c
@ -26,7 +26,8 @@ Fun games to build with your @boardname@.
|
|||||||
"name": "Snap the dot",
|
"name": "Snap the dot",
|
||||||
"url": "/projects/snap-the-dot",
|
"url": "/projects/snap-the-dot",
|
||||||
"description": "Use the game blocks to create a skill game",
|
"description": "Use the game blocks to create a skill game",
|
||||||
"imageUrl": "/static/mb/projects/snap-the-dot.png"
|
"imageUrl": "/static/mb/projects/snap-the-dot.png",
|
||||||
|
"cardType": "tutorial"
|
||||||
}, {
|
}, {
|
||||||
"name": "Salute!",
|
"name": "Salute!",
|
||||||
"url":"/projects/salute",
|
"url":"/projects/salute",
|
||||||
|
@ -71,7 +71,7 @@ basic.forever(function () {
|
|||||||
sprite.ifOnEdgeBounce()
|
sprite.ifOnEdgeBounce()
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
## Score and game over
|
## Score and game over
|
||||||
|
|
||||||
Drag a ``||game:add score||`` and a ``||game:game over||`` block to handle success
|
Drag a ``||game:add score||`` and a ``||game:game over||`` block to handle success
|
||||||
(sprite in the center) and failure (sprite not in the center)
|
(sprite in the center) and failure (sprite not in the center)
|
||||||
|
Loading…
Reference in New Issue
Block a user