This commit is contained in:
mileswa1q2
2023-11-24 03:27:59 +00:00
committed by GitHub
parent 289341d5e4
commit 1363a68750
259 changed files with 36359 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "Broken Yarn (Platformer)",
"short_name": "Broken Yarn (Platformer)",
"id": "com.example.platformer",
"description": "An example of a basic platformer (Mario-like) game. Jump around and collect as many coins as you can!",
"orientation": "landscape",
"start_url": "./index.html",
"display": "standalone",
"background_color": "black",
"categories": ["games", "entertainment"],
"icons": []
}