Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ppatriciasy authored Mar 9, 2024
1 parent 09e119e commit 4608c57
Show file tree
Hide file tree
Showing 22 changed files with 118,693 additions and 0 deletions.
118,301 changes: 118,301 additions & 0 deletions credits.html

Large diffs are not rendered by default.

Binary file added d3dcompiler_47.dll
Binary file not shown.
Binary file added ffmpeg.dll
Binary file not shown.
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icudtl.dat
Binary file not shown.
340 changes: 340 additions & 0 deletions index.html

Large diffs are not rendered by default.

Binary file added libEGL.dll
Binary file not shown.
Binary file added libGLESv2.dll
Binary file not shown.
7 changes: 7 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

const start = () => nw.Window.open('index.html', {
position: 'center',
new_instance: true
});
nw.App.on('open', start);
start();
Binary file added node.dll
Binary file not shown.
Binary file added notification_helper.exe
Binary file not shown.
Binary file added nw_100_percent.pak
Binary file not shown.
Binary file added nw_200_percent.pak
Binary file not shown.
Binary file added nw_elf.dll
Binary file not shown.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "sharks-run",
"main": "main.js",
"version": "1.0.0",
"window": {
"width": 480,
"height": 360,
"icon": "icon.png"
}
}
Binary file added resources.pak
Binary file not shown.
34 changes: 34 additions & 0 deletions script.js

Large diffs are not rendered by default.

Binary file added sharks-run.exe
Binary file not shown.
Binary file added v8_context_snapshot.bin
Binary file not shown.
Binary file added vk_swiftshader.dll
Binary file not shown.
1 change: 1 addition & 0 deletions vk_swiftshader_icd.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"file_format_version": "1.0.0", "ICD": {"library_path": ".\\vk_swiftshader.dll", "api_version": "1.0.5"}}
Binary file added vulkan-1.dll
Binary file not shown.

0 comments on commit 4608c57

Please sign in to comment.