Add english version
This commit is contained in:
parent
7bf44fa645
commit
49e9a37f3c
1675 changed files with 1309268 additions and 0 deletions
15
www.eng/js/porting/compat/config.js
Normal file
15
www.eng/js/porting/compat/config.js
Normal file
|
@ -0,0 +1,15 @@
|
|||
const ROOT_PATH = ".";
|
||||
|
||||
window.platform = "android";
|
||||
window.process = {
|
||||
env: {},
|
||||
mainModule: {
|
||||
filename: `${ROOT_PATH}/OMORI.exe`
|
||||
}
|
||||
};
|
||||
|
||||
window.process.env = {
|
||||
ROOT_PATH: ROOT_PATH,
|
||||
LOCALAPPDATA: `${ROOT_PATH}/appdata`
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue