fix: load textures earlier, speeds worlds loading. Remove initial timeout.

This commit is contained in:
Vitaly 2023-10-04 10:47:49 +03:00
commit f6fbb9651f
3 changed files with 24 additions and 21 deletions

View file

@ -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",