generated from TwilioQuest/twilioquest-extension-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MyCustomObjects.json
executable file
·88 lines (88 loc) · 2.11 KB
/
MyCustomObjects.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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
{ "columns":0,
"grid":
{
"height":1,
"orientation":"orthogonal",
"width":1
},
"margin":0,
"name":"MyCustomObjects",
"spacing":0,
"tilecount":2,
"tiledversion":"1.6.0",
"tileheight":24,
"tiles":[
{
"id":0,
"image":"..\/objects\/light-green\/icon.png",
"imageheight":24,
"imagewidth":24,
"objectgroup":
{
"draworder":"index",
"name":"",
"objects":[
{
"height":5,
"id":1,
"name":"",
"rotation":0,
"type":"",
"visible":true,
"width":9,
"x":7,
"y":16
}],
"opacity":1,
"type":"objectgroup",
"visible":true,
"x":0,
"y":0
},
"properties":[
{
"name":"objectiveName",
"type":"string",
"value":"example_objective"
}],
"type":"light-green"
},
{
"id":1,
"image":"..\/objects\/globe\/icon.png",
"imageheight":24,
"imagewidth":24,
"objectgroup":
{
"draworder":"index",
"name":"",
"objects":[
{
"height":8,
"id":1,
"name":"",
"rotation":0,
"type":"",
"visible":true,
"width":9,
"x":7,
"y":16
}],
"opacity":1,
"type":"objectgroup",
"visible":true,
"x":0,
"y":0
},
"properties":[
{
"name":"interactable",
"type":"bool",
"value":true
}],
"type":"globe"
}],
"tilewidth":24,
"type":"tileset",
"version":"1.6"
}