Newer
Older
{
"name": "Ba Ba Test Sheep",
"width": 10,
"height": 10,
"connectors": [
{
"type": "is",
"x": 2,
"y": 5
},
{
"type": "is",
"x": 2,
"y": 2
}
],
"nouns": [
{
"name": "charles",
"images": {
"text": "charles-text.png",
"entity": "charles.png"
},
"text_start_locations": [
{
"x": 1,
"y": 5
}
],
"entity_start_locations": [
{
"x": 6,
"y": 5
}
]
},
{
"name": "wall",
"images": {
"text": "wall-text.png",
"entity": "wall.png"
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
},
"text_start_locations": [
{
"x": 1,
"y": 2
}
],
"entity_start_locations": [
{
"x": 0,
"y": 0
},
{
"x": 1,
"y": 0
},
{
"x": 2,
"y": 0
},
{
"x": 3,
"y": 0
},
{
"x": 4,
"y": 0
},
{
"x": 5,
"y": 0
},
{
"x": 6,
"y": 0
},
{
"x": 7,
"y": 0
},
{
"x": 8,
"y": 0
},
{
"x": 9,
"y": 0
}
]
}
],
"adjectives": [
{
"name": "you",
"source": {
"type": "internal",
"data": "adjectives/you"
},
"images": {
},
"text_start_locations": [
{
"x": 3,
"y": 5
}
]
},
{
"name": "push",
"source": {
"type": "internal",
"data": "adjectives/push"
},
"images": {
},
"text_start_locations": [
{
"x": 8,
"y": 8
}
]
},
{
"name": "stop",
"source": {
"type": "inline",
"data": {
"id": "stop",
"interactions": {}
}
},
"images": {