Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 17 bytes modified

beta.r3js.org
-=yb4f310 2018-03-24 22:18:33 +01:00
parent 712a1cd29d
commit 00445de599
1 changed files with 2 additions and 1 deletions

View File

@ -223,7 +223,8 @@ this.state = {
lives : 3,
getReady : false,
message : null,
gameOver : false
gameOver : false,
muted : false
};
GameLib.CustomCode.prototype.advanceSpeedTimer = function(delta) {