diff --git a/osynga17uj.js b/osynga17uj.js index d0b2240..b334404 100644 --- a/osynga17uj.js +++ b/osynga17uj.js @@ -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;