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

beta.r3js.org
-=yb4f310 2018-03-12 14:25:46 +01:00
parent 28fa3486f4
commit e0d360adf4
1 changed files with 3 additions and 1 deletions

View File

@ -86,8 +86,10 @@ GameLib.Event.Subscribe(
this.snake = [];
console.log('starting game snake');
}.bind(this);
}.bind(this)
)
GameLib.Event.Emit(GameLib.Event.GAME_LOADED);