Skip to content

Commit

Permalink
formatting json
Browse files Browse the repository at this point in the history
  • Loading branch information
cyntrist committed Nov 17, 2023
1 parent dffbb97 commit d6a3dd3
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 21 deletions.
90 changes: 89 additions & 1 deletion assets/dialogue editor/Dialog Files/dialogue_test.json
Original file line number Diff line number Diff line change
@@ -1 +1,89 @@
{"root":{"next":"cc60dbe0-061b-440d-b79b-b12305e93c2c"},"cc60dbe0-061b-440d-b79b-b12305e93c2c":{"name":"Matthew","character_uuid":"b720698b-0f41-453c-bdf4-31ce61a4ce9e","portrait":"/Users/Cynthia/OneDrive - UCM/UCM/2º/S1/pvli/ProjectM/assets/images/personajes/matthew.png","text":{"en":"¡Hola!","fr":""},"choices":[{"text":{"en":"¡Hola!","fr":""},"next":"ed6c67d0-74dc-47d9-9d1d-99abce9052d3","parent":"cc60dbe0-061b-440d-b79b-b12305e93c2c"},{"text":{"en":"¡Adios!","fr":""},"next":"ed6c67d0-74dc-47d9-9d1d-99abce9052d3","parent":"cc60dbe0-061b-440d-b79b-b12305e93c2c"}],"parent":"root"},"ed6c67d0-74dc-47d9-9d1d-99abce9052d3":{"name":"Matthew","character_uuid":"b720698b-0f41-453c-bdf4-31ce61a4ce9e","portrait":"/Users/Cynthia/OneDrive - UCM/UCM/2º/S1/pvli/ProjectM/assets/images/personajes/matthew.png","text":{"en":"¡Muy buenas tetas por cierto!","fr":""},"parent":"9c8eda82-b917-4977-8b62-f072d6b38158"},"__editor":{"root":{"uuid":"root","offset":[0,200]},"dialogues":[{"uuid":"cc60dbe0-061b-440d-b79b-b12305e93c2c","offset":[220,80],"parent":"root"},{"uuid":"ed6c67d0-74dc-47d9-9d1d-99abce9052d3","offset":[1000,80]}],"conditions":[],"signals":[],"choices":[{"uuid":"9c8eda82-b917-4977-8b62-f072d6b38158","offset":[640,0],"parent":"cc60dbe0-061b-440d-b79b-b12305e93c2c"},{"uuid":"034141ef-5781-4506-a6a8-62067ff8be7c","offset":[640,280],"parent":"cc60dbe0-061b-440d-b79b-b12305e93c2c"}]}}
{
"root": {
"next": "cc60dbe0-061b-440d-b79b-b12305e93c2c"
},
"cc60dbe0-061b-440d-b79b-b12305e93c2c": {
"name": "Camille",
"character_uuid": "b720698b-0f41-453c-bdf4-31ce61a4ce9e",
"portrait": "/Users/Cynthia/OneDrive - UCM/UCM/2º/S1/pvli/ProjectM/assets/images/personajes/camille.png",
"text": {
"en": "¡Hola!",
"fr": ""
},
"choices": [
{
"text": {
"en": "¡Hola!",
"fr": ""
},
"next": "ed6c67d0-74dc-47d9-9d1d-99abce9052d3",
"parent": "cc60dbe0-061b-440d-b79b-b12305e93c2c"
},
{
"text": {
"en": "¡Adios!",
"fr": ""
},
"next": "ed6c67d0-74dc-47d9-9d1d-99abce9052d3",
"parent": "cc60dbe0-061b-440d-b79b-b12305e93c2c"
}
],
"parent": "root"
},
"ed6c67d0-74dc-47d9-9d1d-99abce9052d3": {
"name": "Matthew",
"character_uuid": "b720698b-0f41-453c-bdf4-31ce61a4ce9e",
"portrait": "/Users/Cynthia/OneDrive - UCM/UCM/2º/S1/pvli/ProjectM/assets/images/personajes/matthew.png",
"text": {
"en": "¡Muy buenas tetas por cierto!",
"fr": ""
},
"parent": "9c8eda82-b917-4977-8b62-f072d6b38158"
},
"__editor": {
"root": {
"uuid": "root",
"offset": [
0,
200
]
},
"dialogues": [
{
"uuid": "cc60dbe0-061b-440d-b79b-b12305e93c2c",
"offset": [
220,
80
],
"parent": "root"
},
{
"uuid": "ed6c67d0-74dc-47d9-9d1d-99abce9052d3",
"offset": [
1000,
80
]
}
],
"conditions": [],
"signals": [],
"choices": [
{
"uuid": "9c8eda82-b917-4977-8b62-f072d6b38158",
"offset": [
640,
0
],
"parent": "cc60dbe0-061b-440d-b79b-b12305e93c2c"
},
{
"uuid": "034141ef-5781-4506-a6a8-62067ff8be7c",
"offset": [
640,
280
],
"parent": "cc60dbe0-061b-440d-b79b-b12305e93c2c"
}
]
}
}
20 changes: 0 additions & 20 deletions src/newBG.js

This file was deleted.

0 comments on commit d6a3dd3

Please sign in to comment.