Skip to content

Commit

Permalink
fixed merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
avscs committed Jan 17, 2025
2 parents adae7c2 + a5df4ee commit f50403c
Show file tree
Hide file tree
Showing 90 changed files with 45,949 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,11 @@
"aliases": [],
"categories": []
},
"Eggy Car": {
"path": "eggy-car",
"aliases": [],
"categories": []
},
"EvoWars": {
"path": "evowars",
"aliases": [],
Expand Down
Binary file added games/eggy-car/.index.html.swp
Binary file not shown.
28 changes: 28 additions & 0 deletions games/eggy-car/appmanifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "Eggy Car",
"short_name": "Eggy Car",
"start_url": "index.html",
"display": "fullscreen",
"orientation": "landscape",
"icons": [{
"src": "icon-16.png",
"sizes": "16x16",
"type": "image/png"
}, {
"src": "icon-32.png",
"sizes": "32x32",
"type": "image/png"
}, {
"src": "icon-128.png",
"sizes": "128x128",
"type": "image/png"
}, {
"src": "icon-256.png",
"sizes": "144x144",
"type": "image/png"
}, {
"src": "icon-256.png",
"sizes": "256x256",
"type": "image/png"
}]
}
Loading

0 comments on commit f50403c

Please sign in to comment.