renaming maps

This commit is contained in:
2021-12-16 11:04:59 +01:00
parent 386b385b69
commit 4bf2442a58
6 changed files with 24 additions and 24 deletions
+5 -5
View File
@@ -67,16 +67,16 @@
<script>
let rooms = [
{
'room': 'clubhaus_downstairs.json',
'room': 'downstairs.json',
'name': 'downstairs'
}, {
'room': 'clubhaus.json',
'room': 'main.json',
'name': 'main floor'
}, {
'room': 'clubhaus_upstairs.json',
'room': 'upstairs.json',
'name': 'first floor'
}, {
'room': 'clubhaus_roof.json',
'room': 'roof.json',
'name': 'roof'
}
];
@@ -131,4 +131,4 @@
</script>
</body>
</html>
</html>