Add: Chocoball

This commit is contained in:
2019-05-09 23:10:03 +09:00
parent 8738741842
commit 413400dfda
7 changed files with 86 additions and 0 deletions
+8
View File
@@ -30,6 +30,14 @@ var Game = {
this.stopWatch = new StopWatch(game);
this.chocoballs = new Array();
for(var i = 0; i < 25; i++) {
var chocoball = new Chocoball(i);
chocoball.setNumber(i);
this.chocoballs.push(chocoball);
}
this.initVariables();
// game stage