We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67007a3 commit a0c4a2aCopy full SHA for a0c4a2a
src/client/graphics/layers/AdTimer.ts
@@ -1,7 +1,7 @@
1
import { GameView } from "../../../core/game/GameView";
2
import { Layer } from "./Layer";
3
4
-const AD_SHOW_TICKS = 60 * 10; // 1 minute
+const AD_SHOW_TICKS = 2 * 60 * 10; // 2 minutes
5
6
export class AdTimer implements Layer {
7
private isHidden: boolean = false;
0 commit comments