-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappinfo.json
More file actions
50 lines (50 loc) · 1.03 KB
/
Copy pathappinfo.json
File metadata and controls
50 lines (50 loc) · 1.03 KB
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
{
"uuid": "4767236d-47c0-479f-8efc-25dc82971c28",
"shortName": "undertale",
"longName": "undertale",
"companyName": "RickR",
"versionLabel": "3.0",
"sdkVersion": "3",
"targetPlatforms": ["aplite", "basalt", "chalk"],
"watchapp": {
"watchface": true
},
"appKeys": {
"dummy": 0
},
"resources": {
"media": [
{
"type": "png",
"menuIcon": true,
"name": "ICON_IMAGE",
"file": "images/icon.png"
},
{
"type": "font",
"name": "DTM_MONO_14",
"file": "fonts/dtm_mono.ttf"
},
{
"type": "font",
"name": "MARS_8",
"file": "fonts/mars_needs_cunnilinugs.ttf"
},
{
"type": "png",
"name": "BACKGROUND_IMAGE",
"file": "images/background.png"
},
{
"type": "png",
"name": "PEBBLE_IMAGE",
"file": "images/animation.png"
},
{
"type": "raw",
"name": "ANIMATION_IMAGE",
"file": "images/animation.png"
}
]
}
}