Skip to content

Commit a0c4a2a

Browse files
committed
increase header ad to 2 minutes in game
1 parent 67007a3 commit a0c4a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/graphics/layers/AdTimer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { GameView } from "../../../core/game/GameView";
22
import { Layer } from "./Layer";
33

4-
const AD_SHOW_TICKS = 60 * 10; // 1 minute
4+
const AD_SHOW_TICKS = 2 * 60 * 10; // 2 minutes
55

66
export class AdTimer implements Layer {
77
private isHidden: boolean = false;

0 commit comments

Comments
 (0)