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

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

View File

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