From 530886499675f2d7540fcd20af6a1dd65ff34141 Mon Sep 17 00:00:00 2001 From: boryanagoncharenko <3010723+boryanagoncharenko@users.noreply.github.com> Date: Fri, 6 Dec 2024 10:52:35 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=B2=20Add=20songs=20and=20hotel=20adve?= =?UTF-8?q?ntures=20to=20level=2013=20#6008=20(#6010)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #6008 **How to test** Open level 13 and check there are tabs for the `Sing a song` and `Hotel` adventures. These should appear in the old UI and in the new one (tryit/13). Also, in the new UI, we should be able to navigate to these adventures from the sidepanel on the left. --- hedy_content.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hedy_content.py b/hedy_content.py index ca01570ec80..230fa7ab836 100644 --- a/hedy_content.py +++ b/hedy_content.py @@ -262,10 +262,12 @@ 'secret', 'functions', 'music', + 'songs', 'story', 'rock', 'turtle_draw_it', 'restaurant', + 'hotel', 'calculator', 'debugging', 'quiz',