forked from spotmaze/spotmaze
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror1.json
42 lines (37 loc) · 1.07 KB
/
error1.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"Website": [
{
"Visit": "https://www.spotmaze.com",
"World": "https://spotmaze.world/spotmaze",
"Excel to JSON Conversion": "https://beautifytools.com/excel-to-json-converter.php# "
}
],
"Developer Mode": [
{
"Status" : "Off" ,
"File Name" : "My World" ,
"Version" : "0.0.2" ,
"Syntax" : "1.0"
}
],
"Base Plate": [
{
"Xmin": "-10",
"Xmax": "10",
"Ymin": "-10",
"Ymax": "10"
}
],
"Spots": [
{"Name": "Room" , "Location": [0, 0] , "Text":"Room" },
{"Name": "Hall" , "Location": [1, 0] , "Text":"Hall" },
{"Name": "Hall" , "Location": [2, 0] , "Text":"<size=80%>Hall" },
{"Name": "Kitchen" , "Location": [3, 0] , "Text":"Kitchen" }
],
"Maze": [
{ "Start": "Room" , "End": "Hall" },
{ "Start": "Hall" , "End": "Kitchen" },
],
"____" :"_______________________________________________________________________________________",
"_____" :"_______________________________________________________________________________________"
}