remove in game ad

This commit is contained in:
evanpelle
2025-06-17 13:22:25 -07:00
parent 3364c8f479
commit 376a523047
+3 -2
View File
@@ -49,8 +49,9 @@ export class LeftInGameAd extends LitElement implements Layer {
public async tick() {
if (!this.isVisible && !this.g.inSpawnPhase() && this.screenLargeEnough()) {
console.log("showing bottom left ad");
this.show();
// TODO: uncomment to enable in-game ads
// console.log("showing bottom left ad");
// this.show();
}
if (this.isVisible && !this.screenLargeEnough()) {
console.log("hiding bottom left ad");