remove cruft, switch to JSON storage
This commit is contained in:
17
map.json
Normal file
17
map.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"nodes": {
|
||||
"TestA": [100, 0, 100],
|
||||
"TestB": [150, 0, 200],
|
||||
"TestC": [300, 0, -200, true],
|
||||
"TestE": [1200, 0, 200, "Displayed Name"],
|
||||
"TestFarLeft": [-200, 5000, 50],
|
||||
"TestFarBottomRight": [1200, 0, 2000, true]
|
||||
},
|
||||
"edges": [
|
||||
["TestA", "TestB"],
|
||||
["TestA", "TestC"],
|
||||
["TestB", "TestC"],
|
||||
["TestC", "TestE"],
|
||||
["TestE", "TestFarLeft"]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user