-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappinfo.json
79 lines (79 loc) · 1.89 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
{
"uuid": "20c30673-37bc-4e9a-a01e-ac9d7dca977e",
"shortName": "theZone",
"longName": "theZone",
"companyName": "Timofey Tipishev",
"versionCode": 1,
"versionLabel": "1.0",
"sdkVersion": "3",
"targetPlatforms": ["basalt"],
"watchapp": {
"watchface": false
},
"appKeys": {},
"resources": {
"media": [
{
"type": "png",
"name": "MENU_ICON_MAIN",
"file": "images/menu_icon_main.png",
"menuIcon": true
},
{
"type": "png",
"name": "IMAGE_BACKGROUND_BOARD",
"file": "images/background_board.png"
},
{
"type": "png",
"name": "IMAGE_ACTION_ICON_COUNTERCLOCKWISE",
"file": "images/action_icon_counterclockwise.png"
},
{
"type": "png",
"name": "IMAGE_ACTION_ICON_CLOCKWISE",
"file": "images/action_icon_clockwise.png"
},
{
"type": "png",
"name": "IMAGE_ACTION_ICON_RUNNER",
"file": "images/action_icon_runner.png"
},
{
"type": "png",
"name": "IMAGE_ACTION_ICON_PREVIOUS_TARGET",
"file": "images/action_icon_previous_target.png"
},
{
"type": "png",
"name": "IMAGE_ACTION_ICON_NEXT_TARGET",
"file": "images/action_icon_next_target.png"
},
{
"type": "png",
"name": "IMAGE_ACTION_ICON_CROSSHAIR",
"file": "images/action_icon_crosshair.png"
},
{
"type": "png",
"name": "IMAGE_TILE_BLANK",
"file": "images/tile_blank.png"
},
{
"type": "png",
"name": "IMAGE_TILE_CHARACTER",
"file": "images/tile_character.png"
},
{
"type": "png",
"name": "IMAGE_TILE_ZOMBIE",
"file": "images/tile_zombie.png"
},
{
"type": "png",
"name": "IMAGE_TILE_WALL",
"file": "images/tile_wall.png"
}
]
}
}