Samaller and easier

This commit is contained in:
2015-09-17 00:02:37 +02:00
parent 65e303aa41
commit b9a06ab2be
2 changed files with 5 additions and 4 deletions

View File

@@ -59,7 +59,8 @@ var CandyFucker = function(idScreen, idInfoDisplay){
this.InfoDisplay = document.getElementById(idInfoDisplay);
this.Grid = null;
this.GridOffset = {X: 0, Y: 0};
this.CandyTypes = ["Red", "Blue", "Cyan", "Green", "Yellow"];
//this.CandyTypes = ["Red", "Blue", "Cyan", "Green", "Yellow"];
this.CandyTypes = ["Red", "Blue", "Cyan", "Yellow"];
this.Locked = false;
this.Falling = false;
this.Changed = false;
@@ -88,7 +89,7 @@ var CandyFucker = function(idScreen, idInfoDisplay){
};
CandyFucker.prototype = {
Init: function(gameScreen){
this.BuildGrid(15, 15);
this.BuildGrid(12, 12);
this.UpdateInfoDisplay();
},
Proc: function(gameScreen){