-
Notifications
You must be signed in to change notification settings - Fork 0
/
appinfo.json
105 lines (105 loc) · 2.71 KB
/
appinfo.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"appKeys": {},
"capabilities": [
""
],
"companyName": "robisodd",
"longName": "Arena3D v0.11 beta",
"projectType": "native",
"resources": {
"media": [
{
"file": "images/test-16color.png",
"name": "TEST16",
"type": "png"
},
{
"file": "images/test-2color.png",
"name": "TEST2",
"type": "png"
},
{
"file": "images/test-4color.png",
"name": "TEST4",
"type": "png"
},
{
"file": "images/PrizeBox.png",
"name": "PrizeBox",
"type": "png"
},
{
"file": "images/wood-16.png",
"name": "WOOD16",
"type": "png"
},
{
"file": "images/Grass-64.png",
"name": "GRASS64",
"type": "png"
},
{
"file": "images/redbrick-bw.png",
"name": "REDBRICK",
"type": "png"
},
{
"file": "images/grass.png",
"name": "GRASS",
"type": "png"
},
{
"file": "images/Smiley-Mask.png",
"name": "SPRITE_SMILEY_MASK",
"type": "png"
},
{
"file": "images/Smiley.png",
"name": "SPRITE_SMILEY",
"type": "png"
},
{
"file": "images/brick.png",
"name": "WALL_BRICK",
"type": "png"
},
{
"file": "images/circle.png",
"name": "WALL_CIRCLE",
"type": "png"
},
{
"file": "images/3DICON.png",
"menuIcon": true,
"name": "ICON",
"type": "png"
},
{
"file": "images/floor.png",
"name": "FLOOR_TILE",
"type": "png"
},
{
"file": "images/ceiling.png",
"name": "CEILING_LIGHTS",
"type": "png"
},
{
"file": "images/texture.png",
"name": "STONE",
"type": "png"
}
]
},
"sdkVersion": "3",
"shortName": "Arena3D",
"targetPlatforms": [
"aplite",
"basalt"
],
"uuid": "667971ee-babe-4ae6-8b88-9a17401af25e",
"versionLabel": "0.11",
"watchapp": {
"watchface": false
}
}