Last active
April 2, 2025 10:48
-
-
Save ryangittings/5b2c43124358687a64c9b15c28162044 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"mapwidth": 1920, | |
"mapheight": 1080, | |
"levels": [ | |
{ | |
"id": "level1", | |
"title": "Ground Floor", | |
"map": "bristol.svg" | |
} | |
], | |
"locations": [ | |
{ | |
"id": "loc1", | |
"title": "Reception", | |
"description": "Main welcome area and visitor check-in.", | |
"thumbnail": "images/reception.jpg", | |
"category": "facilities", | |
"level": "level1", | |
"x": 0.25, | |
"y": 0.40 | |
}, | |
{ | |
"id": "loc2", | |
"title": "Conference Room A", | |
"description": "Equipped with projector and seating for 20.", | |
"thumbnail": "images/conference.jpg", | |
"category": "meeting", | |
"level": "level1", | |
"x": 0.60, | |
"y": 0.35 | |
}, | |
{ | |
"id": "loc3", | |
"title": "Cafeteria", | |
"description": "Available for all employees, open 8am–4pm.", | |
"thumbnail": "images/cafeteria.jpg", | |
"category": "facilities", | |
"level": "level1", | |
"x": 0.30, | |
"y": 0.65 | |
} | |
], | |
"categories": [ | |
{ | |
"id": "facilities", | |
"title": "Facilities" | |
}, | |
{ | |
"id": "meeting", | |
"title": "Meeting Rooms" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment