Added new addons:
Rex_TimeAwayL
Rex_Board_HexTx
Hey, thanks for the Rex_TimeAway port!
But when I export using simple minification, it show the following error message:
/str/c3runtime.js:5956:6: ERROR - [JSC_BLOCK_SCOPED_DECL_MULTIPLY_DECLARED_ERROR] Duplicate let / const / class / function declaration in the same scope is not allowed.
5956| const localforage2 = globalThis.localforage2;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/str/c3runtime.js:5976:6: ERROR - [JSC_BLOCK_SCOPED_DECL_MULTIPLY_DECLARED_ERROR] Duplicate let / const / class / function declaration in the same scope is not allowed.
5976| const localforage2 = globalThis.localforage2;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/str/c3runtime.js:6025:6: ERROR - [JSC_BLOCK_SCOPED_DECL_MULTIPLY_DECLARED_ERROR] Duplicate let / const / class / function declaration in the same scope is not allowed.
6025| const localforage2 = globalThis.localforage2;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/str/c3runtime.js:6064:6: ERROR - [JSC_BLOCK_SCOPED_DECL_MULTIPLY_DECLARED_ERROR] Duplicate let / const / class / function declaration in the same scope is not allowed.
6064| const localforage2 = globalThis.localforage2;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/str/c3runtime.js:6212:6: ERROR - [JSC_BLOCK_SCOPED_DECL_MULTIPLY_DECLARED_ERROR] Duplicate let / const / class / function declaration in the same scope is not allowed.
6212| const localforage2 = globalThis.localforage2;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5 error(s), 0 warning(s)
When I export without minification. When I upload the game, the game doesn't load, it keeps in black screen. Here are the errors in the console:
Could you take a look?