Create characters.json
Browse files- characters.json +37 -0
characters.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"image": "examples/library/Rogue/Rogue.jpeg",
|
4 |
+
"title": "Rogue",
|
5 |
+
"speaker": "Rogue"
|
6 |
+
},
|
7 |
+
{
|
8 |
+
"image": "examples/library/Maleficent/Maleficent.jpeg",
|
9 |
+
"title": "Maleficent",
|
10 |
+
"speaker": "Maleficent"
|
11 |
+
},
|
12 |
+
{
|
13 |
+
"image": "examples/library/Kuzco/Kuzco.jpeg",
|
14 |
+
"title": "Kuzco",
|
15 |
+
"speaker": "Kuzco"
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"image": "examples/library/Jasper/Jasper.jpeg",
|
19 |
+
"title": "Jasper",
|
20 |
+
"speaker": "Jasper"
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"image": "examples/library/Steve/Steve.png",
|
24 |
+
"title": "Steve",
|
25 |
+
"speaker": "Steve"
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"image": "examples/library/Anton/Anton.png",
|
29 |
+
"title": "Anton",
|
30 |
+
"speaker": "Anton"
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"image": "examples/library/The_Missile/The_Missile.png",
|
34 |
+
"title": "The_Missile",
|
35 |
+
"speaker": "The_Missile"
|
36 |
+
}
|
37 |
+
]
|