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

beta.r3js.org
-=yb4f310 2018-03-24 14:49:38 +01:00
parent 93d74c43fa
commit 8f3c1115e6
1 changed files with 1 additions and 1 deletions

View File

@ -821,7 +821,7 @@ GameLib.CustomCode.prototype.gameOver = function(won) {
this.state.gameOver = true;
this.state.message = {
text : "GAME OVER",
x : 100,
x : 127,
y : 256
};
this.displayHUD();