From 224763bbdf161653205608e284e1225d1bf8897d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20P=2E?= Date: Tue, 14 Oct 2025 08:21:52 +0200 Subject: [PATCH] Draft content menu... --- config.js | 9 +++++++++ index.html | 20 ++++++++++++++------ js/scene.js | 29 +++++++++++++++++++++++++---- 3 files changed, 48 insertions(+), 10 deletions(-) diff --git a/config.js b/config.js index 6f57918..42dd961 100644 --- a/config.js +++ b/config.js @@ -5,7 +5,16 @@ const theater1Popup = ` `; +const audioBtn1 = ` + +`; + export const config = { + menu : { + audioBtn1 + }, markers : [ { id : "salvador", diff --git a/index.html b/index.html index 4735d92..6188f06 100644 --- a/index.html +++ b/index.html @@ -68,7 +68,7 @@
-
+
@@ -78,9 +78,9 @@ - + + +
@@ -96,11 +96,19 @@