fix: load textures earlier, speeds worlds loading. Remove initial timeout.
This commit is contained in:
parent
6090493bf0
commit
f6fbb9651f
3 changed files with 24 additions and 21 deletions
|
|
@ -4,6 +4,7 @@
|
|||
"!*.js"
|
||||
],
|
||||
"rules": {
|
||||
"space-infix-ops": "error",
|
||||
"no-multi-spaces": "error",
|
||||
"space-in-parens": [
|
||||
"error",
|
||||
|
|
@ -86,6 +87,7 @@
|
|||
"unicorn/no-empty-file": "off",
|
||||
"unicorn/prefer-event-target": "off",
|
||||
// needs to be fixed actually
|
||||
"complexity": "off",
|
||||
"@typescript-eslint/no-floating-promises": "warn",
|
||||
"no-async-promise-executor": "off",
|
||||
"no-bitwise": "off",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue