mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 13:10:42 +00:00
remove in game ad
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user