Welcome to mirror list, hosted at ThFree Co, Russian Federation.

resource_map.json « src « resources « silly_walk_simple_no_seconds - github.com/ClusterM/pebble-silly-walk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4e9fe553e3c3bc4ef3aa662cf82800032e28fca0 (plain)
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
{
    "friendlyVersion": "dev_0.0",
    "versionDefName": "APP_RESOURCES",

    "media": [

	{
        "type": "png",
        "defName": "IMAGE_MENU_ICON",
        "file": "images/icon.png"
	},

	{
        "type": "png",
        "defName": "IMAGE_BACKGROUND",
        "file": "images/background.png"
	},

	{
        "type": "png-trans",
        "defName": "IMAGE_HOUR_HAND",
        "file": "images/hour_hand.png"
	},

	{
        "type": "png-trans",
        "defName": "IMAGE_MINUTE_HAND",
        "file": "images/minute_hand.png"
	},

	{
        "type": "png-trans",
        "defName": "IMAGE_SECOND_HAND",
        "file": "images/seconds_hand.png"
	}

    ]
}