Add: client_refresh.html - importing by JQuery
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user