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

github.com/ClusterM/pebble-mario.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dzyubenko <shadone@gmail.com>2014-01-13 23:14:53 +0400
committerDenis Dzyubenko <shadone@gmail.com>2014-01-13 23:14:53 +0400
commit30dcb27c65e5980b068dcfab2e623c8f811155cc (patch)
tree74b93bb0c5f13b57022b1b524b991e48d7bd016a
parent7b994848e9a2a7ec3ede88cd2933f59d8459f4d4 (diff)
Added a menu icon
-rw-r--r--appinfo.json6
-rw-r--r--resources/images/menuicon.pngbin0 -> 1343 bytes
2 files changed, 6 insertions, 0 deletions
diff --git a/appinfo.json b/appinfo.json
index fcbf6af..897d4c6 100644
--- a/appinfo.json
+++ b/appinfo.json
@@ -13,6 +13,12 @@
"media": [
{
"type": "png",
+ "name": "IMAGE_MENU_ICON",
+ "file": "images/menuicon.png",
+ "menuIcon": true
+ },
+ {
+ "type": "png",
"name": "IMAGE_MARIO_NORMAL",
"file": "images/mario-normal.png"
},
diff --git a/resources/images/menuicon.png b/resources/images/menuicon.png
new file mode 100644
index 0000000..0afe0ce
--- /dev/null
+++ b/resources/images/menuicon.png
Binary files differ