Initial Commit
This commit is contained in:
commit
ec5c71b3ac
1712 changed files with 1767257 additions and 0 deletions
14
www/package.json
Normal file
14
www/package.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "OMORI",
|
||||
"main": "index.html",
|
||||
"js-flags": "--expose-gc ",
|
||||
"chromium-args": "--limit-fps=60 --in-process-gpu --disable-direct-composition --enable-gpu-rasterization --enable-gpu-memory-buffer-video-frames --enable-native-gpu-memory-buffers --enable-zero-copy --enable-gpu-async-worker-context",
|
||||
"window": {
|
||||
"title": "OMORI",
|
||||
"toolbar": false,
|
||||
"width": 640,
|
||||
"height": 480,
|
||||
"icon": "icon/icon.png",
|
||||
"resizable": false
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue