added scripts for review

This commit is contained in:
2021-12-23 11:41:19 +01:00
parent 160de20a1a
commit 92143c4372
4 changed files with 335 additions and 5 deletions
+5 -5
View File
@@ -67,16 +67,16 @@
<script>
let rooms = [
{
'room': 'downstairs.json',
'room': 'clubhaus_downstairs.json',
'name': 'downstairs'
}, {
'room': 'main.json',
'room': 'clubhaus.json',
'name': 'main floor'
}, {
'room': 'upstairs.json',
'room': 'clubhaus_upstairs.json',
'name': 'first floor'
}, {
'room': 'roof.json',
'room': 'clubhaus_roof.json',
'name': 'roof'
}
];
@@ -131,4 +131,4 @@
</script>
</body>
</html>
</html>