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

github.com/ClusterM/pebble-silly-walk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'silly_walk_simple/resources/src/resource_map.json')
-rw-r--r--silly_walk_simple/resources/src/resource_map.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/silly_walk_simple/resources/src/resource_map.json b/silly_walk_simple/resources/src/resource_map.json
new file mode 100644
index 0000000..4e9fe55
--- /dev/null
+++ b/silly_walk_simple/resources/src/resource_map.json
@@ -0,0 +1,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"
+ }
+
+ ]
+}
+