Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
The demo of the side scroller game
  • Loading branch information
asw12006 committed Apr 1, 2015
1 parent 036eb27 commit 853f831
Show file tree
Hide file tree
Showing 26 changed files with 17,715 additions and 0 deletions.
19 changes: 19 additions & 0 deletions app.manifest
@@ -0,0 +1,19 @@
{
"name": "New project",
"start_url": "/index.html",
"display": "fullscreen",
"orientation": "any",
"icons": [{
"src": "icon-16.png",
"sizes": "16x16",
}, {
"src": "icon-32.png",
"sizes": "32x32",
}, {
"src": "icon-128.png",
"sizes": "128x128",
}, {
"src": "icon-256.png",
"sizes": "256x256",
}]
}

0 comments on commit 853f831

Please sign in to comment.