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

beta.r3js.org
-=yb4f310 2018-03-24 14:44:05 +01:00
parent 4821f667cd
commit cc6c69df18
1 changed files with 7 additions and 8 deletions

View File

@ -315,14 +315,6 @@ GameLib.CustomCode.prototype.waitReload = function(delta) {
}.bind(this)
this.state.message = {
text: "GET READY",
x: 140,
y: 256
};
this.displayHUD();
GameLib.CustomCode.prototype.visualizeGrid = function () {
if (this.noneMesh) {
@ -1611,6 +1603,13 @@ GameLib.Event.Subscribe(
gameOver : false
};
this.state.message = {
text: "GET READY",
x: 140,
y: 256
};
this.initializeGrid();
this.visualizeGrid();
this.displayHUD();