mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Add multiple performance settings
This commit is contained in:
@@ -381,17 +381,6 @@ export class InGameState extends GameState {
|
||||
}
|
||||
}
|
||||
|
||||
// // Check if we can show an ad
|
||||
// // DISABLED
|
||||
// if (this.stage === stages.s10_gameRunning && !this.core.root.hud.parts.processingOverlay.hasTasks()) {
|
||||
// if (this.app.isRenderable() && this.app.adProvider.getCanShowVideoAd()) {
|
||||
// this.saveThenGoToState("WatchAdState", {
|
||||
// nextStateId: "RunningGameState",
|
||||
// nextStatePayload: this.creationPayload,
|
||||
// });
|
||||
// }
|
||||
// }
|
||||
|
||||
if (this.stage === stages.s10_gameRunning) {
|
||||
this.core.tick(dt);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user