undo dice testing hack

This commit is contained in:
Seth Alves 2015-04-17 15:18:05 -07:00
parent adfc82e169
commit e9d8c53f75

View file

@ -13,7 +13,7 @@
//
var isDice = false;
var NUMBER_OF_DICE = 1;
var NUMBER_OF_DICE = 2;
var dice = [];
var DIE_SIZE = 0.20;