From 70549e32806002e8068b36cc6d1bd814aed9fd26 Mon Sep 17 00:00:00 2001
From: Lewis Dunn <99176798+ldunnplaymint@users.noreply.github.com>
Date: Mon, 22 Jul 2024 12:16:06 +0100
Subject: [PATCH] Add tutorial 7 to the tutorial list
---
tutorial/ADVANCEDTUTORIALS.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tutorial/ADVANCEDTUTORIALS.md b/tutorial/ADVANCEDTUTORIALS.md
index bc60ed53b..813c7cb63 100644
--- a/tutorial/ADVANCEDTUTORIALS.md
+++ b/tutorial/ADVANCEDTUTORIALS.md
@@ -14,6 +14,9 @@ Going through the followiwng tutorials will give you a much deeper sense of the
|__[4. Disco Room](../contracts/src/maps/tutorial-room-4/README.md)__||Tile Colors, Unit Costumes, Billboards, Custom UI|
|__[5. Measuring Success](../contracts/src/maps/tutorial-room-5/README.md)__||Counters, Timers, Display Buildings, Custom Onchain State
|__[6. Unit Control Room](../contracts/src/maps/tutorial-room-6/README.md)__||Controlling Unit Actions via Buildings
+|__[7. Zone Kinds](../contracts/src/maps/tutorial-room-7/README.md)__||Zone kinds (Mega Advanced Functionality)
+
+
### Complete maps
__[All example maps can be found here](../contracts/src/maps)__