Skip to content

Commit

Permalink
Merge pull request #150 from paulcockrell/master
Browse files Browse the repository at this point in the history
Add Mario Clock application
  • Loading branch information
gfwilliams committed Mar 27, 2020
2 parents a826083 + fa718d8 commit f42d5ee
Show file tree
Hide file tree
Showing 5 changed files with 395 additions and 0 deletions.
13 changes: 13 additions & 0 deletions apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -823,5 +823,18 @@
"storage": [
{"name":"widid.wid.js","url":"widget.js"}
]
},
{ "id": "marioclock",
"name": "Mario Clock",
"icon": "marioclock.png",
"version":"0.01",
"description": "Animated Mario clock, jumps to change the time!",
"tags": "clock,mario,retro",
"type": "clock",
"allow_emulator":true,
"storage": [
{"name":"marioclock.app.js","url":"marioclock-app.js"},
{"name":"marioclock.img","url":"marioclock-icon.js","evaluate":true}
]
}
]
2 changes: 2 additions & 0 deletions apps/marioclock/ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
0.01: Create mario app
0.02: Fix day of the week and add padding
Loading

0 comments on commit f42d5ee

Please sign in to comment.