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

beta.r3js.org
-=yb4f310 2018-03-24 15:32:30 +01:00
parent d510bc9cee
commit 7e16ffbabf
1 changed files with 6 additions and 0 deletions

View File

@ -1684,6 +1684,12 @@ GameLib.Event.Subscribe(
gameOver : false
};
this.state.message = {
text: "YOU WON!",
x: 127,
y: 256
};
this.initializeGrid();
this.visualizeGrid();
this.displayHUD();