Initial Commit

This commit is contained in:
OleSTEEP 2023-12-29 23:09:55 +03:00
commit ec5c71b3ac
1712 changed files with 1767257 additions and 0 deletions

14
www/package.json Normal file
View 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
}
}