increase header ad to 2 minutes in game

This commit is contained in:
evanpelle
2025-11-05 15:42:32 -08:00
parent 67007a3015
commit a0c4a2a6cc
+1 -1
View File
@@ -1,7 +1,7 @@
import { GameView } from "../../../core/game/GameView";
import { Layer } from "./Layer";
const AD_SHOW_TICKS = 60 * 10; // 1 minute
const AD_SHOW_TICKS = 2 * 60 * 10; // 2 minutes
export class AdTimer implements Layer {
private isHidden: boolean = false;