Update: CustomCode - Bacon - Entity Loaded (osynga17uj.js) 151 bytes modified

beta.r3js.org
-=yb4f310 2018-01-14 14:54:17 +01:00
parent 65cb5c7eb7
commit d25c29d9f4
1 changed files with 8 additions and 0 deletions

View File

@ -1121,6 +1121,14 @@ if (GameLib.Utils.UndefinedOrNull(this.subscriptions)) {
function () {
GameLib.Event.Emit(
GameLib.Event.WINDOW_RESIZE,
{
width : window.innerWidth,
height : window.innerHeight
}
);
this.animationObjects = [];
this.score = 0;