INNER CODE UNIT · TypeScript
MAX_FPS
WorldQL/dreamlab-engine · engine/_web/main.ts:89
MAX_FPS = Math.floor(Math.random() * (144 - 20 + 1)) + 20;
}, 2000);
}
// #endregion
INNER CODE UNIT · TypeScript
WorldQL/dreamlab-engine · engine/_web/main.ts:89
MAX_FPS = Math.floor(Math.random() * (144 - 20 + 1)) + 20;
}, 2000);
}
// #endregion