mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-13 10:11:50 +00:00
Config
This commit is contained in:
parent
e98933f39c
commit
7aa069ffee
@ -1,6 +0,0 @@
|
|||||||
Here you can place mods. Every mod should be a single file ending with ".js".
|
|
||||||
|
|
||||||
--- WARNING ---
|
|
||||||
Mods can potentially access to your filesystem.
|
|
||||||
Please only install mods from trusted sources and developers.
|
|
||||||
--- WARNING ---
|
|
||||||
13619
package-lock.json
generated
Normal file
13619
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -115,8 +115,11 @@ export const globalConfig = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
rendering: {},
|
rendering: {},
|
||||||
|
// @ts-ignore
|
||||||
debug: require("./config.local").default,
|
debug: require("./config.local").default,
|
||||||
|
|
||||||
|
enableEntityInspector: true,
|
||||||
|
|
||||||
// Secret vars
|
// Secret vars
|
||||||
info: {
|
info: {
|
||||||
// Binary file salt
|
// Binary file salt
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user