Skip to content

Commit

Permalink
fix titles
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Earnshaw <nearnshaw@decentraland.org>
  • Loading branch information
nearnshaw authored Oct 28, 2024
1 parent 211d969 commit 922b34a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/creator/sdk7/getting-started/preview-scene.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ weight: 4

Once you have [built a new scene](https://docs.decentraland.org/#create-your-first-scene) or downloaded a [scene example](https://studios.decentraland.org/resources?sdk_version=SDK7) you can preview it locally.

## Using the Scene Editor
## Using the Scene Editor

Make sure you've [installed the Creator Hub]({{< ref "/content/creator/scene-editor/editor-installation.md" >}}).

Expand Down Expand Up @@ -96,7 +96,7 @@ Y can also edit the _scene.json_ file to list multiple parcels in the "parcels"
**💡 Tip**: While running the preview, the parcel coordinates don't need to match those that your scene will really use, as long as they're adjacent and are arranged into the same shape. You will have to replace these with the actual coordinates later when you [deploy the scene](#upload-a-scene-to-decentraland).
{{< /hint >}}

## View the scene console
## View the scene console

Press the **\`** key on your keyboard to open the scene console. Here you can see any error messages, and also any text that your scene prints to the console via `console.log()`.

Expand Down

0 comments on commit 922b34a

Please sign in to comment.