Skip to content

Commit 8c5cb98

Browse files
author
avscs
committed
added shadow fight
1 parent afdf0ac commit 8c5cb98

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+5786
-0
lines changed

config.jsonc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,11 @@
706706
"aliases": [],
707707
"categories": []
708708
},
709+
"Shadow Fight": {
710+
"path": "shadow-fight",
711+
"aliases": [],
712+
"categories": []
713+
},
709714
"Slope": {
710715
"path": "slope",
711716
"aliases": [],
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"name": "Shadow_Fight_TWP",
3+
"short_name": "Shadow_Fight_TWP",
4+
"description": "street fighter style template",
5+
"start_url": "index.html",
6+
"display": "fullscreen",
7+
"orientation": "any",
8+
"background_color": "#ffffff",
9+
"icons": [
10+
{
11+
"src": "icons/icon-16.png",
12+
"sizes": "16x16",
13+
"type": "image/png"
14+
},
15+
{
16+
"src": "icons/icon-32.png",
17+
"sizes": "32x32",
18+
"type": "image/png"
19+
},
20+
{
21+
"src": "icons/icon-114.png",
22+
"sizes": "114x114",
23+
"type": "image/png"
24+
},
25+
{
26+
"src": "icons/icon-128.png",
27+
"sizes": "128x128",
28+
"type": "image/png"
29+
},
30+
{
31+
"src": "icons/icon-256.png",
32+
"sizes": "256x256",
33+
"type": "image/png"
34+
}
35+
]
36+
}

games/shadow-fight/box2d.wasm

241 KB
Binary file not shown.

games/shadow-fight/box2d.wasm.js

Lines changed: 577 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

games/shadow-fight/data.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.
93.4 KB
2.45 KB
83 Bytes
4.41 KB
1.79 KB

0 commit comments

Comments
 (0)