Added mapping tool, reworked scene structure, and added test data.
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"d":[
|
||||
{
|
||||
"chr": "test_character1",
|
||||
"d": "Hi, I'm test1!\nNice to meet you, what's your name?",
|
||||
"chs": []
|
||||
},
|
||||
{
|
||||
"chr": "test_character2",
|
||||
"d": "I'm test2!",
|
||||
"chs": []
|
||||
},
|
||||
{
|
||||
"chr": "test_character1",
|
||||
"d": "Where are you from?",
|
||||
"chs": [
|
||||
{
|
||||
"r": "Atlanta",
|
||||
"t": [
|
||||
{
|
||||
"t": "test_scene3.json",
|
||||
"c": [],
|
||||
"e": "ATL1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"r": "San Francisco",
|
||||
"t": [
|
||||
{
|
||||
"t": "test_scene4.json",
|
||||
"c": [],
|
||||
"e": "SFO1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user