Skip to content

Commit

Permalink
set ghost blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ganicke committed Sep 25, 2023
1 parent 2750da8 commit fa2f07f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/test/skillmap/globetrotters/globetrotters1.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,14 @@ let Hotshot = sprites.create(assets.image`Hotshot`, SpriteKind.Player)
controller.moveSprite(Hotshot, 100, 0)
```

```ghost
scene.setBackgroundImage(assets.image`audience`)
game.showLongText("Get a Harlem Globetrotter into the game and help them to score. Press A to begin.", DialogLayout.Full)
scroller.scrollBackgroundWithCamera(scroller.CameraScrollMode.BothDirections)
let Hotshot = sprites.create(assets.image`Hotshot`, SpriteKind.Player)
controller.moveSprite(Hotshot, 100, 0)
```

```assetjson
{
"README.md": " ",
Expand Down

0 comments on commit fa2f07f

Please sign in to comment.