Skip to content

Commit

Permalink
Modify tut 7
Browse files Browse the repository at this point in the history
  • Loading branch information
ldunnplaymint authored Jul 22, 2024
1 parent 7bf5dbd commit 7ec329c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions contracts/src/maps/tutorial-room-7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If you already have `tutorial-room-1` applied to your zone, then you may want to

Navigate to the `tutorial-room-1` map directory and run this command:
```ds
ds destroy -n <network> -z <zone ID> -R -f .
ds destroy -n redstone -z <zone-number> -R -f .
```

You will then see the tiles and buildings being destroyed in the game, and in the console output.
Expand Down Expand Up @@ -331,4 +331,11 @@ Here you can see the use of `ZONE_USE`.

Now, when the button on this building is clicked, the tiles either get spawned, or destroyed:

<img src="./readme-images/toggle-tiles.png" width=600>
<img src="./readme-images/toggle-tiles.png" width=600>

Finally, navigate to the `tutorial-room-7` map directory and run this command:
```ds
ds apply -n redstone -z <zone-number> -R -f .
```

You should then have a completed Tutorial Island! Congratulations!

0 comments on commit 7ec329c

Please sign in to comment.