diff --git a/src/game/typing/lib/animal_list.js b/src/game/typing/lib/animal_list.js index 2ac186c..979659b 100644 --- a/src/game/typing/lib/animal_list.js +++ b/src/game/typing/lib/animal_list.js @@ -16,7 +16,6 @@ function AnimalList(posY) { bg.drawRect(0, posY - 30, GAME_SCREEN_SIZE.x, 80); this.recordTextList = this.makeRecordTextList(posY); - console.log(this.recordTextList); for(var i = 0; i < animalCount; i++) { this.animals[i] = new Animal( diff --git a/src/web/client/ads.html b/src/web/client/ads.html index 32dd80d..87c300d 100644 --- a/src/web/client/ads.html +++ b/src/web/client/ads.html @@ -31,8 +31,7 @@ - - + @@ -84,13 +83,18 @@ --> + + + +
-