melonjs 10.12.0 → 13.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +6 -6
  3. package/dist/melonjs.js +22651 -22529
  4. package/dist/melonjs.min.js +5 -6
  5. package/dist/melonjs.module.d.ts +195 -195
  6. package/dist/melonjs.module.js +22107 -21977
  7. package/package.json +14 -14
  8. package/src/application/application.js +231 -0
  9. package/src/audio/audio.js +13 -7
  10. package/src/camera/camera2d.js +6 -6
  11. package/src/game.js +9 -232
  12. package/src/index.js +3 -3
  13. package/src/input/keyboard.js +2 -2
  14. package/src/input/pointer.js +4 -5
  15. package/src/input/pointerevent.js +8 -8
  16. package/src/lang/deprecated.js +0 -29
  17. package/src/level/level.js +2 -2
  18. package/src/level/tiled/TMXLayer.js +2 -2
  19. package/src/level/tiled/TMXTileMap.js +3 -3
  20. package/src/loader/loader.js +64 -28
  21. package/src/loader/loadingscreen.js +28 -115
  22. package/src/loader/melonjs_logo.png +0 -0
  23. package/src/physics/body.js +27 -51
  24. package/src/physics/detector.js +3 -3
  25. package/src/physics/quadtree.js +58 -29
  26. package/src/physics/world.js +32 -3
  27. package/src/polyfill/index.js +4 -0
  28. package/src/renderable/container.js +2 -2
  29. package/src/renderable/imagelayer.js +8 -8
  30. package/src/renderable/light2d.js +40 -11
  31. package/src/renderable/trigger.js +4 -4
  32. package/src/state/stage.js +1 -1
  33. package/src/state/state.js +50 -3
  34. package/src/system/device.js +808 -1039
  35. package/src/system/dom.js +69 -0
  36. package/src/system/event.js +13 -1
  37. package/src/system/platform.js +32 -0
  38. package/src/system/save.js +23 -14
  39. package/src/system/timer.js +12 -35
  40. package/src/text/bitmaptext.js +1 -2
  41. package/src/text/text.js +10 -14
  42. package/src/text/textmetrics.js +1 -2
  43. package/src/tweens/tween.js +6 -6
  44. package/src/utils/string.js +13 -24
  45. package/src/video/canvas/canvas_renderer.js +3 -2
  46. package/src/video/renderer.js +2 -2
  47. package/src/video/texture/canvas_texture.js +36 -2
  48. package/src/video/video.js +15 -9
  49. package/src/video/webgl/glshader.js +1 -1
  50. package/src/video/webgl/webgl_renderer.js +1 -1
@@ -1,11 +1,11 @@
1
1
  /*!
2
- * melonJS Game Engine - v10.12.0
2
+ * melonJS Game Engine - v13.0.0
3
3
  * http://www.melonjs.org
4
4
  * melonjs is licensed under the MIT License.
5
5
  * http://www.opensource.org/licenses/mit-license
6
- * @copyright (C) 2011 - 2022 Olivier Biot
6
+ * @copyright (C) 2011 - 2022 Olivier Biot (AltByte Pte Ltd)
7
7
  */
8
- !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).me={})}(this,(function(t){"use strict";var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},i=function(t){return t&&t.Math==Math&&t},o=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof e&&e)||function(){return this}()||Function("return this")(),n={},r=function(t){try{return!!t()}catch(t){return!0}},s=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),a=!r((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")})),h=a,l=Function.prototype.call,u=h?l.bind(l):function(){return l.apply(l,arguments)},c={},p={}.propertyIsEnumerable,d=Object.getOwnPropertyDescriptor,f=d&&!p.call({1:2},1);c.f=f?function(t){var e=d(this,t);return!!e&&e.enumerable}:p;var y,g,v=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}},m=a,_=Function.prototype,x=_.bind,b=_.call,w=m&&x.bind(b,b),T=m?function(t){return t&&w(t)}:function(t){return t&&function(){return b.apply(t,arguments)}},A=T,S=A({}.toString),E=A("".slice),C=r,M=function(t){return E(S(t),8,-1)},P=Object,O=T("".split),k=C((function(){return!P("z").propertyIsEnumerable(0)}))?function(t){return"String"==M(t)?O(t,""):P(t)}:P,I=TypeError,R=function(t){if(null==t)throw I("Can't call method on "+t);return t},B=k,D=R,L=function(t){return B(D(t))},z=function(t){return"function"==typeof t},F=z,V=function(t){return"object"==typeof t?null!==t:F(t)},j=o,N=z,U=function(t){return N(t)?t:void 0},G=function(t,e){return arguments.length<2?U(j[t]):j[t]&&j[t][e]},X=T({}.isPrototypeOf),H=o,W=G("navigator","userAgent")||"",Y=H.process,q=H.Deno,Z=Y&&Y.versions||q&&q.version,K=Z&&Z.v8;K&&(g=(y=K.split("."))[0]>0&&y[0]<4?1:+(y[0]+y[1])),!g&&W&&(!(y=W.match(/Edge\/(\d+)/))||y[1]>=74)&&(y=W.match(/Chrome\/(\d+)/))&&(g=+y[1]);var J=g,$=r,Q=!!Object.getOwnPropertySymbols&&!$((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&J&&J<41})),tt=Q&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,et=G,it=z,ot=X,nt=Object,rt=tt?function(t){return"symbol"==typeof t}:function(t){var e=et("Symbol");return it(e)&&ot(e.prototype,nt(t))},st=String,at=z,ht=function(t){try{return st(t)}catch(t){return"Object"}},lt=TypeError,ut=function(t){if(at(t))return t;throw lt(ht(t)+" is not a function")},ct=u,pt=z,dt=V,ft=TypeError,yt={exports:{}},gt=o,vt=Object.defineProperty,mt=function(t,e){try{vt(gt,t,{value:e,configurable:!0,writable:!0})}catch(i){gt[t]=e}return e},_t=mt,xt="__core-js_shared__",bt=o[xt]||_t(xt,{}),wt=bt;(yt.exports=function(t,e){return wt[t]||(wt[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.23.1",mode:"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.23.1/LICENSE",source:"https://github.com/zloirock/core-js"});var Tt=R,At=Object,St=function(t){return At(Tt(t))},Et=T({}.hasOwnProperty),Ct=Object.hasOwn||function(t,e){return Et(St(t),e)},Mt=T,Pt=0,Ot=Math.random(),kt=Mt(1..toString),It=function(t){return"Symbol("+(void 0===t?"":t)+")_"+kt(++Pt+Ot,36)},Rt=o,Bt=yt.exports,Dt=Ct,Lt=It,zt=Q,Ft=tt,Vt=Bt("wks"),jt=Rt.Symbol,Nt=jt&&jt.for,Ut=Ft?jt:jt&&jt.withoutSetter||Lt,Gt=u,Xt=V,Ht=rt,Wt=function(t,e){var i=t[e];return null==i?void 0:ut(i)},Yt=function(t,e){var i,o;if("string"===e&&pt(i=t.toString)&&!dt(o=ct(i,t)))return o;if(pt(i=t.valueOf)&&!dt(o=ct(i,t)))return o;if("string"!==e&&pt(i=t.toString)&&!dt(o=ct(i,t)))return o;throw ft("Can't convert object to primitive value")},qt=TypeError,Zt=function(t){if(!Dt(Vt,t)||!zt&&"string"!=typeof Vt[t]){var e="Symbol."+t;zt&&Dt(jt,t)?Vt[t]=jt[t]:Vt[t]=Ft&&Nt?Nt(e):Ut(e)}return Vt[t]}("toPrimitive"),Kt=function(t,e){if(!Xt(t)||Ht(t))return t;var i,o=Wt(t,Zt);if(o){if(void 0===e&&(e="default"),i=Gt(o,t,e),!Xt(i)||Ht(i))return i;throw qt("Can't convert object to primitive value")}return void 0===e&&(e="number"),Yt(t,e)},Jt=rt,$t=function(t){var e=Kt(t,"string");return Jt(e)?e:e+""},Qt=V,te=o.document,ee=Qt(te)&&Qt(te.createElement),ie=function(t){return ee?te.createElement(t):{}},oe=!s&&!r((function(){return 7!=Object.defineProperty(ie("div"),"a",{get:function(){return 7}}).a})),ne=s,re=u,se=c,ae=v,he=L,le=$t,ue=Ct,ce=oe,pe=Object.getOwnPropertyDescriptor;n.f=ne?pe:function(t,e){if(t=he(t),e=le(e),ce)try{return pe(t,e)}catch(t){}if(ue(t,e))return ae(!re(se.f,t,e),t[e])};var de={},fe=s&&r((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype})),ye=V,ge=String,ve=TypeError,me=function(t){if(ye(t))return t;throw ve(ge(t)+" is not an object")},_e=s,xe=oe,be=fe,we=me,Te=$t,Ae=TypeError,Se=Object.defineProperty,Ee=Object.getOwnPropertyDescriptor,Ce="enumerable",Me="configurable",Pe="writable";de.f=_e?be?function(t,e,i){if(we(t),e=Te(e),we(i),"function"==typeof t&&"prototype"===e&&"value"in i&&Pe in i&&!i.writable){var o=Ee(t,e);o&&o.writable&&(t[e]=i.value,i={configurable:Me in i?i.configurable:o.configurable,enumerable:Ce in i?i.enumerable:o.enumerable,writable:!1})}return Se(t,e,i)}:Se:function(t,e,i){if(we(t),e=Te(e),we(i),xe)try{return Se(t,e,i)}catch(t){}if("get"in i||"set"in i)throw Ae("Accessors not supported");return"value"in i&&(t[e]=i.value),t};var Oe=de,ke=v,Ie=s?function(t,e,i){return Oe.f(t,e,ke(1,i))}:function(t,e,i){return t[e]=i,t},Re={exports:{}},Be=s,De=Ct,Le=Function.prototype,ze=Be&&Object.getOwnPropertyDescriptor,Fe=De(Le,"name"),Ve={EXISTS:Fe,PROPER:Fe&&"something"===function(){}.name,CONFIGURABLE:Fe&&(!Be||Be&&ze(Le,"name").configurable)},je=z,Ne=bt,Ue=T(Function.toString);je(Ne.inspectSource)||(Ne.inspectSource=function(t){return Ue(t)});var Ge,Xe,He,We=Ne.inspectSource,Ye=z,qe=We,Ze=o.WeakMap,Ke=Ye(Ze)&&/native code/.test(qe(Ze)),Je=yt.exports,$e=It,Qe=Je("keys"),ti={},ei=Ke,ii=o,oi=T,ni=V,ri=Ie,si=Ct,ai=bt,hi=function(t){return Qe[t]||(Qe[t]=$e(t))},li=ti,ui="Object already initialized",ci=ii.TypeError,pi=ii.WeakMap;if(ei||ai.state){var di=ai.state||(ai.state=new pi),fi=oi(di.get),yi=oi(di.has),gi=oi(di.set);Ge=function(t,e){if(yi(di,t))throw new ci(ui);return e.facade=t,gi(di,t,e),e},Xe=function(t){return fi(di,t)||{}},He=function(t){return yi(di,t)}}else{var vi=hi("state");li[vi]=!0,Ge=function(t,e){if(si(t,vi))throw new ci(ui);return e.facade=t,ri(t,vi,e),e},Xe=function(t){return si(t,vi)?t[vi]:{}},He=function(t){return si(t,vi)}}var mi={set:Ge,get:Xe,has:He,enforce:function(t){return He(t)?Xe(t):Ge(t,{})},getterFor:function(t){return function(e){var i;if(!ni(e)||(i=Xe(e)).type!==t)throw ci("Incompatible receiver, "+t+" required");return i}}},_i=r,xi=z,bi=Ct,wi=s,Ti=Ve.CONFIGURABLE,Ai=We,Si=mi.enforce,Ei=mi.get,Ci=Object.defineProperty,Mi=wi&&!_i((function(){return 8!==Ci((function(){}),"length",{value:8}).length})),Pi=String(String).split("String"),Oi=Re.exports=function(t,e,i){"Symbol("===String(e).slice(0,7)&&(e="["+String(e).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),i&&i.getter&&(e="get "+e),i&&i.setter&&(e="set "+e),(!bi(t,"name")||Ti&&t.name!==e)&&Ci(t,"name",{value:e,configurable:!0}),Mi&&i&&bi(i,"arity")&&t.length!==i.arity&&Ci(t,"length",{value:i.arity});try{i&&bi(i,"constructor")&&i.constructor?wi&&Ci(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var o=Si(t);return bi(o,"source")||(o.source=Pi.join("string"==typeof e?e:"")),t};Function.prototype.toString=Oi((function(){return xi(this)&&Ei(this).source||Ai(this)}),"toString");var ki=z,Ii=de,Ri=Re.exports,Bi=mt,Di={},Li=Math.ceil,zi=Math.floor,Fi=Math.trunc||function(t){var e=+t;return(e>0?zi:Li)(e)},Vi=Fi,ji=function(t){var e=+t;return e!=e||0===e?0:Vi(e)},Ni=ji,Ui=Math.max,Gi=Math.min,Xi=ji,Hi=Math.min,Wi=function(t){return t>0?Hi(Xi(t),9007199254740991):0},Yi=L,qi=function(t,e){var i=Ni(t);return i<0?Ui(i+e,0):Gi(i,e)},Zi=function(t){return Wi(t.length)},Ki=function(t){return function(e,i,o){var n,r=Yi(e),s=Zi(r),a=qi(o,s);if(t&&i!=i){for(;s>a;)if((n=r[a++])!=n)return!0}else for(;s>a;a++)if((t||a in r)&&r[a]===i)return t||a||0;return!t&&-1}},Ji={includes:Ki(!0),indexOf:Ki(!1)},$i=Ct,Qi=L,to=Ji.indexOf,eo=ti,io=T([].push),oo=function(t,e){var i,o=Qi(t),n=0,r=[];for(i in o)!$i(eo,i)&&$i(o,i)&&io(r,i);for(;e.length>n;)$i(o,i=e[n++])&&(~to(r,i)||io(r,i));return r},no=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"].concat("length","prototype");Di.f=Object.getOwnPropertyNames||function(t){return oo(t,no)};var ro={};ro.f=Object.getOwnPropertySymbols;var so=G,ao=Di,ho=ro,lo=me,uo=T([].concat),co=so("Reflect","ownKeys")||function(t){var e=ao.f(lo(t)),i=ho.f;return i?uo(e,i(t)):e},po=Ct,fo=co,yo=n,go=de,vo=r,mo=z,_o=/#|\.prototype\./,xo=function(t,e){var i=wo[bo(t)];return i==Ao||i!=To&&(mo(e)?vo(e):!!e)},bo=xo.normalize=function(t){return String(t).replace(_o,".").toLowerCase()},wo=xo.data={},To=xo.NATIVE="N",Ao=xo.POLYFILL="P",So=xo,Eo=o,Co=n.f,Mo=Ie,Po=function(t,e,i,o){o||(o={});var n=o.enumerable,r=void 0!==o.name?o.name:e;return ki(i)&&Ri(i,r,o),o.global?n?t[e]=i:Bi(e,i):(o.unsafe?t[e]&&(n=!0):delete t[e],n?t[e]=i:Ii.f(t,e,{value:i,enumerable:!1,configurable:!o.nonConfigurable,writable:!o.nonWritable})),t},Oo=mt,ko=function(t,e,i){for(var o=fo(e),n=go.f,r=yo.f,s=0;s<o.length;s++){var a=o[s];po(t,a)||i&&po(i,a)||n(t,a,r(e,a))}},Io=So;if(function(t,e){var i,o,n,r,s,a=t.target,h=t.global,l=t.stat;if(i=h?Eo:l?Eo[a]||Oo(a,{}):(Eo[a]||{}).prototype)for(o in e){if(r=e[o],n=t.dontCallGetSet?(s=Co(i,o))&&s.value:i[o],!Io(h?o:a+(l?".":"#")+o,t.forced)&&void 0!==n){if(typeof r==typeof n)continue;ko(r,n)}(t.sham||n&&n.sham)&&Mo(r,"sham",!0),Po(i,o,r,t)}}({global:!0},{globalThis:o}),"undefined"!=typeof globalThis&&void 0===globalThis.console&&(globalThis.console={},globalThis.console.log=function(){},globalThis.console.assert=function(){},globalThis.console.warn=function(){},globalThis.console.error=function(){alert(Array.prototype.slice.call(arguments).join(", "))}),"performance"in globalThis==!1&&(globalThis.performance={}),Date.now=Date.now||function(){return(new Date).getTime()},"now"in globalThis.performance==!1){var Ro=Date.now();performance.timing&&performance.timing.navigationStart&&(Ro=performance.timing.navigationStart),globalThis.performance.now=function(){return Date.now()-Ro}}function Bo(t){return t.charAt(0).toUpperCase()+t.slice(1)}function Do(t){return t.replace(/\s+$/,"")}function Lo(t){return"string"==typeof t&&(t=t.trim()),!isNaN(t)&&/[+-]?([0-9]*[.])?[0-9]+/.test(t)}function zo(t){var e=t.trim();return"true"===e||"false"===e}function Fo(t){for(var e="",i=0;i<t.length;)e+=t.charCodeAt(i++).toString(16);return e}var Vo=Object.freeze({__proto__:null,capitalize:Bo,trimLeft:function(t){return t.replace(/^\s+/,"")},trimRight:Do,isNumeric:Lo,isBoolean:zo,toHex:Fo}),jo=["ms","MS","moz","webkit","o"];function No(t,e){if(t in(e=e||globalThis))return e[t];var i,o=Bo(t);return jo.some((function(t){var n=t+o;return i=n in e?e[n]:void 0})),i}function Uo(t,e,i){if(!(t in(i=i||globalThis))){var o=Bo(t);return jo.some((function(t){var n=t+o;if(n in i)return i[n]=e,!0})),!1}i[t]=e}var Go=Object.freeze({__proto__:null,prefixed:No,setPrefixed:Uo}),Xo=Math.PI/180,Ho=180/Math.PI,Wo=2*Math.PI,Yo=.5*Math.PI,qo=1e-6;function Zo(t){return 0==(t&t-1)}function Ko(t){return t--,t|=t>>1,t|=t>>2,t|=t>>4,t|=t>>8,t|=t>>16,++t}function Jo(t){return t*Xo}function $o(t,e,i){return t<e?e:t>i?i:+t}function Qo(t,e){return~~(Math.random()*(e-t))+t}function tn(t,e){return Math.random()*(e-t)+t}function en(t,e){return~~(Math.pow(Math.random(),2)*(e-t))+t}function on(t,e,i){return void 0===i&&(i=2),Math.abs(t-e)<Math.pow(10,-i)/2}var nn=Object.freeze({__proto__:null,DEG_TO_RAD:Xo,RAD_TO_DEG:Ho,TAU:Wo,ETA:Yo,EPSILON:qo,isPowerOfTwo:Zo,nextPowerOfTwo:Ko,degToRad:Jo,radToDeg:function(t){return t*Ho},clamp:$o,random:Qo,randomFloat:tn,weightedRandom:en,round:function(t,e){void 0===e&&(e=0);var i=Math.pow(10,e);return~~(.5+t*i)/i},toBeCloseTo:on});function rn(t,e){var i=Array.prototype.indexOf.call(t,e);return-1!==i&&Array.prototype.splice.call(t,i,1),t}var sn=Object.freeze({__proto__:null,remove:rn,random:function(t){return t[Qo(0,t.length)]},weightedRandom:function(t){return t[en(0,t.length)]}}),an=/^.*(\\|\/|\:)/,hn=/\.[^\.]*$/;function ln(t){return t.replace(an,"").replace(hn,"")}function un(t){return t.substring(t.lastIndexOf(".")+1,t.length)}var cn=Object.freeze({__proto__:null,getBasename:ln,getExtension:un});function pn(t,e){for(var i=[],o=arguments.length-2;o-- >0;)i[o]=arguments[o+2];return setTimeout.apply(void 0,[t.bind(e),.01].concat(i))}function dn(t,e,i){var o,n=globalThis.performance.now();return"boolean"!=typeof i&&(i=!1),function(){var r=globalThis.performance.now(),s=r-n,a=arguments;if(!(s<e))return n=r,t.apply(null,a);!1===i&&(clearTimeout(o),o=setTimeout((function(){return n=r,t.apply(null,a)}),s))}}var fn=Object.freeze({__proto__:null,defer:pn,throttle:dn}),yn=function(){this.objectClass={},this.instance_counter=0};yn.prototype.register=function(t,e,i){if(void 0===i&&(i=!1),void 0===e)throw new Error("Cannot register object '"+t+"', invalid class");this.objectClass[t]={class:e,pool:i?[]:void 0}},yn.prototype.pull=function(t){for(var e=arguments,i=new Array(arguments.length),o=0;o<arguments.length;o++)i[o]=e[o];var n=this.objectClass[t];if(n){var r,s=n.class,a=n.pool;return a&&(r=a.pop())?(i.shift(),"function"==typeof r.onResetEvent&&r.onResetEvent.apply(r,i),this.instance_counter--):(i[0]=s,r=new(s.bind.apply(s,i)),a&&(r.className=t)),r}throw new Error("Cannot instantiate object of type '"+t+"'")},yn.prototype.purge=function(){for(var t in this.objectClass)this.objectClass[t]&&(this.objectClass[t].pool=[]);this.instance_counter=0},yn.prototype.push=function(t,e){if(void 0===e&&(e=!0),!this.poolable(t)){if(!0===e)throw new Error("me.pool: object "+t+" cannot be recycled");return!1}return this.objectClass[t.className].pool.push(t),this.instance_counter++,!0},yn.prototype.exists=function(t){return t in this.objectClass},yn.prototype.poolable=function(t){var e=t.className;return void 0!==e&&"function"==typeof t.onResetEvent&&e in this.objectClass&&void 0!==this.objectClass[e].pool},yn.prototype.getInstanceCount=function(){return this.instance_counter};var gn=new yn,vn=function(t,e){void 0===t&&(t=0),void 0===e&&(e=0),this.onResetEvent(t,e)};vn.prototype.onResetEvent=function(t,e){return void 0===t&&(t=0),void 0===e&&(e=0),this.x=t,this.y=e,this},vn.prototype._set=function(t,e){return this.x=t,this.y=e,this},vn.prototype.set=function(t,e){if(t!==+t||e!==+e)throw new Error("invalid x,y parameters (not a number)");return this._set(t,e)},vn.prototype.setZero=function(){return this.set(0,0)},vn.prototype.setV=function(t){return this._set(t.x,t.y)},vn.prototype.add=function(t){return this._set(this.x+t.x,this.y+t.y)},vn.prototype.sub=function(t){return this._set(this.x-t.x,this.y-t.y)},vn.prototype.scale=function(t,e){return this._set(this.x*t,this.y*(void 0!==e?e:t))},vn.prototype.toIso=function(){return this._set(this.x-this.y,.5*(this.x+this.y))},vn.prototype.to2d=function(){return this._set(this.y+this.x/2,this.y-this.x/2)},vn.prototype.scaleV=function(t){return this._set(this.x*t.x,this.y*t.y)},vn.prototype.div=function(t){return this._set(this.x/t,this.y/t)},vn.prototype.abs=function(){return this._set(this.x<0?-this.x:this.x,this.y<0?-this.y:this.y)},vn.prototype.clamp=function(t,e){return new vn($o(this.x,t,e),$o(this.y,t,e))},vn.prototype.clampSelf=function(t,e){return this._set($o(this.x,t,e),$o(this.y,t,e))},vn.prototype.minV=function(t){return this._set(this.x<t.x?this.x:t.x,this.y<t.y?this.y:t.y)},vn.prototype.maxV=function(t){return this._set(this.x>t.x?this.x:t.x,this.y>t.y?this.y:t.y)},vn.prototype.floor=function(){return new vn(Math.floor(this.x),Math.floor(this.y))},vn.prototype.floorSelf=function(){return this._set(Math.floor(this.x),Math.floor(this.y))},vn.prototype.ceil=function(){return new vn(Math.ceil(this.x),Math.ceil(this.y))},vn.prototype.ceilSelf=function(){return this._set(Math.ceil(this.x),Math.ceil(this.y))},vn.prototype.negate=function(){return new vn(-this.x,-this.y)},vn.prototype.negateSelf=function(){return this._set(-this.x,-this.y)},vn.prototype.copy=function(t){return this._set(t.x,t.y)},vn.prototype.equals=function(){var t,e;return 2===arguments.length?(t=arguments[0],e=arguments[1]):(t=arguments[0].x,e=arguments[0].y),this.x===t&&this.y===e},vn.prototype.normalize=function(){return this.div(this.length()||1)},vn.prototype.perp=function(){return this._set(this.y,-this.x)},vn.prototype.rotate=function(t,e){var i=0,o=0;"object"==typeof e&&(i=e.x,o=e.y);var n=this.x-i,r=this.y-o,s=Math.cos(t),a=Math.sin(t);return this._set(n*s-r*a+i,n*a+r*s+o)},vn.prototype.dot=function(t){return this.x*t.x+this.y*t.y},vn.prototype.cross=function(t){return this.x*t.y-this.y*t.x},vn.prototype.length2=function(){return this.dot(this)},vn.prototype.length=function(){return Math.sqrt(this.length2())},vn.prototype.lerp=function(t,e){return this.x+=(t.x-this.x)*e,this.y+=(t.y-this.y)*e,this},vn.prototype.distance=function(t){var e=this.x-t.x,i=this.y-t.y;return Math.sqrt(e*e+i*i)},vn.prototype.angle=function(t){return Math.acos($o(this.dot(t)/(this.length()*t.length()),-1,1))},vn.prototype.project=function(t){return this.scale(this.dot(t)/t.length2())},vn.prototype.projectN=function(t){return this.scale(this.dot(t))},vn.prototype.clone=function(){return gn.pull("Vector2d",this.x,this.y)},vn.prototype.toString=function(){return"x:"+this.x+",y:"+this.y};var mn=function(t){return"0123456789ABCDEF".charAt(t-t%16>>4)+"0123456789ABCDEF".charAt(t%16)},_n=/^rgba?\((\d+), ?(\d+), ?(\d+)(, ?([\d\.]+))?\)$/,xn=/^#([\da-fA-F])([\da-fA-F])([\da-fA-F])$/,bn=/^#([\da-fA-F])([\da-fA-F])([\da-fA-F])([\da-fA-F])$/,wn=/^#([\da-fA-F]{2})([\da-fA-F]{2})([\da-fA-F]{2})$/,Tn=/^#([\da-fA-F]{2})([\da-fA-F]{2})([\da-fA-F]{2})([\da-fA-F]{2})$/,An=new Map;[["black",[0,0,0]],["silver",[192,192,129]],["gray",[128,128,128]],["white",[255,255,255]],["maroon",[128,0,0]],["red",[255,0,0]],["purple",[128,0,128]],["fuchsia",[255,0,255]],["green",[0,128,0]],["lime",[0,255,0]],["olive",[128,128,0]],["yellow",[255,255,0]],["navy",[0,0,128]],["blue",[0,0,255]],["teal",[0,128,128]],["aqua",[0,255,255]],["orange",[255,165,0]],["aliceblue",[240,248,245]],["antiquewhite",[250,235,215]],["aquamarine",[127,255,212]],["azure",[240,255,255]],["beige",[245,245,220]],["bisque",[255,228,196]],["blanchedalmond",[255,235,205]],["blueviolet",[138,43,226]],["brown",[165,42,42]],["burlywood",[222,184,35]],["cadetblue",[95,158,160]],["chartreuse",[127,255,0]],["chocolate",[210,105,30]],["coral",[255,127,80]],["cornflowerblue",[100,149,237]],["cornsilk",[255,248,220]],["crimson",[220,20,60]],["darkblue",[0,0,139]],["darkcyan",[0,139,139]],["darkgoldenrod",[184,134,11]],["darkgray[*]",[169,169,169]],["darkgreen",[0,100,0]],["darkgrey[*]",[169,169,169]],["darkkhaki",[189,183,107]],["darkmagenta",[139,0,139]],["darkolivegreen",[85,107,47]],["darkorange",[255,140,0]],["darkorchid",[153,50,204]],["darkred",[139,0,0]],["darksalmon",[233,150,122]],["darkseagreen",[143,188,143]],["darkslateblue",[72,61,139]],["darkslategray",[47,79,79]],["darkslategrey",[47,79,79]],["darkturquoise",[0,206,209]],["darkviolet",[148,0,211]],["deeppink",[255,20,147]],["deepskyblue",[0,191,255]],["dimgray",[105,105,105]],["dimgrey",[105,105,105]],["dodgerblue",[30,144,255]],["firebrick",[178,34,34]],["floralwhite",[255,250,240]],["forestgreen",[34,139,34]],["gainsboro",[220,220,220]],["ghostwhite",[248,248,255]],["gold",[255,215,0]],["goldenrod",[218,165,32]],["greenyellow",[173,255,47]],["grey",[128,128,128]],["honeydew",[240,255,240]],["hotpink",[255,105,180]],["indianred",[205,92,92]],["indigo",[75,0,130]],["ivory",[255,255,240]],["khaki",[240,230,140]],["lavender",[230,230,250]],["lavenderblush",[255,240,245]],["lawngreen",[124,252,0]],["lemonchiffon",[255,250,205]],["lightblue",[173,216,230]],["lightcoral",[240,128,128]],["lightcyan",[224,255,255]],["lightgoldenrodyellow",[250,250,210]],["lightgray",[211,211,211]],["lightgreen",[144,238,144]],["lightgrey",[211,211,211]],["lightpink",[255,182,193]],["lightsalmon",[255,160,122]],["lightseagreen",[32,178,170]],["lightskyblue",[135,206,250]],["lightslategray",[119,136,153]],["lightslategrey",[119,136,153]],["lightsteelblue",[176,196,222]],["lightyellow",[255,255,224]],["limegreen",[50,205,50]],["linen",[250,240,230]],["mediumaquamarine",[102,205,170]],["mediumblue",[0,0,205]],["mediumorchid",[186,85,211]],["mediumpurple",[147,112,219]],["mediumseagreen",[60,179,113]],["mediumslateblue",[123,104,238]],["mediumspringgreen",[0,250,154]],["mediumturquoise",[72,209,204]],["mediumvioletred",[199,21,133]],["midnightblue",[25,25,112]],["mintcream",[245,255,250]],["mistyrose",[255,228,225]],["moccasin",[255,228,181]],["navajowhite",[255,222,173]],["oldlace",[253,245,230]],["olivedrab",[107,142,35]],["orangered",[255,69,0]],["orchid",[218,112,214]],["palegoldenrod",[238,232,170]],["palegreen",[152,251,152]],["paleturquoise",[175,238,238]],["palevioletred",[219,112,147]],["papayawhip",[255,239,213]],["peachpuff",[255,218,185]],["peru",[205,133,63]],["pink",[255,192,203]],["plum",[221,160,221]],["powderblue",[176,224,230]],["rosybrown",[188,143,143]],["royalblue",[65,105,225]],["saddlebrown",[139,69,19]],["salmon",[250,128,114]],["sandybrown",[244,164,96]],["seagreen",[46,139,87]],["seashell",[255,245,238]],["sienna",[160,82,45]],["skyblue",[135,206,235]],["slateblue",[106,90,205]],["slategray",[112,128,144]],["slategrey",[112,128,144]],["snow",[255,250,250]],["springgreen",[0,255,127]],["steelblue",[70,130,180]],["tan",[210,180,140]],["thistle",[216,191,216]],["tomato",[255,99,71]],["turquoise",[64,224,208]],["violet",[238,130,238]],["wheat",[245,222,179]],["whitesmoke",[245,245,245]],["yellowgreen",[154,205,50]]].forEach((function(t){An.set(t[0],t[1])}));var Sn=function(t,e,i,o){void 0===t&&(t=0),void 0===e&&(e=0),void 0===i&&(i=0),void 0===o&&(o=1),this.onResetEvent(t,e,i,o)},En={r:{configurable:!0},g:{configurable:!0},b:{configurable:!0},alpha:{configurable:!0}};Sn.prototype.onResetEvent=function(t,e,i,o){return void 0===t&&(t=0),void 0===e&&(e=0),void 0===i&&(i=0),void 0===o&&(o=1),void 0===this.glArray&&(this.glArray=new Float32Array([0,0,0,1])),this.setColor(t,e,i,o)},En.r.get=function(){return~~(255*this.glArray[0])},En.r.set=function(t){this.glArray[0]=$o(~~t||0,0,255)/255},En.g.get=function(){return~~(255*this.glArray[1])},En.g.set=function(t){this.glArray[1]=$o(~~t||0,0,255)/255},En.b.get=function(){return~~(255*this.glArray[2])},En.b.set=function(t){this.glArray[2]=$o(~~t||0,0,255)/255},En.alpha.get=function(){return this.glArray[3]},En.alpha.set=function(t){this.glArray[3]=void 0===t?1:$o(+t,0,1)},Sn.prototype.setColor=function(t,e,i,o){return void 0===o&&(o=1),this.r=t,this.g=e,this.b=i,this.alpha=o,this},Sn.prototype.clone=function(){return gn.pull("Color").copy(this)},Sn.prototype.copy=function(t){return t instanceof Sn?(this.glArray.set(t.glArray),this):this.parseCSS(t)},Sn.prototype.add=function(t){return this.glArray[0]=$o(this.glArray[0]+t.glArray[0],0,1),this.glArray[1]=$o(this.glArray[1]+t.glArray[1],0,1),this.glArray[2]=$o(this.glArray[2]+t.glArray[2],0,1),this.glArray[3]=(this.glArray[3]+t.glArray[3])/2,this},Sn.prototype.darken=function(t){return t=$o(t,0,1),this.glArray[0]*=t,this.glArray[1]*=t,this.glArray[2]*=t,this},Sn.prototype.lerp=function(t,e){return e=$o(e,0,1),this.glArray[0]+=(t.glArray[0]-this.glArray[0])*e,this.glArray[1]+=(t.glArray[1]-this.glArray[1])*e,this.glArray[2]+=(t.glArray[2]-this.glArray[2])*e,this},Sn.prototype.lighten=function(t){return t=$o(t,0,1),this.glArray[0]=$o(this.glArray[0]+(1-this.glArray[0])*t,0,1),this.glArray[1]=$o(this.glArray[1]+(1-this.glArray[1])*t,0,1),this.glArray[2]=$o(this.glArray[2]+(1-this.glArray[2])*t,0,1),this},Sn.prototype.random=function(t,e){return void 0===t&&(t=0),void 0===e&&(e=255),t<0&&(t=0),e>255&&(e=255),this.setColor(Qo(t,e),Qo(t,e),Qo(t,e),this.alpha)},Sn.prototype.equals=function(t){return this.glArray[0]===t.glArray[0]&&this.glArray[1]===t.glArray[1]&&this.glArray[2]===t.glArray[2]&&this.glArray[3]===t.glArray[3]},Sn.prototype.parseCSS=function(t){return An.has(t)?this.setColor.apply(this,An.get(t)):this.parseRGB(t)},Sn.prototype.parseRGB=function(t){var e=_n.exec(t);return e?this.setColor(+e[1],+e[2],+e[3],+e[5]):this.parseHex(t)},Sn.prototype.parseHex=function(t,e){var i;if(void 0===e&&(e=!1),i=Tn.exec(t))return this.setColor(parseInt(i[!1===e?1:2],16),parseInt(i[!1===e?2:3],16),parseInt(i[!1===e?3:4],16),($o(parseInt(i[!1===e?4:1],16),0,255)/255).toFixed(1));if(i=wn.exec(t))return this.setColor(parseInt(i[1],16),parseInt(i[2],16),parseInt(i[3],16));if(i=bn.exec(t)){var o=i[!1===e?1:2],n=i[!1===e?2:3],r=i[!1===e?3:4],s=i[!1===e?4:1];return this.setColor(parseInt(o+o,16),parseInt(n+n,16),parseInt(r+r,16),($o(parseInt(s+s,16),0,255)/255).toFixed(1))}if(i=xn.exec(t))return this.setColor(parseInt(i[1]+i[1],16),parseInt(i[2]+i[2],16),parseInt(i[3]+i[3],16));throw new Error("invalid parameter: "+t)},Sn.prototype.toUint32=function(t){return void 0===t&&(t=this.alpha),((255*t&255)<<24)+((255&this.r)<<16)+((255&this.g)<<8)+(255&this.b)},Sn.prototype.toArray=function(){return this.glArray},Sn.prototype.toHex=function(){return"#"+mn(this.r)+mn(this.g)+mn(this.b)},Sn.prototype.toHex8=function(t){return void 0===t&&(t=this.alpha),"#"+mn(this.r)+mn(this.g)+mn(this.b)+mn(255*t)},Sn.prototype.toRGB=function(){return"rgb("+this.r+","+this.g+","+this.b+")"},Sn.prototype.toRGBA=function(t){return void 0===t&&(t=this.alpha),"rgba("+this.r+","+this.g+","+this.b+","+t+")"},Object.defineProperties(Sn.prototype,En);var Cn=function(){for(var t,e=[],i=arguments.length;i--;)e[i]=arguments[i];(t=this).onResetEvent.apply(t,e)},Mn={tx:{configurable:!0},ty:{configurable:!0},tz:{configurable:!0}};Cn.prototype.onResetEvent=function(){void 0===this.val&&(this.val=new Float32Array(16)),arguments.length&&arguments[0]instanceof Cn?this.copy(arguments[0]):16===arguments.length?this.setTransform.apply(this,arguments):this.identity()},Mn.tx.get=function(){return this.val[12]},Mn.ty.get=function(){return this.val[13]},Mn.tz.get=function(){return this.val[14]},Cn.prototype.identity=function(){return this.setTransform(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)},Cn.prototype.setTransform=function(t,e,i,o,n,r,s,a,h,l,u,c,p,d,f,y){var g=this.val;return g[0]=t,g[1]=e,g[2]=i,g[3]=o,g[4]=n,g[5]=r,g[6]=s,g[7]=a,g[8]=h,g[9]=l,g[10]=u,g[11]=c,g[12]=p,g[13]=d,g[14]=f,g[15]=y,this},Cn.prototype.copy=function(t){return this.val.set(t.val),this},Cn.prototype.fromMat2d=function(t){var e=t.val;return this.setTransform(e[0],e[3],e[6],0,e[1],e[4],e[7],0,e[2],e[5],e[8],0,0,0,0,1)},Cn.prototype.multiply=function(t){var e=this.val,i=t.val,o=e[0],n=e[1],r=e[2],s=e[3],a=e[4],h=e[5],l=e[6],u=e[7],c=e[8],p=e[9],d=e[10],f=e[11],y=e[12],g=e[13],v=e[14],m=e[15],_=i[0],x=i[1],b=i[2],w=i[3];return e[0]=_*o+x*a+b*c+w*y,e[1]=_*n+x*h+b*p+w*g,e[2]=_*r+x*l+b*d+w*v,e[3]=_*s+x*u+b*f+w*m,_=i[4],x=i[5],b=i[6],w=i[7],e[4]=_*o+x*a+b*c+w*y,e[5]=_*n+x*h+b*p+w*g,e[6]=_*r+x*l+b*d+w*v,e[7]=_*s+x*u+b*f+w*m,_=i[8],x=i[9],b=i[10],w=i[11],e[8]=_*o+x*a+b*c+w*y,e[9]=_*n+x*h+b*p+w*g,e[10]=_*r+x*l+b*d+w*v,e[11]=_*s+x*u+b*f+w*m,_=i[12],x=i[13],b=i[14],w=i[15],e[12]=_*o+x*a+b*c+w*y,e[13]=_*n+x*h+b*p+w*g,e[14]=_*r+x*l+b*d+w*v,e[15]=_*s+x*u+b*f+w*m,this},Cn.prototype.transpose=function(){var t=this.val,e=t[1],i=t[2],o=t[3],n=t[6],r=t[7],s=t[11];return t[1]=t[4],t[2]=t[8],t[3]=t[12],t[4]=e,t[6]=t[9],t[7]=t[13],t[8]=i,t[9]=n,t[11]=t[14],t[12]=o,t[13]=r,t[14]=s,this},Cn.prototype.invert=function(){var t=this.val,e=t[0],i=t[1],o=t[2],n=t[3],r=t[4],s=t[5],a=t[6],h=t[7],l=t[8],u=t[9],c=t[10],p=t[11],d=t[12],f=t[13],y=t[14],g=t[15],v=e*s-i*r,m=e*a-o*r,_=e*h-n*r,x=i*a-o*s,b=i*h-n*s,w=o*h-n*a,T=l*f-u*d,A=l*y-c*d,S=l*g-p*d,E=u*y-c*f,C=u*g-p*f,M=c*g-p*y,P=v*M-m*C+_*E+x*S-b*A+w*T;return P?(P=1/P,t[0]=(s*M-a*C+h*E)*P,t[1]=(o*C-i*M-n*E)*P,t[2]=(f*w-y*b+g*x)*P,t[3]=(c*b-u*w-p*x)*P,t[4]=(a*S-r*M-h*A)*P,t[5]=(e*M-o*S+n*A)*P,t[6]=(y*_-d*w-g*m)*P,t[7]=(l*w-c*_+p*m)*P,t[8]=(r*C-s*S+h*T)*P,t[9]=(i*S-e*C-n*T)*P,t[10]=(d*b-f*_+g*v)*P,t[11]=(u*_-l*b-p*v)*P,t[12]=(s*A-r*E-a*T)*P,t[13]=(e*E-i*A+o*T)*P,t[14]=(f*m-d*x-y*v)*P,t[15]=(l*x-u*m+c*v)*P,this):null},Cn.prototype.apply=function(t){var e=this.val,i=t.x,o=t.y,n=void 0!==t.z?t.z:1,r=e[3]*i+e[7]*o+e[11]*n+e[15]||1;return t.x=(e[0]*i+e[4]*o+e[8]*n+e[12])/r,t.y=(e[1]*i+e[5]*o+e[9]*n+e[13])/r,void 0!==t.z&&(t.z=(e[2]*i+e[6]*o+e[10]*n+e[14])/r),t},Cn.prototype.applyInverse=function(t){var e=gn.pull("Matrix3d",this).invert();return e.apply(t),gn.push(e),t},Cn.prototype.ortho=function(t,e,i,o,n,r){var s=this.val,a=1/(t-e),h=1/(i-o),l=1/(n-r);return s[0]=-2*a,s[1]=0,s[2]=0,s[3]=0,s[4]=0,s[5]=-2*h,s[6]=0,s[7]=0,s[8]=0,s[9]=0,s[10]=2*l,s[11]=0,s[12]=(t+e)*a,s[13]=(o+i)*h,s[14]=(r+n)*l,s[15]=1,this},Cn.prototype.scale=function(t,e,i){var o=this.val,n=t,r=void 0===e?n:e,s=void 0===i?0:i;return o[0]=o[0]*n,o[1]=o[1]*n,o[2]=o[2]*n,o[3]=o[3]*n,o[4]=o[4]*r,o[5]=o[5]*r,o[6]=o[6]*r,o[7]=o[7]*r,o[8]=o[8]*s,o[9]=o[9]*s,o[10]=o[10]*s,o[11]=o[11]*s,this},Cn.prototype.scaleV=function(t){return this.scale(t.x,t.y,t.z)},Cn.prototype.scaleX=function(t){return this.scale(t,1)},Cn.prototype.scaleY=function(t){return this.scale(1,t)},Cn.prototype.rotate=function(t,e){if(0!==t){var i,o,n,r,s,a,h,l,u,c,p,d,f,y,g,v,m,_,x,b,w,T,A,S,E=this.val,C=e.x,M=e.y,P=e.z,O=Math.sqrt(C*C+M*M+P*P);if(O<qo)return null;C*=O=1/O,M*=O,P*=O,i=Math.sin(t),n=1-(o=Math.cos(t)),r=E[0],s=E[1],a=E[2],h=E[3],l=E[4],u=E[5],c=E[6],p=E[7],d=E[8],f=E[9],y=E[10],g=E[11],v=C*C*n+o,m=M*C*n+P*i,_=P*C*n-M*i,x=C*M*n-P*i,b=M*M*n+o,w=P*M*n+C*i,T=C*P*n+M*i,A=M*P*n-C*i,S=P*P*n+o,E[0]=r*v+l*m+d*_,E[1]=s*v+u*m+f*_,E[2]=a*v+c*m+y*_,E[3]=h*v+p*m+g*_,E[4]=r*x+l*b+d*w,E[5]=s*x+u*b+f*w,E[6]=a*x+c*b+y*w,E[7]=h*x+p*b+g*w,E[8]=r*T+l*A+d*S,E[9]=s*T+u*A+f*S,E[10]=a*T+c*A+y*S,E[11]=h*T+p*A+g*S}return this},Cn.prototype.translate=function(){var t,e,i,o=this.val;return arguments.length>1?(t=arguments[0],e=arguments[1],i=void 0===arguments[2]?0:arguments[2]):(t=arguments[0].x,e=arguments[0].y,i=void 0===arguments[0].z?0:arguments[0].z),o[12]=o[0]*t+o[4]*e+o[8]*i+o[12],o[13]=o[1]*t+o[5]*e+o[9]*i+o[13],o[14]=o[2]*t+o[6]*e+o[10]*i+o[14],o[15]=o[3]*t+o[7]*e+o[11]*i+o[15],this},Cn.prototype.isIdentity=function(){var t=this.val;return 1===t[0]&&0===t[1]&&0===t[2]&&0===t[3]&&0===t[4]&&1===t[5]&&0===t[6]&&0===t[7]&&0===t[8]&&0===t[9]&&1===t[10]&&0===t[11]&&0===t[12]&&0===t[13]&&0===t[14]&&1===t[15]},Cn.prototype.equals=function(t){var e=t.val,i=this.val;return i[0]===e[0]&&i[1]===e[1]&&i[2]===e[2]&&i[3]===e[3]&&i[4]===e[4]&&i[5]===e[5]&&i[6]===e[6]&&i[7]===e[7]&&i[8]===e[8]&&i[9]===e[9]&&i[10]===e[10]&&i[11]===e[11]&&i[12]===e[12]&&i[13]===e[13]&&i[14]===e[14]&&i[15]===e[15]},Cn.prototype.clone=function(){return gn.pull("Matrix3d",this)},Cn.prototype.toArray=function(){return this.val},Cn.prototype.toString=function(){var t=this.val;return"me.Matrix3d("+t[0]+", "+t[1]+", "+t[2]+", "+t[3]+", "+t[4]+", "+t[5]+", "+t[6]+", "+t[7]+", "+t[8]+", "+t[9]+", "+t[10]+", "+t[11]+", "+t[12]+", "+t[13]+", "+t[14]+", "+t[15]+")"},Object.defineProperties(Cn.prototype,Mn);var Pn=function(){for(var t,e=[],i=arguments.length;i--;)e[i]=arguments[i];(t=this).onResetEvent.apply(t,e)},On={tx:{configurable:!0},ty:{configurable:!0}};Pn.prototype.onResetEvent=function(){return void 0===this.val&&(this.val=new Float32Array(9)),arguments.length&&arguments[0]instanceof Pn?this.copy(arguments[0]):arguments.length&&arguments[0]instanceof Cn?this.fromMat3d(arguments[0]):arguments.length>=6?this.setTransform.apply(this,arguments):this.identity(),this},On.tx.get=function(){return this.val[6]},On.ty.get=function(){return this.val[7]},Pn.prototype.identity=function(){return this.setTransform(1,0,0,0,1,0,0,0,1),this},Pn.prototype.setTransform=function(){var t=this.val;return 9===arguments.length?(t[0]=arguments[0],t[1]=arguments[1],t[2]=arguments[2],t[3]=arguments[3],t[4]=arguments[4],t[5]=arguments[5],t[6]=arguments[6],t[7]=arguments[7],t[8]=arguments[8]):6===arguments.length&&(t[0]=arguments[0],t[1]=arguments[2],t[2]=arguments[4],t[3]=arguments[1],t[4]=arguments[3],t[5]=arguments[5],t[6]=0,t[7]=0,t[8]=1),this},Pn.prototype.copy=function(t){return this.val.set(t.val),this},Pn.prototype.fromMat3d=function(t){var e=t.val,i=this.val;return i[0]=e[0],i[1]=e[1],i[2]=e[2],i[3]=e[4],i[4]=e[5],i[5]=e[6],i[6]=e[8],i[7]=e[9],i[8]=e[10],this},Pn.prototype.multiply=function(t){var e=t.val,i=this.val,o=i[0],n=i[1],r=i[3],s=i[4],a=e[0],h=e[1],l=e[3],u=e[4],c=e[6],p=e[7];return i[0]=o*a+r*h,i[1]=n*a+s*h,i[3]=o*l+r*u,i[4]=n*l+s*u,i[6]+=o*c+r*p,i[7]+=n*c+s*p,this},Pn.prototype.transpose=function(){var t=this.val,e=t[1],i=t[2],o=t[5];return t[1]=t[3],t[2]=t[6],t[3]=e,t[5]=t[7],t[6]=i,t[7]=o,this},Pn.prototype.invert=function(){var t=this.val,e=t[0],i=t[1],o=t[2],n=t[3],r=t[4],s=t[5],a=t[6],h=t[7],l=t[8],u=l*r-s*h,c=s*a-l*n,p=h*n-r*a,d=e*u+i*c+o*p;return t[0]=u/d,t[1]=(o*h-l*i)/d,t[2]=(s*i-o*r)/d,t[3]=c/d,t[4]=(l*e-o*a)/d,t[5]=(o*n-s*e)/d,t[6]=p/d,t[7]=(i*a-h*e)/d,t[8]=(r*e-i*n)/d,this},Pn.prototype.apply=function(t){var e=this.val,i=t.x,o=t.y,n=void 0!==t.z?t.z:1;return t.x=i*e[0]+o*e[3]+n*e[6],t.y=i*e[1]+o*e[4]+n*e[7],void 0!==t.z&&(t.z=i*e[2]+o*e[5]+n*e[8]),t},Pn.prototype.applyInverse=function(t){var e=this.val,i=t.x,o=t.y,n=1/(e[0]*e[4]+e[3]*-e[1]);return t.x=e[4]*n*i+-e[3]*n*o+(e[7]*e[3]-e[6]*e[4])*n,t.y=e[0]*n*o+-e[1]*n*i+(-e[7]*e[0]+e[6]*e[1])*n,t},Pn.prototype.scale=function(t,e){var i=this.val,o=t,n=void 0===e?o:e;return i[0]*=o,i[1]*=o,i[3]*=n,i[4]*=n,this},Pn.prototype.scaleV=function(t){return this.scale(t.x,t.y)},Pn.prototype.scaleX=function(t){return this.scale(t,1)},Pn.prototype.scaleY=function(t){return this.scale(1,t)},Pn.prototype.rotate=function(t){if(0!==t){var e=this.val,i=e[0],o=e[1],n=e[2],r=e[3],s=e[4],a=e[5],h=Math.sin(t),l=Math.cos(t);e[0]=l*i+h*r,e[1]=l*o+h*s,e[2]=l*n+h*a,e[3]=l*r-h*i,e[4]=l*s-h*o,e[5]=l*a-h*n}return this},Pn.prototype.translate=function(){var t,e,i=this.val;return 2===arguments.length?(t=arguments[0],e=arguments[1]):(t=arguments[0].x,e=arguments[0].y),i[6]+=i[0]*t+i[3]*e,i[7]+=i[1]*t+i[4]*e,this},Pn.prototype.isIdentity=function(){var t=this.val;return 1===t[0]&&0===t[1]&&0===t[2]&&0===t[3]&&1===t[4]&&0===t[5]&&0===t[6]&&0===t[7]&&1===t[8]},Pn.prototype.equals=function(t){var e=t.val,i=this.val;return i[0]===e[0]&&i[1]===e[1]&&i[2]===e[2]&&i[3]===e[3]&&i[4]===e[4]&&i[5]===e[5]&&i[6]===e[6]&&i[7]===e[7]&&i[8]===e[8]},Pn.prototype.clone=function(){return gn.pull("Matrix2d",this)},Pn.prototype.toArray=function(){return this.val},Pn.prototype.toString=function(){var t=this.val;return"me.Matrix2d("+t[0]+", "+t[1]+", "+t[2]+", "+t[3]+", "+t[4]+", "+t[5]+", "+t[6]+", "+t[7]+", "+t[8]+")"},Object.defineProperties(Pn.prototype,On);var kn={exports:{}};!function(t){var e=Object.prototype.hasOwnProperty,i="~";function o(){}function n(t,e,i){this.fn=t,this.context=e,this.once=i||!1}function r(t,e,o,r,s){if("function"!=typeof o)throw new TypeError("The listener must be a function");var a=new n(o,r||t,s),h=i?i+e:e;return t._events[h]?t._events[h].fn?t._events[h]=[t._events[h],a]:t._events[h].push(a):(t._events[h]=a,t._eventsCount++),t}function s(t,e){0==--t._eventsCount?t._events=new o:delete t._events[e]}function a(){this._events=new o,this._eventsCount=0}Object.create&&(o.prototype=Object.create(null),(new o).__proto__||(i=!1)),a.prototype.eventNames=function(){var t,o,n=[];if(0===this._eventsCount)return n;for(o in t=this._events)e.call(t,o)&&n.push(i?o.slice(1):o);return Object.getOwnPropertySymbols?n.concat(Object.getOwnPropertySymbols(t)):n},a.prototype.listeners=function(t){var e=i?i+t:t,o=this._events[e];if(!o)return[];if(o.fn)return[o.fn];for(var n=0,r=o.length,s=new Array(r);n<r;n++)s[n]=o[n].fn;return s},a.prototype.listenerCount=function(t){var e=i?i+t:t,o=this._events[e];return o?o.fn?1:o.length:0},a.prototype.emit=function(t,e,o,n,r,s){var a=arguments,h=i?i+t:t;if(!this._events[h])return!1;var l,u,c=this._events[h],p=arguments.length;if(c.fn){switch(c.once&&this.removeListener(t,c.fn,void 0,!0),p){case 1:return c.fn.call(c.context),!0;case 2:return c.fn.call(c.context,e),!0;case 3:return c.fn.call(c.context,e,o),!0;case 4:return c.fn.call(c.context,e,o,n),!0;case 5:return c.fn.call(c.context,e,o,n,r),!0;case 6:return c.fn.call(c.context,e,o,n,r,s),!0}for(u=1,l=new Array(p-1);u<p;u++)l[u-1]=a[u];c.fn.apply(c.context,l)}else{var d,f=c.length;for(u=0;u<f;u++)switch(c[u].once&&this.removeListener(t,c[u].fn,void 0,!0),p){case 1:c[u].fn.call(c[u].context);break;case 2:c[u].fn.call(c[u].context,e);break;case 3:c[u].fn.call(c[u].context,e,o);break;case 4:c[u].fn.call(c[u].context,e,o,n);break;default:if(!l)for(d=1,l=new Array(p-1);d<p;d++)l[d-1]=a[d];c[u].fn.apply(c[u].context,l)}}return!0},a.prototype.on=function(t,e,i){return r(this,t,e,i,!1)},a.prototype.once=function(t,e,i){return r(this,t,e,i,!0)},a.prototype.removeListener=function(t,e,o,n){var r=i?i+t:t;if(!this._events[r])return this;if(!e)return s(this,r),this;var a=this._events[r];if(a.fn)a.fn!==e||n&&!a.once||o&&a.context!==o||s(this,r);else{for(var h=0,l=[],u=a.length;h<u;h++)(a[h].fn!==e||n&&!a[h].once||o&&a[h].context!==o)&&l.push(a[h]);l.length?this._events[r]=1===l.length?l[0]:l:s(this,r)}return this},a.prototype.removeAllListeners=function(t){var e;return t?(e=i?i+t:t,this._events[e]&&s(this,e)):(this._events=new o,this._eventsCount=0),this},a.prototype.off=a.prototype.removeListener,a.prototype.addListener=a.prototype.on,a.prefixed=i,a.EventEmitter=a,t.exports=a}(kn);var In=new(0,kn.exports),Rn="me.boot",Bn="me.state.onPause",Dn="me.state.onResume",Ln="me.state.onStop",zn="me.state.onRestart",Fn="me.state.onChange",Vn="me.video.onInit",jn="me.game.onInit",Nn="me.game.onReset",Un="me.game.beforeUpdate",Gn="me.game.afterUpdate",Xn="me.game.onUpdate",Hn="me.game.beforeDraw",Wn="me.game.afterDraw",Yn="me.game.onLevelLoaded",qn="me.loader.onload",Zn="me.loader.onProgress",Kn="me.input.keydown",Jn="me.input.keyup",$n="gamepad.connected",Qn="gamepad.disconnected",tr="gamepad.update",er="me.event.pointermove",ir="me.event.pointerlockChange",or="me.game.dragstart",nr="me.game.dragend",rr="globalThis.onresize",sr="canvas.onresize",ar="viewport.onresize",hr="globalThis.orientationchange",lr="globalThis.onscroll",ur="viewport.onchange",cr="renderer.contextlost",pr="renderer.contextrestored";function dr(t){for(var e=[],i=arguments.length-1;i-- >0;)e[i]=arguments[i+1];return In.emit.apply(In,[t].concat(e))}function fr(t,e,i){return In.on(t,e,i)}function yr(t,e,i){return In.once(t,e,i)}function gr(t,e){return In.off(t,e)}var vr=Object.freeze({__proto__:null,BOOT:Rn,STATE_PAUSE:Bn,STATE_RESUME:Dn,STATE_STOP:Ln,STATE_RESTART:zn,STATE_CHANGE:Fn,VIDEO_INIT:Vn,GAME_INIT:jn,GAME_RESET:Nn,GAME_BEFORE_UPDATE:Un,GAME_AFTER_UPDATE:Gn,GAME_UPDATE:Xn,GAME_BEFORE_DRAW:Hn,GAME_AFTER_DRAW:Wn,LEVEL_LOADED:Yn,LOADER_COMPLETE:qn,LOADER_PROGRESS:Zn,KEYDOWN:Kn,KEYUP:Jn,GAMEPAD_CONNECTED:$n,GAMEPAD_DISCONNECTED:Qn,GAMEPAD_UPDATE:tr,POINTERMOVE:er,POINTERLOCKCHANGE:ir,DRAGSTART:or,DRAGEND:nr,WINDOW_ONRESIZE:rr,CANVAS_ONRESIZE:sr,VIEWPORT_ONRESIZE:ar,WINDOW_ONORIENTATION_CHANGE:hr,WINDOW_ONSCROLL:lr,VIEWPORT_ONCHANGE:ur,ONCONTEXT_LOST:cr,ONCONTEXT_RESTORED:pr,emit:dr,on:fr,once:yr,off:gr}),mr={};
8
+ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).me={})}(this,(function(t){"use strict";var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},i=function(t){return t&&t.Math==Math&&t},o=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof e&&e)||function(){return this}()||Function("return this")(),n={},r=function(t){try{return!!t()}catch(t){return!0}},s=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),a=!r((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")})),h=a,l=Function.prototype.call,u=h?l.bind(l):function(){return l.apply(l,arguments)},c={},p={}.propertyIsEnumerable,d=Object.getOwnPropertyDescriptor,f=d&&!p.call({1:2},1);c.f=f?function(t){var e=d(this,t);return!!e&&e.enumerable}:p;var y,g,v=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}},m=a,x=Function.prototype,_=x.bind,b=x.call,w=m&&_.bind(b,b),T=m?function(t){return t&&w(t)}:function(t){return t&&function(){return b.apply(t,arguments)}},A=T,S=A({}.toString),E=A("".slice),C=function(t){return E(S(t),8,-1)},M=r,P=C,O=Object,k=T("".split),I=M((function(){return!O("z").propertyIsEnumerable(0)}))?function(t){return"String"==P(t)?k(t,""):O(t)}:O,B=TypeError,R=function(t){if(null==t)throw B("Can't call method on "+t);return t},D=I,L=R,z=function(t){return D(L(t))},F=function(t){return"function"==typeof t},V=F,j=function(t){return"object"==typeof t?null!==t:V(t)},U=o,N=F,G=function(t){return N(t)?t:void 0},X=function(t,e){return arguments.length<2?G(U[t]):U[t]&&U[t][e]},H=T({}.isPrototypeOf),Y=o,W=X("navigator","userAgent")||"",q=Y.process,K=Y.Deno,Z=q&&q.versions||K&&K.version,Q=Z&&Z.v8;Q&&(g=(y=Q.split("."))[0]>0&&y[0]<4?1:+(y[0]+y[1])),!g&&W&&(!(y=W.match(/Edge\/(\d+)/))||y[1]>=74)&&(y=W.match(/Chrome\/(\d+)/))&&(g=+y[1]);var J=g,$=r,tt=!!Object.getOwnPropertySymbols&&!$((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&J&&J<41})),et=tt&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,it=X,ot=F,nt=H,rt=Object,st=et?function(t){return"symbol"==typeof t}:function(t){var e=it("Symbol");return ot(e)&&nt(e.prototype,rt(t))},at=String,ht=F,lt=function(t){try{return at(t)}catch(t){return"Object"}},ut=TypeError,ct=function(t){if(ht(t))return t;throw ut(lt(t)+" is not a function")},pt=u,dt=F,ft=j,yt=TypeError,gt={exports:{}},vt=o,mt=Object.defineProperty,xt=function(t,e){try{mt(vt,t,{value:e,configurable:!0,writable:!0})}catch(i){vt[t]=e}return e},_t=xt,bt="__core-js_shared__",wt=o[bt]||_t(bt,{}),Tt=wt;(gt.exports=function(t,e){return Tt[t]||(Tt[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.23.5",mode:"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.23.5/LICENSE",source:"https://github.com/zloirock/core-js"});var At=R,St=Object,Et=function(t){return St(At(t))},Ct=T({}.hasOwnProperty),Mt=Object.hasOwn||function(t,e){return Ct(Et(t),e)},Pt=T,Ot=0,kt=Math.random(),It=Pt(1..toString),Bt=function(t){return"Symbol("+(void 0===t?"":t)+")_"+It(++Ot+kt,36)},Rt=o,Dt=gt.exports,Lt=Mt,zt=Bt,Ft=tt,Vt=et,jt=Dt("wks"),Ut=Rt.Symbol,Nt=Ut&&Ut.for,Gt=Vt?Ut:Ut&&Ut.withoutSetter||zt,Xt=function(t){if(!Lt(jt,t)||!Ft&&"string"!=typeof jt[t]){var e="Symbol."+t;Ft&&Lt(Ut,t)?jt[t]=Ut[t]:jt[t]=Vt&&Nt?Nt(e):Gt(e)}return jt[t]},Ht=u,Yt=j,Wt=st,qt=function(t,e){var i=t[e];return null==i?void 0:ct(i)},Kt=function(t,e){var i,o;if("string"===e&&dt(i=t.toString)&&!ft(o=pt(i,t)))return o;if(dt(i=t.valueOf)&&!ft(o=pt(i,t)))return o;if("string"!==e&&dt(i=t.toString)&&!ft(o=pt(i,t)))return o;throw yt("Can't convert object to primitive value")},Zt=TypeError,Qt=Xt("toPrimitive"),Jt=function(t,e){if(!Yt(t)||Wt(t))return t;var i,o=qt(t,Qt);if(o){if(void 0===e&&(e="default"),i=Ht(o,t,e),!Yt(i)||Wt(i))return i;throw Zt("Can't convert object to primitive value")}return void 0===e&&(e="number"),Kt(t,e)},$t=st,te=function(t){var e=Jt(t,"string");return $t(e)?e:e+""},ee=j,ie=o.document,oe=ee(ie)&&ee(ie.createElement),ne=function(t){return oe?ie.createElement(t):{}},re=!s&&!r((function(){return 7!=Object.defineProperty(ne("div"),"a",{get:function(){return 7}}).a})),se=s,ae=u,he=c,le=v,ue=z,ce=te,pe=Mt,de=re,fe=Object.getOwnPropertyDescriptor;n.f=se?fe:function(t,e){if(t=ue(t),e=ce(e),de)try{return fe(t,e)}catch(t){}if(pe(t,e))return le(!ae(he.f,t,e),t[e])};var ye={},ge=s&&r((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype})),ve=j,me=String,xe=TypeError,_e=function(t){if(ve(t))return t;throw xe(me(t)+" is not an object")},be=s,we=re,Te=ge,Ae=_e,Se=te,Ee=TypeError,Ce=Object.defineProperty,Me=Object.getOwnPropertyDescriptor,Pe="enumerable",Oe="configurable",ke="writable";ye.f=be?Te?function(t,e,i){if(Ae(t),e=Se(e),Ae(i),"function"==typeof t&&"prototype"===e&&"value"in i&&ke in i&&!i.writable){var o=Me(t,e);o&&o.writable&&(t[e]=i.value,i={configurable:Oe in i?i.configurable:o.configurable,enumerable:Pe in i?i.enumerable:o.enumerable,writable:!1})}return Ce(t,e,i)}:Ce:function(t,e,i){if(Ae(t),e=Se(e),Ae(i),we)try{return Ce(t,e,i)}catch(t){}if("get"in i||"set"in i)throw Ee("Accessors not supported");return"value"in i&&(t[e]=i.value),t};var Ie=ye,Be=v,Re=s?function(t,e,i){return Ie.f(t,e,Be(1,i))}:function(t,e,i){return t[e]=i,t},De={exports:{}},Le=s,ze=Mt,Fe=Function.prototype,Ve=Le&&Object.getOwnPropertyDescriptor,je=ze(Fe,"name"),Ue={EXISTS:je,PROPER:je&&"something"===function(){}.name,CONFIGURABLE:je&&(!Le||Le&&Ve(Fe,"name").configurable)},Ne=F,Ge=wt,Xe=T(Function.toString);Ne(Ge.inspectSource)||(Ge.inspectSource=function(t){return Xe(t)});var He,Ye,We,qe=Ge.inspectSource,Ke=F,Ze=qe,Qe=o.WeakMap,Je=Ke(Qe)&&/native code/.test(Ze(Qe)),$e=gt.exports,ti=Bt,ei=$e("keys"),ii={},oi=Je,ni=o,ri=T,si=j,ai=Re,hi=Mt,li=wt,ui=function(t){return ei[t]||(ei[t]=ti(t))},ci=ii,pi="Object already initialized",di=ni.TypeError,fi=ni.WeakMap;if(oi||li.state){var yi=li.state||(li.state=new fi),gi=ri(yi.get),vi=ri(yi.has),mi=ri(yi.set);He=function(t,e){if(vi(yi,t))throw new di(pi);return e.facade=t,mi(yi,t,e),e},Ye=function(t){return gi(yi,t)||{}},We=function(t){return vi(yi,t)}}else{var xi=ui("state");ci[xi]=!0,He=function(t,e){if(hi(t,xi))throw new di(pi);return e.facade=t,ai(t,xi,e),e},Ye=function(t){return hi(t,xi)?t[xi]:{}},We=function(t){return hi(t,xi)}}var _i={set:He,get:Ye,has:We,enforce:function(t){return We(t)?Ye(t):He(t,{})},getterFor:function(t){return function(e){var i;if(!si(e)||(i=Ye(e)).type!==t)throw di("Incompatible receiver, "+t+" required");return i}}},bi=r,wi=F,Ti=Mt,Ai=s,Si=Ue.CONFIGURABLE,Ei=qe,Ci=_i.enforce,Mi=_i.get,Pi=Object.defineProperty,Oi=Ai&&!bi((function(){return 8!==Pi((function(){}),"length",{value:8}).length})),ki=String(String).split("String"),Ii=De.exports=function(t,e,i){"Symbol("===String(e).slice(0,7)&&(e="["+String(e).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),i&&i.getter&&(e="get "+e),i&&i.setter&&(e="set "+e),(!Ti(t,"name")||Si&&t.name!==e)&&(Ai?Pi(t,"name",{value:e,configurable:!0}):t.name=e),Oi&&i&&Ti(i,"arity")&&t.length!==i.arity&&Pi(t,"length",{value:i.arity});try{i&&Ti(i,"constructor")&&i.constructor?Ai&&Pi(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var o=Ci(t);return Ti(o,"source")||(o.source=ki.join("string"==typeof e?e:"")),t};Function.prototype.toString=Ii((function(){return wi(this)&&Mi(this).source||Ei(this)}),"toString");var Bi=F,Ri=ye,Di=De.exports,Li=xt,zi={},Fi=Math.ceil,Vi=Math.floor,ji=Math.trunc||function(t){var e=+t;return(e>0?Vi:Fi)(e)},Ui=ji,Ni=function(t){var e=+t;return e!=e||0===e?0:Ui(e)},Gi=Ni,Xi=Math.max,Hi=Math.min,Yi=Ni,Wi=Math.min,qi=function(t){return t>0?Wi(Yi(t),9007199254740991):0},Ki=z,Zi=function(t,e){var i=Gi(t);return i<0?Xi(i+e,0):Hi(i,e)},Qi=function(t){return qi(t.length)},Ji=function(t){return function(e,i,o){var n,r=Ki(e),s=Qi(r),a=Zi(o,s);if(t&&i!=i){for(;s>a;)if((n=r[a++])!=n)return!0}else for(;s>a;a++)if((t||a in r)&&r[a]===i)return t||a||0;return!t&&-1}},$i={includes:Ji(!0),indexOf:Ji(!1)},to=Mt,eo=z,io=$i.indexOf,oo=ii,no=T([].push),ro=function(t,e){var i,o=eo(t),n=0,r=[];for(i in o)!to(oo,i)&&to(o,i)&&no(r,i);for(;e.length>n;)to(o,i=e[n++])&&(~io(r,i)||no(r,i));return r},so=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"].concat("length","prototype");zi.f=Object.getOwnPropertyNames||function(t){return ro(t,so)};var ao={};ao.f=Object.getOwnPropertySymbols;var ho=X,lo=zi,uo=ao,co=_e,po=T([].concat),fo=ho("Reflect","ownKeys")||function(t){var e=lo.f(co(t)),i=uo.f;return i?po(e,i(t)):e},yo=Mt,go=fo,vo=n,mo=ye,xo=r,_o=F,bo=/#|\.prototype\./,wo=function(t,e){var i=Ao[To(t)];return i==Eo||i!=So&&(_o(e)?xo(e):!!e)},To=wo.normalize=function(t){return String(t).replace(bo,".").toLowerCase()},Ao=wo.data={},So=wo.NATIVE="N",Eo=wo.POLYFILL="P",Co=wo,Mo=o,Po=n.f,Oo=Re,ko=function(t,e,i,o){o||(o={});var n=o.enumerable,r=void 0!==o.name?o.name:e;if(Bi(i)&&Di(i,r,o),o.global)n?t[e]=i:Li(e,i);else{try{o.unsafe?t[e]&&(n=!0):delete t[e]}catch(t){}n?t[e]=i:Ri.f(t,e,{value:i,enumerable:!1,configurable:!o.nonConfigurable,writable:!o.nonWritable})}return t},Io=xt,Bo=function(t,e,i){for(var o=go(e),n=mo.f,r=vo.f,s=0;s<o.length;s++){var a=o[s];yo(t,a)||i&&yo(i,a)||n(t,a,r(e,a))}},Ro=Co,Do=function(t,e){var i,o,n,r,s,a=t.target,h=t.global,l=t.stat;if(i=h?Mo:l?Mo[a]||Io(a,{}):(Mo[a]||{}).prototype)for(o in e){if(r=e[o],n=t.dontCallGetSet?(s=Po(i,o))&&s.value:i[o],!Ro(h?o:a+(l?".":"#")+o,t.forced)&&void 0!==n){if(typeof r==typeof n)continue;Bo(r,n)}(t.sham||n&&n.sham)&&Oo(r,"sham",!0),ko(i,o,r,t)}};Do({global:!0},{globalThis:o});var Lo={};Lo[Xt("toStringTag")]="z";var zo="[object z]"===String(Lo),Fo=F,Vo=C,jo=Xt("toStringTag"),Uo=Object,No="Arguments"==Vo(function(){return arguments}()),Go=zo?Vo:function(t){var e,i,o;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(i=function(t,e){try{return t[e]}catch(t){}}(e=Uo(t),jo))?i:No?Vo(e):"Object"==(o=Vo(e))&&Fo(e.callee)?"Arguments":o},Xo=String,Ho="\t\n\v\f\r                 \u2028\u2029\ufeff",Yo=R,Wo=function(t){if("Symbol"===Go(t))throw TypeError("Cannot convert a Symbol value to a string");return Xo(t)},qo=T("".replace),Ko="[\t\n\v\f\r                 \u2028\u2029\ufeff]",Zo=RegExp("^"+Ko+Ko+"*"),Qo=RegExp(Ko+Ko+"*$"),Jo=function(t){return function(e){var i=Wo(Yo(e));return 1&t&&(i=qo(i,Zo,"")),2&t&&(i=qo(i,Qo,"")),i}},$o={start:Jo(1),end:Jo(2),trim:Jo(3)},tn=Ue.PROPER,en=r,on=Ho,nn=function(t){return en((function(){return!!on[t]()||"​…᠎"!=="​…᠎"[t]()||tn&&on[t].name!==t}))},rn=$o.start,sn=nn("trimStart")?function(){return rn(this)}:"".trimStart;Do({target:"String",proto:!0,name:"trimStart",forced:"".trimLeft!==sn},{trimLeft:sn});Do({target:"String",proto:!0,name:"trimStart",forced:"".trimStart!==sn},{trimStart:sn});var an=o,hn=T,ln=function(t,e){return hn(an[t].prototype[e])};ln("String","trimLeft");var un=$o.end,cn=nn("trimEnd")?function(){return un(this)}:"".trimEnd;Do({target:"String",proto:!0,name:"trimEnd",forced:"".trimRight!==cn},{trimRight:cn});if(Do({target:"String",proto:!0,name:"trimEnd",forced:"".trimEnd!==cn},{trimEnd:cn}),ln("String","trimRight"),"undefined"!=typeof globalThis&&void 0===globalThis.console&&(globalThis.console={},globalThis.console.log=function(){},globalThis.console.assert=function(){},globalThis.console.warn=function(){},globalThis.console.error=function(){alert(Array.prototype.slice.call(arguments).join(", "))}),"performance"in globalThis==!1&&(globalThis.performance={}),Date.now=Date.now||function(){return(new Date).getTime()},"now"in globalThis.performance==!1){var pn=Date.now();performance.timing&&performance.timing.navigationStart&&(pn=performance.timing.navigationStart),globalThis.performance.now=function(){return Date.now()-pn}}function dn(t){return t.charAt(0).toUpperCase()+t.slice(1)}function fn(t){return"string"==typeof t&&(t=t.trim()),!isNaN(t)&&/[+-]?([0-9]*[.])?[0-9]+/.test(t)}function yn(t){var e=t.trim();return"true"===e||"false"===e}function gn(t){for(var e="",i=0;i<t.length;)e+=t.charCodeAt(i++).toString(16);return e}function vn(t){return/^data:(.+);base64,(.+)$/.test(t)}var mn=Object.freeze({__proto__:null,capitalize:dn,isNumeric:fn,isBoolean:yn,toHex:gn,isDataUrl:vn}),xn=["ms","MS","moz","webkit","o"];function _n(t,e){if(t in(e=e||globalThis))return e[t];var i,o=dn(t);return xn.some((function(t){var n=t+o;return i=n in e?e[n]:void 0})),i}function bn(t,e,i){if(!(t in(i=i||globalThis))){var o=dn(t);return xn.some((function(t){var n=t+o;if(n in i)return i[n]=e,!0})),!1}i[t]=e}var wn=Object.freeze({__proto__:null,prefixed:_n,setPrefixed:bn}),Tn=Math.PI/180,An=180/Math.PI,Sn=2*Math.PI,En=.5*Math.PI,Cn=1e-6;function Mn(t){return 0==(t&t-1)}function Pn(t){return t--,t|=t>>1,t|=t>>2,t|=t>>4,t|=t>>8,t|=t>>16,++t}function On(t){return t*Tn}function kn(t,e,i){return t<e?e:t>i?i:+t}function In(t,e){return~~(Math.random()*(e-t))+t}function Bn(t,e){return Math.random()*(e-t)+t}function Rn(t,e){return~~(Math.pow(Math.random(),2)*(e-t))+t}function Dn(t,e,i){return void 0===i&&(i=2),Math.abs(t-e)<Math.pow(10,-i)/2}var Ln=Object.freeze({__proto__:null,DEG_TO_RAD:Tn,RAD_TO_DEG:An,TAU:Sn,ETA:En,EPSILON:Cn,isPowerOfTwo:Mn,nextPowerOfTwo:Pn,degToRad:On,radToDeg:function(t){return t*An},clamp:kn,random:In,randomFloat:Bn,weightedRandom:Rn,round:function(t,e){void 0===e&&(e=0);var i=Math.pow(10,e);return~~(.5+t*i)/i},toBeCloseTo:Dn});function zn(t,e){var i=Array.prototype.indexOf.call(t,e);return-1!==i&&Array.prototype.splice.call(t,i,1),t}var Fn=Object.freeze({__proto__:null,remove:zn,random:function(t){return t[In(0,t.length)]},weightedRandom:function(t){return t[Rn(0,t.length)]}}),Vn=/^.*(\\|\/|\:)/,jn=/\.[^\.]*$/;function Un(t){return t.replace(Vn,"").replace(jn,"")}function Nn(t){return t.substring(t.lastIndexOf(".")+1,t.length)}var Gn=Object.freeze({__proto__:null,getBasename:Un,getExtension:Nn});function Xn(t,e){for(var i=[],o=arguments.length-2;o-- >0;)i[o]=arguments[o+2];return setTimeout.apply(void 0,[t.bind(e),.01].concat(i))}function Hn(t,e,i){var o,n=globalThis.performance.now();return"boolean"!=typeof i&&(i=!1),function(){var r=globalThis.performance.now(),s=r-n,a=arguments;if(!(s<e))return n=r,t.apply(null,a);!1===i&&(clearTimeout(o),o=setTimeout((function(){return n=r,t.apply(null,a)}),s))}}var Yn=Object.freeze({__proto__:null,defer:Xn,throttle:Hn}),Wn=function(){this.objectClass={},this.instance_counter=0};Wn.prototype.register=function(t,e,i){if(void 0===i&&(i=!1),void 0===e)throw new Error("Cannot register object '"+t+"', invalid class");this.objectClass[t]={class:e,pool:i?[]:void 0}},Wn.prototype.pull=function(t){for(var e=arguments,i=new Array(arguments.length),o=0;o<arguments.length;o++)i[o]=e[o];var n=this.objectClass[t];if(n){var r,s=n.class,a=n.pool;return a&&(r=a.pop())?(i.shift(),"function"==typeof r.onResetEvent&&r.onResetEvent.apply(r,i),this.instance_counter--):(i[0]=s,r=new(s.bind.apply(s,i)),a&&(r.className=t)),r}throw new Error("Cannot instantiate object of type '"+t+"'")},Wn.prototype.purge=function(){for(var t in this.objectClass)this.objectClass[t]&&(this.objectClass[t].pool=[]);this.instance_counter=0},Wn.prototype.push=function(t,e){if(void 0===e&&(e=!0),!this.poolable(t)){if(!0===e)throw new Error("me.pool: object "+t+" cannot be recycled");return!1}return this.objectClass[t.className].pool.push(t),this.instance_counter++,!0},Wn.prototype.exists=function(t){return t in this.objectClass},Wn.prototype.poolable=function(t){var e=t.className;return void 0!==e&&"function"==typeof t.onResetEvent&&e in this.objectClass&&void 0!==this.objectClass[e].pool},Wn.prototype.getInstanceCount=function(){return this.instance_counter};var qn=new Wn,Kn=function(t,e){void 0===t&&(t=0),void 0===e&&(e=0),this.onResetEvent(t,e)};Kn.prototype.onResetEvent=function(t,e){return void 0===t&&(t=0),void 0===e&&(e=0),this.x=t,this.y=e,this},Kn.prototype._set=function(t,e){return this.x=t,this.y=e,this},Kn.prototype.set=function(t,e){if(t!==+t||e!==+e)throw new Error("invalid x,y parameters (not a number)");return this._set(t,e)},Kn.prototype.setZero=function(){return this.set(0,0)},Kn.prototype.setV=function(t){return this._set(t.x,t.y)},Kn.prototype.add=function(t){return this._set(this.x+t.x,this.y+t.y)},Kn.prototype.sub=function(t){return this._set(this.x-t.x,this.y-t.y)},Kn.prototype.scale=function(t,e){return this._set(this.x*t,this.y*(void 0!==e?e:t))},Kn.prototype.toIso=function(){return this._set(this.x-this.y,.5*(this.x+this.y))},Kn.prototype.to2d=function(){return this._set(this.y+this.x/2,this.y-this.x/2)},Kn.prototype.scaleV=function(t){return this._set(this.x*t.x,this.y*t.y)},Kn.prototype.div=function(t){return this._set(this.x/t,this.y/t)},Kn.prototype.abs=function(){return this._set(this.x<0?-this.x:this.x,this.y<0?-this.y:this.y)},Kn.prototype.clamp=function(t,e){return new Kn(kn(this.x,t,e),kn(this.y,t,e))},Kn.prototype.clampSelf=function(t,e){return this._set(kn(this.x,t,e),kn(this.y,t,e))},Kn.prototype.minV=function(t){return this._set(this.x<t.x?this.x:t.x,this.y<t.y?this.y:t.y)},Kn.prototype.maxV=function(t){return this._set(this.x>t.x?this.x:t.x,this.y>t.y?this.y:t.y)},Kn.prototype.floor=function(){return new Kn(Math.floor(this.x),Math.floor(this.y))},Kn.prototype.floorSelf=function(){return this._set(Math.floor(this.x),Math.floor(this.y))},Kn.prototype.ceil=function(){return new Kn(Math.ceil(this.x),Math.ceil(this.y))},Kn.prototype.ceilSelf=function(){return this._set(Math.ceil(this.x),Math.ceil(this.y))},Kn.prototype.negate=function(){return new Kn(-this.x,-this.y)},Kn.prototype.negateSelf=function(){return this._set(-this.x,-this.y)},Kn.prototype.copy=function(t){return this._set(t.x,t.y)},Kn.prototype.equals=function(){var t,e;return 2===arguments.length?(t=arguments[0],e=arguments[1]):(t=arguments[0].x,e=arguments[0].y),this.x===t&&this.y===e},Kn.prototype.normalize=function(){return this.div(this.length()||1)},Kn.prototype.perp=function(){return this._set(this.y,-this.x)},Kn.prototype.rotate=function(t,e){var i=0,o=0;"object"==typeof e&&(i=e.x,o=e.y);var n=this.x-i,r=this.y-o,s=Math.cos(t),a=Math.sin(t);return this._set(n*s-r*a+i,n*a+r*s+o)},Kn.prototype.dot=function(t){return this.x*t.x+this.y*t.y},Kn.prototype.cross=function(t){return this.x*t.y-this.y*t.x},Kn.prototype.length2=function(){return this.dot(this)},Kn.prototype.length=function(){return Math.sqrt(this.length2())},Kn.prototype.lerp=function(t,e){return this.x+=(t.x-this.x)*e,this.y+=(t.y-this.y)*e,this},Kn.prototype.distance=function(t){var e=this.x-t.x,i=this.y-t.y;return Math.sqrt(e*e+i*i)},Kn.prototype.angle=function(t){return Math.acos(kn(this.dot(t)/(this.length()*t.length()),-1,1))},Kn.prototype.project=function(t){return this.scale(this.dot(t)/t.length2())},Kn.prototype.projectN=function(t){return this.scale(this.dot(t))},Kn.prototype.clone=function(){return qn.pull("Vector2d",this.x,this.y)},Kn.prototype.toString=function(){return"x:"+this.x+",y:"+this.y};var Zn=function(t){return"0123456789ABCDEF".charAt(t-t%16>>4)+"0123456789ABCDEF".charAt(t%16)},Qn=/^rgba?\((\d+), ?(\d+), ?(\d+)(, ?([\d\.]+))?\)$/,Jn=/^#([\da-fA-F])([\da-fA-F])([\da-fA-F])$/,$n=/^#([\da-fA-F])([\da-fA-F])([\da-fA-F])([\da-fA-F])$/,tr=/^#([\da-fA-F]{2})([\da-fA-F]{2})([\da-fA-F]{2})$/,er=/^#([\da-fA-F]{2})([\da-fA-F]{2})([\da-fA-F]{2})([\da-fA-F]{2})$/,ir=new Map;[["black",[0,0,0]],["silver",[192,192,129]],["gray",[128,128,128]],["white",[255,255,255]],["maroon",[128,0,0]],["red",[255,0,0]],["purple",[128,0,128]],["fuchsia",[255,0,255]],["green",[0,128,0]],["lime",[0,255,0]],["olive",[128,128,0]],["yellow",[255,255,0]],["navy",[0,0,128]],["blue",[0,0,255]],["teal",[0,128,128]],["aqua",[0,255,255]],["orange",[255,165,0]],["aliceblue",[240,248,245]],["antiquewhite",[250,235,215]],["aquamarine",[127,255,212]],["azure",[240,255,255]],["beige",[245,245,220]],["bisque",[255,228,196]],["blanchedalmond",[255,235,205]],["blueviolet",[138,43,226]],["brown",[165,42,42]],["burlywood",[222,184,35]],["cadetblue",[95,158,160]],["chartreuse",[127,255,0]],["chocolate",[210,105,30]],["coral",[255,127,80]],["cornflowerblue",[100,149,237]],["cornsilk",[255,248,220]],["crimson",[220,20,60]],["darkblue",[0,0,139]],["darkcyan",[0,139,139]],["darkgoldenrod",[184,134,11]],["darkgray[*]",[169,169,169]],["darkgreen",[0,100,0]],["darkgrey[*]",[169,169,169]],["darkkhaki",[189,183,107]],["darkmagenta",[139,0,139]],["darkolivegreen",[85,107,47]],["darkorange",[255,140,0]],["darkorchid",[153,50,204]],["darkred",[139,0,0]],["darksalmon",[233,150,122]],["darkseagreen",[143,188,143]],["darkslateblue",[72,61,139]],["darkslategray",[47,79,79]],["darkslategrey",[47,79,79]],["darkturquoise",[0,206,209]],["darkviolet",[148,0,211]],["deeppink",[255,20,147]],["deepskyblue",[0,191,255]],["dimgray",[105,105,105]],["dimgrey",[105,105,105]],["dodgerblue",[30,144,255]],["firebrick",[178,34,34]],["floralwhite",[255,250,240]],["forestgreen",[34,139,34]],["gainsboro",[220,220,220]],["ghostwhite",[248,248,255]],["gold",[255,215,0]],["goldenrod",[218,165,32]],["greenyellow",[173,255,47]],["grey",[128,128,128]],["honeydew",[240,255,240]],["hotpink",[255,105,180]],["indianred",[205,92,92]],["indigo",[75,0,130]],["ivory",[255,255,240]],["khaki",[240,230,140]],["lavender",[230,230,250]],["lavenderblush",[255,240,245]],["lawngreen",[124,252,0]],["lemonchiffon",[255,250,205]],["lightblue",[173,216,230]],["lightcoral",[240,128,128]],["lightcyan",[224,255,255]],["lightgoldenrodyellow",[250,250,210]],["lightgray",[211,211,211]],["lightgreen",[144,238,144]],["lightgrey",[211,211,211]],["lightpink",[255,182,193]],["lightsalmon",[255,160,122]],["lightseagreen",[32,178,170]],["lightskyblue",[135,206,250]],["lightslategray",[119,136,153]],["lightslategrey",[119,136,153]],["lightsteelblue",[176,196,222]],["lightyellow",[255,255,224]],["limegreen",[50,205,50]],["linen",[250,240,230]],["mediumaquamarine",[102,205,170]],["mediumblue",[0,0,205]],["mediumorchid",[186,85,211]],["mediumpurple",[147,112,219]],["mediumseagreen",[60,179,113]],["mediumslateblue",[123,104,238]],["mediumspringgreen",[0,250,154]],["mediumturquoise",[72,209,204]],["mediumvioletred",[199,21,133]],["midnightblue",[25,25,112]],["mintcream",[245,255,250]],["mistyrose",[255,228,225]],["moccasin",[255,228,181]],["navajowhite",[255,222,173]],["oldlace",[253,245,230]],["olivedrab",[107,142,35]],["orangered",[255,69,0]],["orchid",[218,112,214]],["palegoldenrod",[238,232,170]],["palegreen",[152,251,152]],["paleturquoise",[175,238,238]],["palevioletred",[219,112,147]],["papayawhip",[255,239,213]],["peachpuff",[255,218,185]],["peru",[205,133,63]],["pink",[255,192,203]],["plum",[221,160,221]],["powderblue",[176,224,230]],["rosybrown",[188,143,143]],["royalblue",[65,105,225]],["saddlebrown",[139,69,19]],["salmon",[250,128,114]],["sandybrown",[244,164,96]],["seagreen",[46,139,87]],["seashell",[255,245,238]],["sienna",[160,82,45]],["skyblue",[135,206,235]],["slateblue",[106,90,205]],["slategray",[112,128,144]],["slategrey",[112,128,144]],["snow",[255,250,250]],["springgreen",[0,255,127]],["steelblue",[70,130,180]],["tan",[210,180,140]],["thistle",[216,191,216]],["tomato",[255,99,71]],["turquoise",[64,224,208]],["violet",[238,130,238]],["wheat",[245,222,179]],["whitesmoke",[245,245,245]],["yellowgreen",[154,205,50]]].forEach((function(t){ir.set(t[0],t[1])}));var or=function(t,e,i,o){void 0===t&&(t=0),void 0===e&&(e=0),void 0===i&&(i=0),void 0===o&&(o=1),this.onResetEvent(t,e,i,o)},nr={r:{configurable:!0},g:{configurable:!0},b:{configurable:!0},alpha:{configurable:!0}};or.prototype.onResetEvent=function(t,e,i,o){return void 0===t&&(t=0),void 0===e&&(e=0),void 0===i&&(i=0),void 0===o&&(o=1),void 0===this.glArray&&(this.glArray=new Float32Array([0,0,0,1])),this.setColor(t,e,i,o)},nr.r.get=function(){return~~(255*this.glArray[0])},nr.r.set=function(t){this.glArray[0]=kn(~~t||0,0,255)/255},nr.g.get=function(){return~~(255*this.glArray[1])},nr.g.set=function(t){this.glArray[1]=kn(~~t||0,0,255)/255},nr.b.get=function(){return~~(255*this.glArray[2])},nr.b.set=function(t){this.glArray[2]=kn(~~t||0,0,255)/255},nr.alpha.get=function(){return this.glArray[3]},nr.alpha.set=function(t){this.glArray[3]=void 0===t?1:kn(+t,0,1)},or.prototype.setColor=function(t,e,i,o){return void 0===o&&(o=1),this.r=t,this.g=e,this.b=i,this.alpha=o,this},or.prototype.clone=function(){return qn.pull("Color").copy(this)},or.prototype.copy=function(t){return t instanceof or?(this.glArray.set(t.glArray),this):this.parseCSS(t)},or.prototype.add=function(t){return this.glArray[0]=kn(this.glArray[0]+t.glArray[0],0,1),this.glArray[1]=kn(this.glArray[1]+t.glArray[1],0,1),this.glArray[2]=kn(this.glArray[2]+t.glArray[2],0,1),this.glArray[3]=(this.glArray[3]+t.glArray[3])/2,this},or.prototype.darken=function(t){return t=kn(t,0,1),this.glArray[0]*=t,this.glArray[1]*=t,this.glArray[2]*=t,this},or.prototype.lerp=function(t,e){return e=kn(e,0,1),this.glArray[0]+=(t.glArray[0]-this.glArray[0])*e,this.glArray[1]+=(t.glArray[1]-this.glArray[1])*e,this.glArray[2]+=(t.glArray[2]-this.glArray[2])*e,this},or.prototype.lighten=function(t){return t=kn(t,0,1),this.glArray[0]=kn(this.glArray[0]+(1-this.glArray[0])*t,0,1),this.glArray[1]=kn(this.glArray[1]+(1-this.glArray[1])*t,0,1),this.glArray[2]=kn(this.glArray[2]+(1-this.glArray[2])*t,0,1),this},or.prototype.random=function(t,e){return void 0===t&&(t=0),void 0===e&&(e=255),t<0&&(t=0),e>255&&(e=255),this.setColor(In(t,e),In(t,e),In(t,e),this.alpha)},or.prototype.equals=function(t){return this.glArray[0]===t.glArray[0]&&this.glArray[1]===t.glArray[1]&&this.glArray[2]===t.glArray[2]&&this.glArray[3]===t.glArray[3]},or.prototype.parseCSS=function(t){return ir.has(t)?this.setColor.apply(this,ir.get(t)):this.parseRGB(t)},or.prototype.parseRGB=function(t){var e=Qn.exec(t);return e?this.setColor(+e[1],+e[2],+e[3],+e[5]):this.parseHex(t)},or.prototype.parseHex=function(t,e){var i;if(void 0===e&&(e=!1),i=er.exec(t))return this.setColor(parseInt(i[!1===e?1:2],16),parseInt(i[!1===e?2:3],16),parseInt(i[!1===e?3:4],16),(kn(parseInt(i[!1===e?4:1],16),0,255)/255).toFixed(1));if(i=tr.exec(t))return this.setColor(parseInt(i[1],16),parseInt(i[2],16),parseInt(i[3],16));if(i=$n.exec(t)){var o=i[!1===e?1:2],n=i[!1===e?2:3],r=i[!1===e?3:4],s=i[!1===e?4:1];return this.setColor(parseInt(o+o,16),parseInt(n+n,16),parseInt(r+r,16),(kn(parseInt(s+s,16),0,255)/255).toFixed(1))}if(i=Jn.exec(t))return this.setColor(parseInt(i[1]+i[1],16),parseInt(i[2]+i[2],16),parseInt(i[3]+i[3],16));throw new Error("invalid parameter: "+t)},or.prototype.toUint32=function(t){return void 0===t&&(t=this.alpha),((255*t&255)<<24)+((255&this.r)<<16)+((255&this.g)<<8)+(255&this.b)},or.prototype.toArray=function(){return this.glArray},or.prototype.toHex=function(){return"#"+Zn(this.r)+Zn(this.g)+Zn(this.b)},or.prototype.toHex8=function(t){return void 0===t&&(t=this.alpha),"#"+Zn(this.r)+Zn(this.g)+Zn(this.b)+Zn(255*t)},or.prototype.toRGB=function(){return"rgb("+this.r+","+this.g+","+this.b+")"},or.prototype.toRGBA=function(t){return void 0===t&&(t=this.alpha),"rgba("+this.r+","+this.g+","+this.b+","+t+")"},Object.defineProperties(or.prototype,nr);var rr=function(){for(var t,e=[],i=arguments.length;i--;)e[i]=arguments[i];(t=this).onResetEvent.apply(t,e)},sr={tx:{configurable:!0},ty:{configurable:!0},tz:{configurable:!0}};rr.prototype.onResetEvent=function(){void 0===this.val&&(this.val=new Float32Array(16)),arguments.length&&arguments[0]instanceof rr?this.copy(arguments[0]):16===arguments.length?this.setTransform.apply(this,arguments):this.identity()},sr.tx.get=function(){return this.val[12]},sr.ty.get=function(){return this.val[13]},sr.tz.get=function(){return this.val[14]},rr.prototype.identity=function(){return this.setTransform(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)},rr.prototype.setTransform=function(t,e,i,o,n,r,s,a,h,l,u,c,p,d,f,y){var g=this.val;return g[0]=t,g[1]=e,g[2]=i,g[3]=o,g[4]=n,g[5]=r,g[6]=s,g[7]=a,g[8]=h,g[9]=l,g[10]=u,g[11]=c,g[12]=p,g[13]=d,g[14]=f,g[15]=y,this},rr.prototype.copy=function(t){return this.val.set(t.val),this},rr.prototype.fromMat2d=function(t){var e=t.val;return this.setTransform(e[0],e[3],e[6],0,e[1],e[4],e[7],0,e[2],e[5],e[8],0,0,0,0,1)},rr.prototype.multiply=function(t){var e=this.val,i=t.val,o=e[0],n=e[1],r=e[2],s=e[3],a=e[4],h=e[5],l=e[6],u=e[7],c=e[8],p=e[9],d=e[10],f=e[11],y=e[12],g=e[13],v=e[14],m=e[15],x=i[0],_=i[1],b=i[2],w=i[3];return e[0]=x*o+_*a+b*c+w*y,e[1]=x*n+_*h+b*p+w*g,e[2]=x*r+_*l+b*d+w*v,e[3]=x*s+_*u+b*f+w*m,x=i[4],_=i[5],b=i[6],w=i[7],e[4]=x*o+_*a+b*c+w*y,e[5]=x*n+_*h+b*p+w*g,e[6]=x*r+_*l+b*d+w*v,e[7]=x*s+_*u+b*f+w*m,x=i[8],_=i[9],b=i[10],w=i[11],e[8]=x*o+_*a+b*c+w*y,e[9]=x*n+_*h+b*p+w*g,e[10]=x*r+_*l+b*d+w*v,e[11]=x*s+_*u+b*f+w*m,x=i[12],_=i[13],b=i[14],w=i[15],e[12]=x*o+_*a+b*c+w*y,e[13]=x*n+_*h+b*p+w*g,e[14]=x*r+_*l+b*d+w*v,e[15]=x*s+_*u+b*f+w*m,this},rr.prototype.transpose=function(){var t=this.val,e=t[1],i=t[2],o=t[3],n=t[6],r=t[7],s=t[11];return t[1]=t[4],t[2]=t[8],t[3]=t[12],t[4]=e,t[6]=t[9],t[7]=t[13],t[8]=i,t[9]=n,t[11]=t[14],t[12]=o,t[13]=r,t[14]=s,this},rr.prototype.invert=function(){var t=this.val,e=t[0],i=t[1],o=t[2],n=t[3],r=t[4],s=t[5],a=t[6],h=t[7],l=t[8],u=t[9],c=t[10],p=t[11],d=t[12],f=t[13],y=t[14],g=t[15],v=e*s-i*r,m=e*a-o*r,x=e*h-n*r,_=i*a-o*s,b=i*h-n*s,w=o*h-n*a,T=l*f-u*d,A=l*y-c*d,S=l*g-p*d,E=u*y-c*f,C=u*g-p*f,M=c*g-p*y,P=v*M-m*C+x*E+_*S-b*A+w*T;return P?(P=1/P,t[0]=(s*M-a*C+h*E)*P,t[1]=(o*C-i*M-n*E)*P,t[2]=(f*w-y*b+g*_)*P,t[3]=(c*b-u*w-p*_)*P,t[4]=(a*S-r*M-h*A)*P,t[5]=(e*M-o*S+n*A)*P,t[6]=(y*x-d*w-g*m)*P,t[7]=(l*w-c*x+p*m)*P,t[8]=(r*C-s*S+h*T)*P,t[9]=(i*S-e*C-n*T)*P,t[10]=(d*b-f*x+g*v)*P,t[11]=(u*x-l*b-p*v)*P,t[12]=(s*A-r*E-a*T)*P,t[13]=(e*E-i*A+o*T)*P,t[14]=(f*m-d*_-y*v)*P,t[15]=(l*_-u*m+c*v)*P,this):null},rr.prototype.apply=function(t){var e=this.val,i=t.x,o=t.y,n=void 0!==t.z?t.z:1,r=e[3]*i+e[7]*o+e[11]*n+e[15]||1;return t.x=(e[0]*i+e[4]*o+e[8]*n+e[12])/r,t.y=(e[1]*i+e[5]*o+e[9]*n+e[13])/r,void 0!==t.z&&(t.z=(e[2]*i+e[6]*o+e[10]*n+e[14])/r),t},rr.prototype.applyInverse=function(t){var e=qn.pull("Matrix3d",this).invert();return e.apply(t),qn.push(e),t},rr.prototype.ortho=function(t,e,i,o,n,r){var s=this.val,a=1/(t-e),h=1/(i-o),l=1/(n-r);return s[0]=-2*a,s[1]=0,s[2]=0,s[3]=0,s[4]=0,s[5]=-2*h,s[6]=0,s[7]=0,s[8]=0,s[9]=0,s[10]=2*l,s[11]=0,s[12]=(t+e)*a,s[13]=(o+i)*h,s[14]=(r+n)*l,s[15]=1,this},rr.prototype.scale=function(t,e,i){var o=this.val,n=t,r=void 0===e?n:e,s=void 0===i?0:i;return o[0]=o[0]*n,o[1]=o[1]*n,o[2]=o[2]*n,o[3]=o[3]*n,o[4]=o[4]*r,o[5]=o[5]*r,o[6]=o[6]*r,o[7]=o[7]*r,o[8]=o[8]*s,o[9]=o[9]*s,o[10]=o[10]*s,o[11]=o[11]*s,this},rr.prototype.scaleV=function(t){return this.scale(t.x,t.y,t.z)},rr.prototype.scaleX=function(t){return this.scale(t,1)},rr.prototype.scaleY=function(t){return this.scale(1,t)},rr.prototype.rotate=function(t,e){if(0!==t){var i,o,n,r,s,a,h,l,u,c,p,d,f,y,g,v,m,x,_,b,w,T,A,S,E=this.val,C=e.x,M=e.y,P=e.z,O=Math.sqrt(C*C+M*M+P*P);if(O<Cn)return null;C*=O=1/O,M*=O,P*=O,i=Math.sin(t),n=1-(o=Math.cos(t)),r=E[0],s=E[1],a=E[2],h=E[3],l=E[4],u=E[5],c=E[6],p=E[7],d=E[8],f=E[9],y=E[10],g=E[11],v=C*C*n+o,m=M*C*n+P*i,x=P*C*n-M*i,_=C*M*n-P*i,b=M*M*n+o,w=P*M*n+C*i,T=C*P*n+M*i,A=M*P*n-C*i,S=P*P*n+o,E[0]=r*v+l*m+d*x,E[1]=s*v+u*m+f*x,E[2]=a*v+c*m+y*x,E[3]=h*v+p*m+g*x,E[4]=r*_+l*b+d*w,E[5]=s*_+u*b+f*w,E[6]=a*_+c*b+y*w,E[7]=h*_+p*b+g*w,E[8]=r*T+l*A+d*S,E[9]=s*T+u*A+f*S,E[10]=a*T+c*A+y*S,E[11]=h*T+p*A+g*S}return this},rr.prototype.translate=function(){var t,e,i,o=this.val;return arguments.length>1?(t=arguments[0],e=arguments[1],i=void 0===arguments[2]?0:arguments[2]):(t=arguments[0].x,e=arguments[0].y,i=void 0===arguments[0].z?0:arguments[0].z),o[12]=o[0]*t+o[4]*e+o[8]*i+o[12],o[13]=o[1]*t+o[5]*e+o[9]*i+o[13],o[14]=o[2]*t+o[6]*e+o[10]*i+o[14],o[15]=o[3]*t+o[7]*e+o[11]*i+o[15],this},rr.prototype.isIdentity=function(){var t=this.val;return 1===t[0]&&0===t[1]&&0===t[2]&&0===t[3]&&0===t[4]&&1===t[5]&&0===t[6]&&0===t[7]&&0===t[8]&&0===t[9]&&1===t[10]&&0===t[11]&&0===t[12]&&0===t[13]&&0===t[14]&&1===t[15]},rr.prototype.equals=function(t){var e=t.val,i=this.val;return i[0]===e[0]&&i[1]===e[1]&&i[2]===e[2]&&i[3]===e[3]&&i[4]===e[4]&&i[5]===e[5]&&i[6]===e[6]&&i[7]===e[7]&&i[8]===e[8]&&i[9]===e[9]&&i[10]===e[10]&&i[11]===e[11]&&i[12]===e[12]&&i[13]===e[13]&&i[14]===e[14]&&i[15]===e[15]},rr.prototype.clone=function(){return qn.pull("Matrix3d",this)},rr.prototype.toArray=function(){return this.val},rr.prototype.toString=function(){var t=this.val;return"me.Matrix3d("+t[0]+", "+t[1]+", "+t[2]+", "+t[3]+", "+t[4]+", "+t[5]+", "+t[6]+", "+t[7]+", "+t[8]+", "+t[9]+", "+t[10]+", "+t[11]+", "+t[12]+", "+t[13]+", "+t[14]+", "+t[15]+")"},Object.defineProperties(rr.prototype,sr);var ar=function(){for(var t,e=[],i=arguments.length;i--;)e[i]=arguments[i];(t=this).onResetEvent.apply(t,e)},hr={tx:{configurable:!0},ty:{configurable:!0}};ar.prototype.onResetEvent=function(){return void 0===this.val&&(this.val=new Float32Array(9)),arguments.length&&arguments[0]instanceof ar?this.copy(arguments[0]):arguments.length&&arguments[0]instanceof rr?this.fromMat3d(arguments[0]):arguments.length>=6?this.setTransform.apply(this,arguments):this.identity(),this},hr.tx.get=function(){return this.val[6]},hr.ty.get=function(){return this.val[7]},ar.prototype.identity=function(){return this.setTransform(1,0,0,0,1,0,0,0,1),this},ar.prototype.setTransform=function(){var t=this.val;return 9===arguments.length?(t[0]=arguments[0],t[1]=arguments[1],t[2]=arguments[2],t[3]=arguments[3],t[4]=arguments[4],t[5]=arguments[5],t[6]=arguments[6],t[7]=arguments[7],t[8]=arguments[8]):6===arguments.length&&(t[0]=arguments[0],t[1]=arguments[2],t[2]=arguments[4],t[3]=arguments[1],t[4]=arguments[3],t[5]=arguments[5],t[6]=0,t[7]=0,t[8]=1),this},ar.prototype.copy=function(t){return this.val.set(t.val),this},ar.prototype.fromMat3d=function(t){var e=t.val,i=this.val;return i[0]=e[0],i[1]=e[1],i[2]=e[2],i[3]=e[4],i[4]=e[5],i[5]=e[6],i[6]=e[8],i[7]=e[9],i[8]=e[10],this},ar.prototype.multiply=function(t){var e=t.val,i=this.val,o=i[0],n=i[1],r=i[3],s=i[4],a=e[0],h=e[1],l=e[3],u=e[4],c=e[6],p=e[7];return i[0]=o*a+r*h,i[1]=n*a+s*h,i[3]=o*l+r*u,i[4]=n*l+s*u,i[6]+=o*c+r*p,i[7]+=n*c+s*p,this},ar.prototype.transpose=function(){var t=this.val,e=t[1],i=t[2],o=t[5];return t[1]=t[3],t[2]=t[6],t[3]=e,t[5]=t[7],t[6]=i,t[7]=o,this},ar.prototype.invert=function(){var t=this.val,e=t[0],i=t[1],o=t[2],n=t[3],r=t[4],s=t[5],a=t[6],h=t[7],l=t[8],u=l*r-s*h,c=s*a-l*n,p=h*n-r*a,d=e*u+i*c+o*p;return t[0]=u/d,t[1]=(o*h-l*i)/d,t[2]=(s*i-o*r)/d,t[3]=c/d,t[4]=(l*e-o*a)/d,t[5]=(o*n-s*e)/d,t[6]=p/d,t[7]=(i*a-h*e)/d,t[8]=(r*e-i*n)/d,this},ar.prototype.apply=function(t){var e=this.val,i=t.x,o=t.y,n=void 0!==t.z?t.z:1;return t.x=i*e[0]+o*e[3]+n*e[6],t.y=i*e[1]+o*e[4]+n*e[7],void 0!==t.z&&(t.z=i*e[2]+o*e[5]+n*e[8]),t},ar.prototype.applyInverse=function(t){var e=this.val,i=t.x,o=t.y,n=1/(e[0]*e[4]+e[3]*-e[1]);return t.x=e[4]*n*i+-e[3]*n*o+(e[7]*e[3]-e[6]*e[4])*n,t.y=e[0]*n*o+-e[1]*n*i+(-e[7]*e[0]+e[6]*e[1])*n,t},ar.prototype.scale=function(t,e){var i=this.val,o=t,n=void 0===e?o:e;return i[0]*=o,i[1]*=o,i[3]*=n,i[4]*=n,this},ar.prototype.scaleV=function(t){return this.scale(t.x,t.y)},ar.prototype.scaleX=function(t){return this.scale(t,1)},ar.prototype.scaleY=function(t){return this.scale(1,t)},ar.prototype.rotate=function(t){if(0!==t){var e=this.val,i=e[0],o=e[1],n=e[2],r=e[3],s=e[4],a=e[5],h=Math.sin(t),l=Math.cos(t);e[0]=l*i+h*r,e[1]=l*o+h*s,e[2]=l*n+h*a,e[3]=l*r-h*i,e[4]=l*s-h*o,e[5]=l*a-h*n}return this},ar.prototype.translate=function(){var t,e,i=this.val;return 2===arguments.length?(t=arguments[0],e=arguments[1]):(t=arguments[0].x,e=arguments[0].y),i[6]+=i[0]*t+i[3]*e,i[7]+=i[1]*t+i[4]*e,this},ar.prototype.isIdentity=function(){var t=this.val;return 1===t[0]&&0===t[1]&&0===t[2]&&0===t[3]&&1===t[4]&&0===t[5]&&0===t[6]&&0===t[7]&&1===t[8]},ar.prototype.equals=function(t){var e=t.val,i=this.val;return i[0]===e[0]&&i[1]===e[1]&&i[2]===e[2]&&i[3]===e[3]&&i[4]===e[4]&&i[5]===e[5]&&i[6]===e[6]&&i[7]===e[7]&&i[8]===e[8]},ar.prototype.clone=function(){return qn.pull("Matrix2d",this)},ar.prototype.toArray=function(){return this.val},ar.prototype.toString=function(){var t=this.val;return"me.Matrix2d("+t[0]+", "+t[1]+", "+t[2]+", "+t[3]+", "+t[4]+", "+t[5]+", "+t[6]+", "+t[7]+", "+t[8]+")"},Object.defineProperties(ar.prototype,hr);var lr={exports:{}};!function(t){var e=Object.prototype.hasOwnProperty,i="~";function o(){}function n(t,e,i){this.fn=t,this.context=e,this.once=i||!1}function r(t,e,o,r,s){if("function"!=typeof o)throw new TypeError("The listener must be a function");var a=new n(o,r||t,s),h=i?i+e:e;return t._events[h]?t._events[h].fn?t._events[h]=[t._events[h],a]:t._events[h].push(a):(t._events[h]=a,t._eventsCount++),t}function s(t,e){0==--t._eventsCount?t._events=new o:delete t._events[e]}function a(){this._events=new o,this._eventsCount=0}Object.create&&(o.prototype=Object.create(null),(new o).__proto__||(i=!1)),a.prototype.eventNames=function(){var t,o,n=[];if(0===this._eventsCount)return n;for(o in t=this._events)e.call(t,o)&&n.push(i?o.slice(1):o);return Object.getOwnPropertySymbols?n.concat(Object.getOwnPropertySymbols(t)):n},a.prototype.listeners=function(t){var e=i?i+t:t,o=this._events[e];if(!o)return[];if(o.fn)return[o.fn];for(var n=0,r=o.length,s=new Array(r);n<r;n++)s[n]=o[n].fn;return s},a.prototype.listenerCount=function(t){var e=i?i+t:t,o=this._events[e];return o?o.fn?1:o.length:0},a.prototype.emit=function(t,e,o,n,r,s){var a=arguments,h=i?i+t:t;if(!this._events[h])return!1;var l,u,c=this._events[h],p=arguments.length;if(c.fn){switch(c.once&&this.removeListener(t,c.fn,void 0,!0),p){case 1:return c.fn.call(c.context),!0;case 2:return c.fn.call(c.context,e),!0;case 3:return c.fn.call(c.context,e,o),!0;case 4:return c.fn.call(c.context,e,o,n),!0;case 5:return c.fn.call(c.context,e,o,n,r),!0;case 6:return c.fn.call(c.context,e,o,n,r,s),!0}for(u=1,l=new Array(p-1);u<p;u++)l[u-1]=a[u];c.fn.apply(c.context,l)}else{var d,f=c.length;for(u=0;u<f;u++)switch(c[u].once&&this.removeListener(t,c[u].fn,void 0,!0),p){case 1:c[u].fn.call(c[u].context);break;case 2:c[u].fn.call(c[u].context,e);break;case 3:c[u].fn.call(c[u].context,e,o);break;case 4:c[u].fn.call(c[u].context,e,o,n);break;default:if(!l)for(d=1,l=new Array(p-1);d<p;d++)l[d-1]=a[d];c[u].fn.apply(c[u].context,l)}}return!0},a.prototype.on=function(t,e,i){return r(this,t,e,i,!1)},a.prototype.once=function(t,e,i){return r(this,t,e,i,!0)},a.prototype.removeListener=function(t,e,o,n){var r=i?i+t:t;if(!this._events[r])return this;if(!e)return s(this,r),this;var a=this._events[r];if(a.fn)a.fn!==e||n&&!a.once||o&&a.context!==o||s(this,r);else{for(var h=0,l=[],u=a.length;h<u;h++)(a[h].fn!==e||n&&!a[h].once||o&&a[h].context!==o)&&l.push(a[h]);l.length?this._events[r]=1===l.length?l[0]:l:s(this,r)}return this},a.prototype.removeAllListeners=function(t){var e;return t?(e=i?i+t:t,this._events[e]&&s(this,e)):(this._events=new o,this._eventsCount=0),this},a.prototype.off=a.prototype.removeListener,a.prototype.addListener=a.prototype.on,a.prefixed=i,a.EventEmitter=a,t.exports=a}(lr);var ur=new(0,lr.exports),cr="dom_ready",pr="me.boot",dr="me.state.onPause",fr="me.state.onResume",yr="me.state.onStop",gr="me.state.onRestart",vr="me.state.onChange",mr="me.video.onInit",xr="me.game.onInit",_r="me.game.onReset",br="me.game.beforeUpdate",wr="me.game.afterUpdate",Tr="me.game.onUpdate",Ar="me.game.beforeDraw",Sr="me.game.afterDraw",Er="me.game.onLevelLoaded",Cr="me.loader.onload",Mr="me.loader.onProgress",Pr="me.input.keydown",Or="me.input.keyup",kr="gamepad.connected",Ir="gamepad.disconnected",Br="gamepad.update",Rr="me.event.pointermove",Dr="me.event.pointerlockChange",Lr="me.game.dragstart",zr="me.game.dragend",Fr="globalThis.onresize",Vr="canvas.onresize",jr="viewport.onresize",Ur="globalThis.orientationchange",Nr="globalThis.onscroll",Gr="viewport.onchange",Xr="renderer.contextlost",Hr="renderer.contextrestored";function Yr(t){for(var e=[],i=arguments.length-1;i-- >0;)e[i]=arguments[i+1];return ur.emit.apply(ur,[t].concat(e))}function Wr(t,e,i){return ur.on(t,e,i)}function qr(t,e,i){return ur.once(t,e,i)}function Kr(t,e){return ur.off(t,e)}var Zr=Object.freeze({__proto__:null,DOM_READY:cr,BOOT:pr,STATE_PAUSE:dr,STATE_RESUME:fr,STATE_STOP:yr,STATE_RESTART:gr,STATE_CHANGE:vr,VIDEO_INIT:mr,GAME_INIT:xr,GAME_RESET:_r,GAME_BEFORE_UPDATE:br,GAME_AFTER_UPDATE:wr,GAME_UPDATE:Tr,GAME_BEFORE_DRAW:Ar,GAME_AFTER_DRAW:Sr,LEVEL_LOADED:Er,LOADER_COMPLETE:Cr,LOADER_PROGRESS:Mr,KEYDOWN:Pr,KEYUP:Or,GAMEPAD_CONNECTED:kr,GAMEPAD_DISCONNECTED:Ir,GAMEPAD_UPDATE:Br,POINTERMOVE:Rr,POINTERLOCKCHANGE:Dr,DRAGSTART:Lr,DRAGEND:zr,WINDOW_ONRESIZE:Fr,CANVAS_ONRESIZE:Vr,VIEWPORT_ONRESIZE:jr,WINDOW_ONORIENTATION_CHANGE:Ur,WINDOW_ONSCROLL:Nr,VIEWPORT_ONCHANGE:Gr,ONCONTEXT_LOST:Xr,ONCONTEXT_RESTORED:Hr,emit:Yr,on:Wr,once:qr,off:Kr}),Qr={},Jr=!1;try{Jr="undefined"!=typeof globalThis&&void 0!==globalThis.localStorage}catch(t){Jr=!1}function $r(t){return"add"===t||"remove"===t}Wr(pr,(function(){if(!0===Jr){var t=globalThis.localStorage.getItem("me.save");if("string"==typeof t&&t.length>0)(JSON.parse(t)||[]).forEach((function(t){Qr[t]=JSON.parse(globalThis.localStorage.getItem("me.save."+t))}))}}));var ts={add:function(t){var e=ts;Object.keys(t).forEach((function(i){var o;$r(i)||(o=i,Object.defineProperty(e,o,{configurable:!0,enumerable:!0,get:function(){return Qr[o]},set:function(t){Qr[o]=t,!0===Jr&&globalThis.localStorage.setItem("me.save."+o,JSON.stringify(t))}}),i in Qr||(e[i]=t[i]))})),!0===Jr&&globalThis.localStorage.setItem("me.save",JSON.stringify(Object.keys(Qr)))},remove:function(t){$r(t)||void 0!==Qr[t]&&(delete Qr[t],!0===Jr&&(globalThis.localStorage.removeItem("me.save."+t),globalThis.localStorage.setItem("me.save",JSON.stringify(Object.keys(Qr)))))}},es=!1,is=!1;function os(){if(!is){if(void 0!==globalThis.document&&!globalThis.document.body)return setTimeout(os,13);void 0!==globalThis.document&&"function"==typeof globalThis.document.removeEventListener&&globalThis.document.removeEventListener("DOMContentLoaded",os,!1),"function"==typeof globalThis.removeEventListener&&globalThis.removeEventListener("load",os,!1),Yr(cr),is=!0}}var ns=void 0!==globalThis.navigator?globalThis.navigator.userAgent:"",rs=/iPhone|iPad|iPod/i.test(ns),ss=/Android/i.test(ns),as=/Android 2/i.test(ns),hs=/Linux/i.test(ns),ls=/CrOS/.test(ns),us=/Windows Phone/i.test(ns),cs=/BlackBerry/i.test(ns),ps=/Kindle|Silk.*Mobile Safari/i.test(ns),ds=void 0!==globalThis.ejecta,fs=/MicroMessenger/i.test(ns),ys=void 0!==globalThis.process&&void 0!==globalThis.process.release&&"node"===globalThis.process.release.name,gs=/Mobi/i.test(ns)||rs||ss||us||cs||ps||!1,vs=!1,ms=!1,xs=!0,_s={left:0,top:0,x:0,y:0,width:0,height:0,right:0,bottom:0};function bs(t){return t.preventDefault(),"function"==typeof globalThis.scroll&&globalThis.scroll(0,0),!1}function ws(t){Xs=t.accelerationIncludingGravity.x,Hs=t.accelerationIncludingGravity.y,Ys=t.accelerationIncludingGravity.z}function Ts(t){Ws=t.gamma,qs=t.beta,Ks=t.alpha}var As=Object.freeze({__proto__:null,ua:ns,iOS:rs,android:ss,android2:as,linux:hs,chromeOS:ls,wp:us,BlackBerry:cs,Kindle:ps,ejecta:ds,isWeixin:fs,nodeJS:ys,isMobile:gs}),Ss=!!("ontouchstart"in globalThis),Es=!!globalThis.PointerEvent,Cs=Ss||Es,Ms=Cs?Es?globalThis.navigator.maxTouchPoints||1:10:1,Ps=void 0!==globalThis.document&&"onwheel"in globalThis.document.createElement("div"),Os=void 0!==globalThis.document&&void 0!==globalThis.document.pointerLockElement,ks=!!globalThis.DeviceOrientationEvent,Is="undefined"!=typeof screen&&void 0!==screen.orientation,Bs=!!globalThis.DeviceMotionEvent,Rs=void 0!==globalThis.document&&(_n("fullscreenEnabled",globalThis.document)||globalThis.document.mozFullScreenEnabled);!0===Rs&&(globalThis.document.exitFullscreen=_n("cancelFullScreen",globalThis.document)||_n("exitFullscreen",globalThis.document));var Ds=!(!globalThis.AudioContext&&!globalThis.webkitAudioContext),Ls=void 0!==globalThis.Audio,zs=Ds||Ls,Fs=function(){try{return!!globalThis.localStorage}catch(t){return!1}}(),Vs=function(){try{return void 0!==globalThis.OffscreenCanvas&&null!==new globalThis.OffscreenCanvas(0,0).getContext("2d")}catch(t){return!1}}(),js="function"==typeof globalThis.atob,Us=void 0!==globalThis.navigator&&(globalThis.navigator.language||globalThis.navigator.browserLanguage||globalThis.navigator.userLanguage)||"en",Ns=globalThis.devicePixelRatio||1,Gs=As.isMobile,Xs=0,Hs=0,Ys=0,Ws=0,qs=0,Ks=0;function Zs(t){!function(t){is?t.call(globalThis,[]):(qr(cr,t,globalThis),es||("undefined"!=typeof process&&"node"===process.release.name||void 0!==globalThis.document&&"complete"===globalThis.document.readyState?globalThis.setTimeout(os,0):(void 0!==globalThis.document&&"function"==typeof globalThis.document.addEventListener&&globalThis.document.addEventListener("DOMContentLoaded",os,!1),globalThis.addEventListener("load",os,!1)),es=!0))}(t)}function Qs(t){var e=Es?"pointermove":Ss?"touchmove":"mousemove";!1!==t?!1===xs&&(globalThis.document.removeEventListener(e,bs),xs=!0):!0===xs&&(globalThis.document.addEventListener(e,bs,{passive:!1}),xs=!1)}function Js(){return!!Rs&&!(!_n("fullscreenElement",document)&&!document.mozFullScreenElement)}function $s(){var t="portrait",e="landscape",i=globalThis.screen;if(!0===Is){var o=_n("orientation",i);if(void 0!==o&&"string"==typeof o.type)return o.type;if("string"==typeof o)return o}return"number"==typeof globalThis.orientation?90===Math.abs(globalThis.orientation)?e:t:globalThis.outerWidth>globalThis.outerHeight?e:t}function ta(t){var e=ea(t);return null!==e.parentNode&&(e=e.parentNode),e}function ea(t){var e=null;return"undefined"!==t&&("string"==typeof t?e=document.getElementById(t):"object"==typeof t&&t.nodeType===Node.ELEMENT_NODE&&(e=t)),e||(e=document.body),e}function ia(t){return"object"==typeof t&&t!==document.body&&void 0!==t.getBoundingClientRect?t.getBoundingClientRect():(_s.width=_s.right=globalThis.innerWidth,_s.height=_s.bottom=globalThis.innerHeight,_s)}function oa(t){return ia(ta(t))}function na(t){var e=!1;try{var i=document.createElement("canvas"),o={stencil:!0,failIfMajorPerformanceCaveat:t.failIfMajorPerformanceCaveat};e=!(!globalThis.WebGLRenderingContext||!i.getContext("webgl",o)&&!i.getContext("experimental-webgl",o))}catch(t){e=!1}return e}function ra(t){return t.getShaderPrecisionFormat(t.VERTEX_SHADER,t.HIGH_FLOAT).precision>0&&t.getShaderPrecisionFormat(t.FRAGMENT_SHADER,t.HIGH_FLOAT).precision>0?"highp":t.getShaderPrecisionFormat(t.VERTEX_SHADER,t.MEDIUM_FLOAT).precision>0&&t.getShaderPrecisionFormat(t.FRAGMENT_SHADER,t.MEDIUM_FLOAT).precision>0?"mediump":"lowp"}function sa(){"function"==typeof globalThis.focus&&globalThis.focus()}var aa=Object.freeze({__proto__:null,onDeviceRotate:Ts,platform:As,touchEvent:Ss,pointerEvent:Es,touch:Cs,maxTouchPoints:Ms,wheel:Ps,hasPointerLockSupport:Os,hasDeviceOrientation:ks,screenOrientation:Is,hasAccelerometer:Bs,hasFullscreenSupport:Rs,hasWebAudio:Ds,hasHTML5Audio:Ls,sound:zs,localStorage:Fs,offscreenCanvas:Vs,nativeBase64:js,language:Us,devicePixelRatio:Ns,isMobile:Gs,get accelerationX(){return Xs},get accelerationY(){return Hs},get accelerationZ(){return Ys},get gamma(){return Ws},get beta(){return qs},get alpha(){return Ks},pauseOnBlur:!0,resumeOnFocus:!0,autoFocus:!0,stopOnBlur:!1,onReady:Zs,enableSwipe:Qs,isFullscreen:Js,requestFullscreen:function(t){Rs&&!Js()&&((t=t||Vc()).requestFullscreen=_n("requestFullscreen",t)||t.mozRequestFullScreen,t.requestFullscreen())},exitFullscreen:function(){Rs&&Js()&&document.exitFullscreen()},getScreenOrientation:$s,lockOrientation:function(t){var e=globalThis.screen;if(void 0!==e){var i=_n("lockOrientation",e);if(void 0!==i)return i(t)}return!1},unlockOrientation:function(){var t=globalThis.screen;if(void 0!==t){var e=_n("unlockOrientation",t);if(void 0!==e)return e()}return!1},isPortrait:function(){return $s().includes("portrait")},isLandscape:function(){return $s().includes("landscape")},getStorage:function(t){if(void 0===t&&(t="local"),"local"===t)return ts;throw new Error("storage type "+t+" not supported")},getParentElement:ta,getElement:ea,getElementBounds:ia,getParentBounds:oa,isWebGLSupported:na,getMaxShaderPrecision:ra,focus:sa,watchAccelerometer:function(){return Bs&&!vs&&(DeviceOrientationEvent&&"function"==typeof DeviceOrientationEvent.requestPermission?DeviceOrientationEvent.requestPermission().then((function(t){"granted"===t&&(globalThis.addEventListener("devicemotion",ws,!1),vs=!0)})).catch(console.error):(globalThis.addEventListener("devicemotion",ws,!1),vs=!0)),vs},unwatchAccelerometer:function(){vs&&(globalThis.removeEventListener("devicemotion",ws,!1),vs=!1)},watchDeviceOrientation:function(){return ks&&!ms&&("function"==typeof DeviceOrientationEvent.requestPermission?DeviceOrientationEvent.requestPermission().then((function(t){"granted"===t&&(globalThis.addEventListener("deviceorientation",Ts,!1),ms=!0)})).catch(console.error):(globalThis.addEventListener("deviceorientation",Ts,!1),ms=!0)),ms},unwatchDeviceOrientation:function(){ms&&(globalThis.removeEventListener("deviceorientation",Ts,!1),ms=!1)},vibrate:function(t){void 0!==globalThis.navigator&&"function"==typeof globalThis.navigator.vibrate&&globalThis.navigator.vibrate(t)}}),ha={bool:"1i",int:"1i",float:"1f",vec2:"2fv",vec3:"3fv",vec4:"4fv",bvec2:"2iv",bvec3:"3iv",bvec4:"4iv",ivec2:"2iv",ivec3:"3iv",ivec4:"4iv",mat2:"Matrix2fv",mat3:"Matrix3fv",mat4:"Matrix4fv",sampler2D:"1i"};function la(t,e,i){var o=t.createShader(e);if(t.shaderSource(o,i),t.compileShader(o),!t.getShaderParameter(o,t.COMPILE_STATUS))throw new Error(t.getShaderInfoLog(o));return o}function ua(t,e){return"precision"!==t.substring(0,9)?"precision "+e+" float;"+t:t}function ca(t){return t=(t=(t=(t=t.replace(/\/\*[\s\S]*?\*\/|([^\\:]|^)\/\/.*$/gm,"$1")).replace(/(\\n\s+)|(\s+\\n)/g,"")).replace(/(\\r|\\n)+/g,"")).replace(/\s*([;,[\](){}\\\/\-+*|^&!=<>?~%])\s*/g,"$1")}var pa=function(t,e,i,o){this.gl=t,this.vertex=ua(ca(e),o||ra(this.gl)),this.fragment=ua(ca(i),o||ra(this.gl)),this.attributes=function(t,e){for(var i,o={},n=/attribute\s+\w+\s+(\w+)/g,r=0;i=n.exec(e.vertex);)o[i[1]]=r++;return o}(this.gl,this),this.program=function(t,e,i,o){var n=la(t,t.VERTEX_SHADER,e),r=la(t,t.FRAGMENT_SHADER,i),s=t.createProgram();for(var a in t.attachShader(s,n),t.attachShader(s,r),o)t.bindAttribLocation(s,o[a],a);if(t.linkProgram(s),!t.getProgramParameter(s,t.LINK_STATUS)){var h="Error initializing Shader "+this+"\ngl.VALIDATE_STATUS: "+t.getProgramParameter(s,t.VALIDATE_STATUS)+"\ngl.getError()"+t.getError()+"\ngl.getProgramInfoLog()"+t.getProgramInfoLog(s);throw t.deleteProgram(s),s=null,new Error(h)}return t.useProgram(s),t.deleteShader(n),t.deleteShader(r),s}(this.gl,this.vertex,this.fragment,this.attributes),this.uniforms=function(t,e){var i,o={},n=/uniform\s+(\w+)\s+(\w+)/g,r={},s={},a={};return[e.vertex,e.fragment].forEach((function(t){for(;i=n.exec(t);)r[i[2]]=i[1]})),Object.keys(r).forEach((function(i){var o=r[i];a[i]=t.getUniformLocation(e.program,i),s[i]={get:function(t){return function(){return a[t]}}(i),set:function(e,i,o){return 0===i.indexOf("mat")?function(i){t[o](a[e],!1,i)}:function(i){var n=o;i.length&&"v"!==o.slice(-1)&&(n+="v"),t[n](a[e],i)}}(i,o,"uniform"+ha[o])}})),Object.defineProperties(o,s),o}(this.gl,this),Wr(Xr,this.destroy,this)};pa.prototype.bind=function(){this.gl.useProgram(this.program)},pa.prototype.getAttribLocation=function(t){var e=this.attributes[t];return void 0!==e?e:-1},pa.prototype.setUniform=function(t,e){var i=this.uniforms;if(void 0===i[t])throw new Error("undefined ("+t+") uniform for shader "+this);"object"==typeof e&&"function"==typeof e.toArray?i[t]=e.toArray():i[t]=e},pa.prototype.setVertexAttributes=function(t,e,i){for(var o=0;o<e.length;++o){var n=e[o],r=this.getAttribLocation(n.name);-1!==r?(t.enableVertexAttribArray(r),t.vertexAttribPointer(r,n.size,n.type,n.normalized,i,n.offset)):t.disableVertexAttribArray(o)}},pa.prototype.destroy=function(){this.uniforms=null,this.attributes=null,this.gl.deleteProgram(this.program),this.vertex=null,this.fragment=null};var da=function(t,e){this.vertexSize=t,this.quadSize=e,this.maxVertex=256,this.vertexCount=0,this.buffer=new ArrayBuffer(this.maxVertex*this.vertexSize*this.quadSize),this.bufferF32=new Float32Array(this.buffer),this.bufferU32=new Uint32Array(this.buffer)};da.prototype.clear=function(){this.vertexCount=0},da.prototype.isFull=function(t){return void 0===t&&(t=this.quadSize),this.vertexCount+t>=this.maxVertex},da.prototype.resize=function(){this.maxVertex<<=1;var t=this.bufferF32;return this.buffer=new ArrayBuffer(this.maxVertex*this.vertexSize*this.quadSize),this.bufferF32=new Float32Array(this.buffer),this.bufferU32=new Uint32Array(this.buffer),this.bufferF32.set(t),this},da.prototype.push=function(t,e,i,o,n){var r=this.vertexCount*this.vertexSize;return this.vertexCount>=this.maxVertex&&this.resize(),this.bufferF32[r+0]=t,this.bufferF32[r+1]=e,void 0!==i&&(this.bufferF32[r+2]=i,this.bufferF32[r+3]=o),void 0!==n&&(this.bufferU32[r+4]=n),this.vertexCount++,this},da.prototype.toFloat32=function(t,e){return void 0!==e?this.bufferF32.subarray(t,e):this.bufferF32},da.prototype.toUint32=function(t,e){return void 0!==e?this.bufferU32.subarray(t,e):this.bufferU32},da.prototype.length=function(){return this.vertexCount},da.prototype.isEmpty=function(){return 0===this.vertexCount};var fa=[new Kn,new Kn,new Kn,new Kn],ya=function(t){this.init(t)};ya.prototype.init=function(t){var e=this,i=t.gl;this.currentTextureUnit=-1,this.boundTextures=[],this.renderer=t,this.gl=t.gl,this.color=t.currentColor,this.viewMatrix=t.currentTransform,this.activeShader=null,this.mode=i.TRIANGLES,this.attributes=[],this.vertexByteSize=0,this.vertexSize=0,this.primitiveShader=new pa(this.gl,"// Current vertex point\nattribute vec2 aVertex;\n\n// Projection matrix\nuniform mat4 uProjectionMatrix;\n\n// Vertex color\nuniform vec4 uColor;\n\n// Fragment color\nvarying vec4 vColor;\n\nvoid main(void) {\n // Transform the vertex position by the projection matrix\n gl_Position = uProjectionMatrix * vec4(aVertex, 0.0, 1.0);\n // Pass the remaining attributes to the fragment shader\n vColor = vec4(uColor.rgb * uColor.a, uColor.a);\n}\n","varying vec4 vColor;\n\nvoid main(void) {\n gl_FragColor = vColor;\n}\n"),this.quadShader=new pa(this.gl,"attribute vec2 aVertex;\nattribute vec2 aRegion;\nattribute vec4 aColor;\n\nuniform mat4 uProjectionMatrix;\n\nvarying vec2 vRegion;\nvarying vec4 vColor;\n\nvoid main(void) {\n // Transform the vertex position by the projection matrix\n gl_Position = uProjectionMatrix * vec4(aVertex, 0.0, 1.0);\n // Pass the remaining attributes to the fragment shader\n vColor = vec4(aColor.bgr * aColor.a, aColor.a);\n vRegion = aRegion;\n}\n","uniform sampler2D uSampler;\nvarying vec4 vColor;\nvarying vec2 vRegion;\n\nvoid main(void) {\n gl_FragColor = texture2D(uSampler, vRegion) * vColor;\n}\n"),this.addAttribute("aVertex",2,i.FLOAT,!1,0*Float32Array.BYTES_PER_ELEMENT),this.addAttribute("aRegion",2,i.FLOAT,!1,2*Float32Array.BYTES_PER_ELEMENT),this.addAttribute("aColor",4,i.UNSIGNED_BYTE,!0,4*Float32Array.BYTES_PER_ELEMENT),this.vertexBuffer=new da(this.vertexSize,6),i.bindBuffer(i.ARRAY_BUFFER,i.createBuffer()),i.bufferData(i.ARRAY_BUFFER,this.vertexBuffer.buffer,i.STREAM_DRAW),Wr(Vr,(function(t,i){e.flush(),e.setViewport(0,0,t,i)}))},ya.prototype.reset=function(){this.gl=this.renderer.gl,this.flush(),this.setViewport(0,0,this.renderer.getScreenCanvas().width,this.renderer.getScreenCanvas().height),this.clearColor(0,0,0,0);for(var t=0;t<this.renderer.maxTextures;t++){var e=this.getTexture2D(t);void 0!==e&&this.deleteTexture2D(e)}this.currentTextureUnit=-1,this.useShader(this.quadShader)},ya.prototype.addAttribute=function(t,e,i,o,n){switch(this.attributes.push({name:t,size:e,type:i,normalized:o,offset:n}),i){case this.gl.BYTE:this.vertexByteSize+=e*Int8Array.BYTES_PER_ELEMENT;break;case this.gl.UNSIGNED_BYTE:this.vertexByteSize+=e*Uint8Array.BYTES_PER_ELEMENT;break;case this.gl.SHORT:this.vertexByteSize+=e*Int16Array.BYTES_PER_ELEMENT;break;case this.gl.UNSIGNED_SHORT:this.vertexByteSize+=e*Uint16Array.BYTES_PER_ELEMENT;break;case this.gl.INT:this.vertexByteSize+=e*Int32Array.BYTES_PER_ELEMENT;break;case this.gl.UNSIGNED_INT:this.vertexByteSize+=e*Uint32Array.BYTES_PER_ELEMENT;break;case this.gl.FLOAT:this.vertexByteSize+=e*Float32Array.BYTES_PER_ELEMENT;break;default:throw new Error("Invalid GL Attribute type")}this.vertexSize=this.vertexByteSize/Float32Array.BYTES_PER_ELEMENT},ya.prototype.setViewport=function(t,e,i,o){this.gl.viewport(t,e,i,o)},ya.prototype.createTexture2D=function(t,e,i,o,n,r,s,a,h){void 0===o&&(o="no-repeat"),void 0===a&&(a=!0),void 0===h&&(h=!0);var l=this.gl,u=Mn(n||e.width)&&Mn(r||e.height),c=l.createTexture(),p=0===o.search(/^repeat(-x)?$/)&&(u||this.renderer.WebGLVersion>1)?l.REPEAT:l.CLAMP_TO_EDGE,d=0===o.search(/^repeat(-y)?$/)&&(u||this.renderer.WebGLVersion>1)?l.REPEAT:l.CLAMP_TO_EDGE;return this.bindTexture2D(c,t),l.texParameteri(l.TEXTURE_2D,l.TEXTURE_WRAP_S,p),l.texParameteri(l.TEXTURE_2D,l.TEXTURE_WRAP_T,d),l.texParameteri(l.TEXTURE_2D,l.TEXTURE_MAG_FILTER,i),l.texParameteri(l.TEXTURE_2D,l.TEXTURE_MIN_FILTER,i),l.pixelStorei(l.UNPACK_PREMULTIPLY_ALPHA_WEBGL,a),n||r||s?l.texImage2D(l.TEXTURE_2D,0,l.RGBA,n,r,s,l.RGBA,l.UNSIGNED_BYTE,e):l.texImage2D(l.TEXTURE_2D,0,l.RGBA,l.RGBA,l.UNSIGNED_BYTE,e),u&&!1!==h&&l.generateMipmap(l.TEXTURE_2D),c},ya.prototype.deleteTexture2D=function(t){this.gl.deleteTexture(t),this.unbindTexture2D(t)},ya.prototype.getTexture2D=function(t){return this.boundTextures[t]},ya.prototype.bindTexture2D=function(t,e){var i=this.gl;t!==this.boundTextures[e]?(this.flush(),this.currentTextureUnit!==e&&(this.currentTextureUnit=e,i.activeTexture(i.TEXTURE0+e)),i.bindTexture(i.TEXTURE_2D,t),this.boundTextures[e]=t):this.currentTextureUnit!==e&&(this.flush(),this.currentTextureUnit=e,i.activeTexture(i.TEXTURE0+e))},ya.prototype.unbindTexture2D=function(t,e){return void 0===e&&(e=this.boundTextures.indexOf(t)),-1!==e&&(delete this.boundTextures[e],e===this.currentTextureUnit&&(this.currentTextureUnit=-1)),e},ya.prototype.uploadTexture=function(t,e,i,o,n){void 0===n&&(n=!1);var r=this.renderer.cache.getUnit(t),s=this.boundTextures[r];return void 0===s||n?this.createTexture2D(r,t.getTexture(),this.renderer.settings.antiAlias?this.gl.LINEAR:this.gl.NEAREST,t.repeat,e,i,o,t.premultipliedAlpha):this.bindTexture2D(s,r),this.currentTextureUnit},ya.prototype.setProjection=function(t){this.activeShader.setUniform("uProjectionMatrix",t)},ya.prototype.useShader=function(t){this.activeShader!==t&&(this.flush(),this.activeShader=t,this.activeShader.bind(),this.activeShader.setUniform("uProjectionMatrix",this.renderer.projectionMatrix),this.activeShader.setVertexAttributes(this.gl,this.attributes,this.vertexByteSize))},ya.prototype.addQuad=function(t,e,i,o,n,r,s,a,h,l){if(!(this.color.alpha<1/255)){this.useShader(this.quadShader),this.vertexBuffer.isFull(6)&&this.flush();var u=this.uploadTexture(t);this.quadShader.setUniform("uSampler",u);var c=this.viewMatrix,p=fa[0].set(e,i),d=fa[1].set(e+o,i),f=fa[2].set(e,i+n),y=fa[3].set(e+o,i+n);c.isIdentity()||(c.apply(p),c.apply(d),c.apply(f),c.apply(y)),this.vertexBuffer.push(p.x,p.y,r,s,l),this.vertexBuffer.push(d.x,d.y,a,s,l),this.vertexBuffer.push(f.x,f.y,r,h,l),this.vertexBuffer.push(f.x,f.y,r,h,l),this.vertexBuffer.push(d.x,d.y,a,s,l),this.vertexBuffer.push(y.x,y.y,a,h,l)}},ya.prototype.flush=function(t){void 0===t&&(t=this.mode);var e=this.vertexBuffer,i=e.vertexCount;if(i>0){var o=this.gl,n=e.vertexSize;this.renderer.WebGLVersion>1?o.bufferData(o.ARRAY_BUFFER,e.toFloat32(),o.STREAM_DRAW,0,i*n):o.bufferData(o.ARRAY_BUFFER,e.toFloat32(0,i*n),o.STREAM_DRAW),o.drawArrays(t,0,i),e.clear()}},ya.prototype.drawVertices=function(t,e,i){void 0===i&&(i=e.length),this.useShader(this.primitiveShader),this.primitiveShader.setUniform("uColor",this.color);for(var o=this.viewMatrix,n=this.vertexBuffer,r=o.isIdentity(),s=0;s<i;s++)r||o.apply(e[s]),n.push(e[s].x,e[s].y);this.flush(t)},ya.prototype.clearColor=function(t,e,i,o){this.gl.clearColor(t,e,i,o)},ya.prototype.clear=function(){this.gl.clear(this.gl.COLOR_BUFFER_BIT)};var ga={exports:{}};function va(t,e,i){i=i||2;var o,n,r,s,a,h,l,u=e&&e.length,c=u?e[0]*i:t.length,p=ma(t,0,c,i,!0),d=[];if(!p||p.next===p.prev)return d;if(u&&(p=function(t,e,i,o){var n,r,s,a=[];for(n=0,r=e.length;n<r;n++)(s=ma(t,e[n]*o,n<r-1?e[n+1]*o:t.length,o,!1))===s.next&&(s.steiner=!0),a.push(Pa(s));for(a.sort(Sa),n=0;n<a.length;n++)i=Ea(a[n],i);return i}(t,e,p,i)),t.length>80*i){o=r=t[0],n=s=t[1];for(var f=i;f<c;f+=i)(a=t[f])<o&&(o=a),(h=t[f+1])<n&&(n=h),a>r&&(r=a),h>s&&(s=h);l=0!==(l=Math.max(r-o,s-n))?32767/l:0}return _a(p,d,i,o,n,l,0),d}function ma(t,e,i,o,n){var r,s;if(n===Na(t,e,i,o)>0)for(r=e;r<i;r+=o)s=Va(r,t[r],t[r+1],s);else for(r=i-o;r>=e;r-=o)s=Va(r,t[r],t[r+1],s);return s&&Ba(s,s.next)&&(ja(s),s=s.next),s}function xa(t,e){if(!t)return t;e||(e=t);var i,o=t;do{if(i=!1,o.steiner||!Ba(o,o.next)&&0!==Ia(o.prev,o,o.next))o=o.next;else{if(ja(o),(o=e=o.prev)===o.next)break;i=!0}}while(i||o!==e);return e}function _a(t,e,i,o,n,r,s){if(t){!s&&r&&function(t,e,i,o){var n=t;do{0===n.z&&(n.z=Ma(n.x,n.y,e,i,o)),n.prevZ=n.prev,n.nextZ=n.next,n=n.next}while(n!==t);n.prevZ.nextZ=null,n.prevZ=null,function(t){var e,i,o,n,r,s,a,h,l=1;do{for(i=t,t=null,r=null,s=0;i;){for(s++,o=i,a=0,e=0;e<l&&(a++,o=o.nextZ);e++);for(h=l;a>0||h>0&&o;)0!==a&&(0===h||!o||i.z<=o.z)?(n=i,i=i.nextZ,a--):(n=o,o=o.nextZ,h--),r?r.nextZ=n:t=n,n.prevZ=r,r=n;i=o}r.nextZ=null,l*=2}while(s>1)}(n)}(t,o,n,r);for(var a,h,l=t;t.prev!==t.next;)if(a=t.prev,h=t.next,r?wa(t,o,n,r):ba(t))e.push(a.i/i|0),e.push(t.i/i|0),e.push(h.i/i|0),ja(t),t=h.next,l=h.next;else if((t=h)===l){s?1===s?_a(t=Ta(xa(t),e,i),e,i,o,n,r,2):2===s&&Aa(t,e,i,o,n,r):_a(xa(t),e,i,o,n,r,1);break}}}function ba(t){var e=t.prev,i=t,o=t.next;if(Ia(e,i,o)>=0)return!1;for(var n=e.x,r=i.x,s=o.x,a=e.y,h=i.y,l=o.y,u=n<r?n<s?n:s:r<s?r:s,c=a<h?a<l?a:l:h<l?h:l,p=n>r?n>s?n:s:r>s?r:s,d=a>h?a>l?a:l:h>l?h:l,f=o.next;f!==e;){if(f.x>=u&&f.x<=p&&f.y>=c&&f.y<=d&&Oa(n,a,r,h,s,l,f.x,f.y)&&Ia(f.prev,f,f.next)>=0)return!1;f=f.next}return!0}function wa(t,e,i,o){var n=t.prev,r=t,s=t.next;if(Ia(n,r,s)>=0)return!1;for(var a=n.x,h=r.x,l=s.x,u=n.y,c=r.y,p=s.y,d=a<h?a<l?a:l:h<l?h:l,f=u<c?u<p?u:p:c<p?c:p,y=a>h?a>l?a:l:h>l?h:l,g=u>c?u>p?u:p:c>p?c:p,v=Ma(d,f,e,i,o),m=Ma(y,g,e,i,o),x=t.prevZ,_=t.nextZ;x&&x.z>=v&&_&&_.z<=m;){if(x.x>=d&&x.x<=y&&x.y>=f&&x.y<=g&&x!==n&&x!==s&&Oa(a,u,h,c,l,p,x.x,x.y)&&Ia(x.prev,x,x.next)>=0)return!1;if(x=x.prevZ,_.x>=d&&_.x<=y&&_.y>=f&&_.y<=g&&_!==n&&_!==s&&Oa(a,u,h,c,l,p,_.x,_.y)&&Ia(_.prev,_,_.next)>=0)return!1;_=_.nextZ}for(;x&&x.z>=v;){if(x.x>=d&&x.x<=y&&x.y>=f&&x.y<=g&&x!==n&&x!==s&&Oa(a,u,h,c,l,p,x.x,x.y)&&Ia(x.prev,x,x.next)>=0)return!1;x=x.prevZ}for(;_&&_.z<=m;){if(_.x>=d&&_.x<=y&&_.y>=f&&_.y<=g&&_!==n&&_!==s&&Oa(a,u,h,c,l,p,_.x,_.y)&&Ia(_.prev,_,_.next)>=0)return!1;_=_.nextZ}return!0}function Ta(t,e,i){var o=t;do{var n=o.prev,r=o.next.next;!Ba(n,r)&&Ra(n,o,o.next,r)&&za(n,r)&&za(r,n)&&(e.push(n.i/i|0),e.push(o.i/i|0),e.push(r.i/i|0),ja(o),ja(o.next),o=t=r),o=o.next}while(o!==t);return xa(o)}function Aa(t,e,i,o,n,r){var s=t;do{for(var a=s.next.next;a!==s.prev;){if(s.i!==a.i&&ka(s,a)){var h=Fa(s,a);return s=xa(s,s.next),h=xa(h,h.next),_a(s,e,i,o,n,r,0),void _a(h,e,i,o,n,r,0)}a=a.next}s=s.next}while(s!==t)}function Sa(t,e){return t.x-e.x}function Ea(t,e){var i=function(t,e){var i,o=e,n=t.x,r=t.y,s=-1/0;do{if(r<=o.y&&r>=o.next.y&&o.next.y!==o.y){var a=o.x+(r-o.y)*(o.next.x-o.x)/(o.next.y-o.y);if(a<=n&&a>s&&(s=a,i=o.x<o.next.x?o:o.next,a===n))return i}o=o.next}while(o!==e);if(!i)return null;var h,l=i,u=i.x,c=i.y,p=1/0;o=i;do{n>=o.x&&o.x>=u&&n!==o.x&&Oa(r<c?n:s,r,u,c,r<c?s:n,r,o.x,o.y)&&(h=Math.abs(r-o.y)/(n-o.x),za(o,t)&&(h<p||h===p&&(o.x>i.x||o.x===i.x&&Ca(i,o)))&&(i=o,p=h)),o=o.next}while(o!==l);return i}(t,e);if(!i)return e;var o=Fa(i,t);return xa(o,o.next),xa(i,i.next)}function Ca(t,e){return Ia(t.prev,t,e.prev)<0&&Ia(e.next,t,t.next)<0}function Ma(t,e,i,o,n){return(t=1431655765&((t=858993459&((t=252645135&((t=16711935&((t=(t-i)*n|0)|t<<8))|t<<4))|t<<2))|t<<1))|(e=1431655765&((e=858993459&((e=252645135&((e=16711935&((e=(e-o)*n|0)|e<<8))|e<<4))|e<<2))|e<<1))<<1}function Pa(t){var e=t,i=t;do{(e.x<i.x||e.x===i.x&&e.y<i.y)&&(i=e),e=e.next}while(e!==t);return i}function Oa(t,e,i,o,n,r,s,a){return(n-s)*(e-a)>=(t-s)*(r-a)&&(t-s)*(o-a)>=(i-s)*(e-a)&&(i-s)*(r-a)>=(n-s)*(o-a)}function ka(t,e){return t.next.i!==e.i&&t.prev.i!==e.i&&!function(t,e){var i=t;do{if(i.i!==t.i&&i.next.i!==t.i&&i.i!==e.i&&i.next.i!==e.i&&Ra(i,i.next,t,e))return!0;i=i.next}while(i!==t);return!1}(t,e)&&(za(t,e)&&za(e,t)&&function(t,e){var i=t,o=!1,n=(t.x+e.x)/2,r=(t.y+e.y)/2;do{i.y>r!=i.next.y>r&&i.next.y!==i.y&&n<(i.next.x-i.x)*(r-i.y)/(i.next.y-i.y)+i.x&&(o=!o),i=i.next}while(i!==t);return o}(t,e)&&(Ia(t.prev,t,e.prev)||Ia(t,e.prev,e))||Ba(t,e)&&Ia(t.prev,t,t.next)>0&&Ia(e.prev,e,e.next)>0)}function Ia(t,e,i){return(e.y-t.y)*(i.x-e.x)-(e.x-t.x)*(i.y-e.y)}function Ba(t,e){return t.x===e.x&&t.y===e.y}function Ra(t,e,i,o){var n=La(Ia(t,e,i)),r=La(Ia(t,e,o)),s=La(Ia(i,o,t)),a=La(Ia(i,o,e));return n!==r&&s!==a||(!(0!==n||!Da(t,i,e))||(!(0!==r||!Da(t,o,e))||(!(0!==s||!Da(i,t,o))||!(0!==a||!Da(i,e,o)))))}function Da(t,e,i){return e.x<=Math.max(t.x,i.x)&&e.x>=Math.min(t.x,i.x)&&e.y<=Math.max(t.y,i.y)&&e.y>=Math.min(t.y,i.y)}function La(t){return t>0?1:t<0?-1:0}function za(t,e){return Ia(t.prev,t,t.next)<0?Ia(t,e,t.next)>=0&&Ia(t,t.prev,e)>=0:Ia(t,e,t.prev)<0||Ia(t,t.next,e)<0}function Fa(t,e){var i=new Ua(t.i,t.x,t.y),o=new Ua(e.i,e.x,e.y),n=t.next,r=e.prev;return t.next=e,e.prev=t,i.next=n,n.prev=i,o.next=i,i.prev=o,r.next=o,o.prev=r,o}function Va(t,e,i,o){var n=new Ua(t,e,i);return o?(n.next=o.next,n.prev=o,o.next.prev=n,o.next=n):(n.prev=n,n.next=n),n}function ja(t){t.next.prev=t.prev,t.prev.next=t.next,t.prevZ&&(t.prevZ.nextZ=t.nextZ),t.nextZ&&(t.nextZ.prevZ=t.prevZ)}function Ua(t,e,i){this.i=t,this.x=e,this.y=i,this.prev=null,this.next=null,this.z=0,this.prevZ=null,this.nextZ=null,this.steiner=!1}function Na(t,e,i,o){for(var n=0,r=e,s=i-o;r<i;r+=o)n+=(t[s]-t[r])*(t[r+1]+t[s+1]),s=r;return n}ga.exports=va,ga.exports.default=va,va.deviation=function(t,e,i,o){var n=e&&e.length,r=n?e[0]*i:t.length,s=Math.abs(Na(t,0,r,i));if(n)for(var a=0,h=e.length;a<h;a++){var l=e[a]*i,u=a<h-1?e[a+1]*i:t.length;s-=Math.abs(Na(t,l,u,i))}var c=0;for(a=0;a<o.length;a+=3){var p=o[a]*i,d=o[a+1]*i,f=o[a+2]*i;c+=Math.abs((t[p]-t[f])*(t[d+1]-t[p+1])-(t[p]-t[d])*(t[f+1]-t[p+1]))}return 0===s&&0===c?0:Math.abs((c-s)/s)},va.flatten=function(t){for(var e=t[0][0].length,i={vertices:[],holes:[],dimensions:e},o=0,n=0;n<t.length;n++){for(var r=0;r<t[n].length;r++)for(var s=0;s<e;s++)i.vertices.push(t[n][r][s]);n>0&&(o+=t[n-1].length,i.holes.push(o))}return i};var Ga=function(t,e,i){this.pos=qn.pull("Vector2d"),this._bounds,this.points=[],this.edges=[],this.indices=[],this.normals=[],this.shapeType="Polygon",this.setShape(t,e,i)};Ga.prototype.onResetEvent=function(t,e,i){this.setShape(t,e,i)},Ga.prototype.setShape=function(t,e,i){return this.pos.set(t,e),this.setVertices(i),this},Ga.prototype.setVertices=function(t){var e=this;if(!Array.isArray(t))return this;if(t[0]instanceof Kn)this.points=t;else if(this.points.length=0,"object"==typeof t[0])t.forEach((function(t){e.points.push(qn.pull("Vector2d",t.x,t.y))}));else for(var i=0;i<t.length;i+=2)this.points.push(qn.pull("Vector2d",t[i],t[i+1]));return this.recalc(),this.updateBounds(),this},Ga.prototype.transform=function(t){for(var e=this.points,i=e.length,o=0;o<i;o++)t.apply(e[o]);return this.recalc(),this.updateBounds(),this},Ga.prototype.toIso=function(){return this.rotate(Math.PI/4).scale(Math.SQRT2,Math.SQRT1_2)},Ga.prototype.to2d=function(){return this.scale(Math.SQRT1_2,Math.SQRT2).rotate(-Math.PI/4)},Ga.prototype.rotate=function(t,e){if(0!==t){for(var i=this.points,o=i.length,n=0;n<o;n++)i[n].rotate(t,e);this.recalc(),this.updateBounds()}return this},Ga.prototype.scale=function(t,e){e=void 0!==e?e:t;for(var i=this.points,o=i.length,n=0;n<o;n++)i[n].scale(t,e);return this.recalc(),this.updateBounds(),this},Ga.prototype.scaleV=function(t){return this.scale(t.x,t.y)},Ga.prototype.recalc=function(){var t,e=this.edges,i=this.normals,o=this.indices,n=this.points,r=n.length;if(r<3)throw new Error("Requires at least 3 points");for(t=0;t<r;t++)void 0===e[t]&&(e[t]=qn.pull("Vector2d")),e[t].copy(n[(t+1)%r]).sub(n[t]),void 0===i[t]&&(i[t]=qn.pull("Vector2d")),i[t].copy(e[t]).perp().normalize();return e.length=r,i.length=r,o.length=0,this},Ga.prototype.getIndices=function(){return 0===this.indices.length&&(this.indices=ga.exports(this.points.flatMap((function(t){return[t.x,t.y]})))),this.indices},Ga.prototype.isConvex=function(){var t,e,i,o,n=0,r=this.points,s=r.length;if(s<3)return null;for(t=0;t<s;t++)if(i=(t+2)%s,o=(r[e=(t+1)%s].x-r[t].x)*(r[i].y-r[e].y),(o-=(r[e].y-r[t].y)*(r[i].x-r[e].x))<0?n|=1:o>0&&(n|=2),3===n)return!1;return 0!==n||null},Ga.prototype.translate=function(){var t,e;return 2===arguments.length?(t=arguments[0],e=arguments[1]):(t=arguments[0].x,e=arguments[0].y),this.pos.x+=t,this.pos.y+=e,this.getBounds().translate(t,e),this},Ga.prototype.shift=function(){var t,e;2===arguments.length?(t=arguments[0],e=arguments[1]):(t=arguments[0].x,e=arguments[0].y),this.pos.x=t,this.pos.y=e,this.updateBounds()},Ga.prototype.contains=function(){var t,e;2===arguments.length?(t=arguments[0],e=arguments[1]):(t=arguments[0].x,e=arguments[0].y);for(var i=!1,o=this.pos.x,n=this.pos.y,r=this.points,s=r.length,a=0,h=s-1;a<s;h=a++){var l=r[a].y+n,u=r[a].x+o,c=r[h].y+n,p=r[h].x+o;l>e!=c>e&&t<(p-u)*(e-l)/(c-l)+u&&(i=!i)}return i},Ga.prototype.getBounds=function(){return void 0===this._bounds&&(this._bounds=qn.pull("Bounds")),this._bounds},Ga.prototype.updateBounds=function(){var t=this.getBounds();return t.update(this.points),t.translate(this.pos),t},Ga.prototype.clone=function(){var t=[];return this.points.forEach((function(e){t.push(e.clone())})),new Ga(this.pos.x,this.pos.y,t)};var Xa=function(t){function e(e,i,o,n){t.call(this,e,i,[qn.pull("Vector2d",0,0),qn.pull("Vector2d",o,0),qn.pull("Vector2d",o,n),qn.pull("Vector2d",0,n)]),this.shapeType="Rectangle"}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var i={left:{configurable:!0},right:{configurable:!0},top:{configurable:!0},bottom:{configurable:!0},width:{configurable:!0},height:{configurable:!0},centerX:{configurable:!0},centerY:{configurable:!0}};return e.prototype.onResetEvent=function(t,e,i,o){this.setShape(t,e,i,o)},e.prototype.setShape=function(t,e,i,o){var n=i;return this.pos.set(t,e),4===arguments.length&&((n=this.points)[0].set(0,0),n[1].set(i,0),n[2].set(i,o),n[3].set(0,o)),this.setVertices(n),this},i.left.get=function(){return this.pos.x},i.right.get=function(){var t=this.width;return this.pos.x+t||t},i.top.get=function(){return this.pos.y},i.bottom.get=function(){var t=this.height;return this.pos.y+t||t},i.width.get=function(){return this.points[2].x},i.width.set=function(t){this.points[1].x=this.points[2].x=t,this.recalc(),this.updateBounds()},i.height.get=function(){return this.points[2].y},i.height.set=function(t){this.points[2].y=this.points[3].y=t,this.recalc(),this.updateBounds()},i.centerX.get=function(){return isFinite(this.width)?this.pos.x+this.width/2:this.width},i.centerX.set=function(t){this.pos.x=t-this.width/2},i.centerY.get=function(){return isFinite(this.height)?this.pos.y+this.height/2:this.height},i.centerY.set=function(t){this.pos.y=t-this.height/2},e.prototype.centerOn=function(t,e){return this.centerX=t,this.centerY=e,this},e.prototype.resize=function(t,e){return this.width=t,this.height=e,this},e.prototype.scale=function(t,e){return void 0===e&&(e=t),this.width*=t,this.height*=e,this},e.prototype.clone=function(){return new e(this.pos.x,this.pos.y,this.width,this.height)},e.prototype.copy=function(t){return this.setShape(t.pos.x,t.pos.y,t.width,t.height)},e.prototype.union=function(t){var e=Math.min(this.left,t.left),i=Math.min(this.top,t.top);return this.resize(Math.max(this.right,t.right)-e,Math.max(this.bottom,t.bottom)-i),this.pos.set(e,i),this},e.prototype.overlaps=function(t){return this.left<t.right&&t.left<this.right&&this.top<t.bottom&&t.top<this.bottom},e.prototype.contains=function(){var t,i,o,n,r=arguments[0];return 2===arguments.length?(t=i=r,o=n=arguments[1]):r instanceof e?(t=r.left,i=r.right,o=r.top,n=r.bottom):(t=i=r.x,o=n=r.y),t>=this.left&&i<=this.right&&o>=this.top&&n<=this.bottom},e.prototype.equals=function(t){return t.left===this.left&&t.right===this.right&&t.top===this.top&&t.bottom===this.bottom},e.prototype.isFinite=function(){return isFinite(this.pos.x)&&isFinite(this.pos.y)&&isFinite(this.width)&&isFinite(this.height)},e.prototype.toPolygon=function(){return qn.pull("Polygon",this.pos.x,this.pos.y,this.points)},Object.defineProperties(e.prototype,i),e}(Ga),Ha=function(t){function e(e,i,o,n,r){void 0===r&&(r=20),t.call(this,e,i,o,n),this.radius=r}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var i={radius:{configurable:!0}};return e.prototype.onResetEvent=function(e,i,o,n,r){t.prototype.setShape.call(this,e,i,o,n),this.radius=r},i.radius.get=function(){return this._radius},i.radius.set=function(t){this.width<2*t&&(t=this.width/2),this.height<2*t&&(t=this.height/2),this._radius=t},e.prototype.copy=function(e){return t.prototype.setShape.call(this,e.pos.x,e.pos.y,e.width,e.height),this.radius=e.radius,this},e.prototype.contains=function(){var e,i,o,n,r=arguments[0];if(2===arguments.length)e=r,i=arguments[1];else{if(r instanceof t)return t.prototype.contains.call(this,r);e=r.x,i=r.y}if(e<this.left||e>=this.right||i<this.top||i>=this.bottom)return!1;if(e>=this.left+this.radius&&e<=this.right-this.radius||i>=this.top+this.radius&&i<=this.bottom-this.radius)return!0;var s=Math.max(0,Math.min(this.radius,this.width/2)),a=Math.max(0,Math.min(this.radius,this.height/2));if(e<this.left+s&&i<this.top+a)o=e-this.left-s,n=i-this.top-a;else if(e>this.right-s&&i<this.top+a)o=e-this.right+s,n=i-this.top-a;else if(e>this.right-s&&i>this.bottom-a)o=e-this.right+s,n=i-this.bottom+a;else{if(!(e<this.left+s&&i>this.bottom-a))return!1;o=e-this.left-s,n=i-this.bottom+a}return o*o+n*n<=s*a},e.prototype.equals=function(e){return t.prototype.equals.call(this,e)&&this.radius===e.radius},e.prototype.clone=function(){return new e(this.pos.x,this.pos.y,this.width,this.height,this.radius)},Object.defineProperties(e.prototype,i),e}(Xa),Ya=function(t,e,i,o){this.pos=qn.pull("Vector2d"),this._bounds=void 0,this.radius=NaN,this.radiusV=qn.pull("Vector2d"),this.radiusSq=qn.pull("Vector2d"),this.ratio=qn.pull("Vector2d"),this.shapeType="Ellipse",this.setShape(t,e,i,o)};Ya.prototype.onResetEvent=function(t,e,i,o){this.setShape(t,e,i,o)},Ya.prototype.setShape=function(t,e,i,o){var n=i/2,r=o/2;this.pos.set(t,e),this.radius=Math.max(n,r),this.ratio.set(n/this.radius,r/this.radius),this.radiusV.set(this.radius,this.radius).scaleV(this.ratio);var s=this.radius*this.radius;return this.radiusSq.set(s,s).scaleV(this.ratio),this.getBounds().setMinMax(t,e,t+i,t+o),this.getBounds().translate(-this.radiusV.x,-this.radiusV.y),this},Ya.prototype.rotate=function(t,e){return this.pos.rotate(t,e),this.getBounds().shift(this.pos),this.getBounds().translate(-this.radiusV.x,-this.radiusV.y),this},Ya.prototype.scale=function(t,e){return e=void 0!==e?e:t,this.setShape(this.pos.x,this.pos.y,2*this.radiusV.x*t,2*this.radiusV.y*e)},Ya.prototype.scaleV=function(t){return this.scale(t.x,t.y)},Ya.prototype.transform=function(t){return this},Ya.prototype.translate=function(){var t,e;return 2===arguments.length?(t=arguments[0],e=arguments[1]):(t=arguments[0].x,e=arguments[0].y),this.pos.x+=t,this.pos.y+=e,this.getBounds().translate(t,e),this},Ya.prototype.contains=function(){var t,e;return 2===arguments.length?(t=arguments[0],e=arguments[1]):(t=arguments[0].x,e=arguments[0].y),t-=this.pos.x,e-=this.pos.y,t*t/this.radiusSq.x+e*e/this.radiusSq.y<=1},Ya.prototype.getBounds=function(){return void 0===this._bounds&&(this._bounds=qn.pull("Bounds")),this._bounds},Ya.prototype.clone=function(){return new Ya(this.pos.x,this.pos.y,2*this.radiusV.x,2*this.radiusV.y)};var Wa=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.contains=function(){var t,e;2===arguments.length?(t=arguments[0],e=arguments[1]):(t=arguments[0].x,e=arguments[0].y),t-=this.pos.x,e-=this.pos.y;var i=this.points[0],o=this.points[1];return(e-i.y)*(o.x-i.x)==(o.y-i.y)*(t-i.x)},e.prototype.recalc=function(){var t=this.edges,e=this.normals,i=this.indices,o=this.points;if(2!==o.length)throw new Error("Requires exactly 2 points");return void 0===t[0]&&(t[0]=qn.pull("Vector2d")),t[0].copy(o[1]).sub(o[0]),void 0===e[0]&&(e[0]=qn.pull("Vector2d")),e[0].copy(t[0]).perp().normalize(),i.length=0,this},e.prototype.clone=function(){var t=[];return this.points.forEach((function(e){t.push(e.clone())})),new e(this.pos.x,this.pos.y,t)},e}(Ga),qa=function(t){this._center=new Kn,this.onResetEvent(t)},Ka={x:{configurable:!0},y:{configurable:!0},width:{configurable:!0},height:{configurable:!0},left:{configurable:!0},right:{configurable:!0},top:{configurable:!0},bottom:{configurable:!0},centerX:{configurable:!0},centerY:{configurable:!0},center:{configurable:!0}};qa.prototype.onResetEvent=function(t){void 0===this.min?(this.min={x:1/0,y:1/0},this.max={x:-1/0,y:-1/0}):this.clear(),void 0!==t&&this.update(t)},qa.prototype.clear=function(){this.setMinMax(1/0,1/0,-1/0,-1/0)},qa.prototype.setMinMax=function(t,e,i,o){this.min.x=t,this.min.y=e,this.max.x=i,this.max.y=o},Ka.x.get=function(){return this.min.x},Ka.x.set=function(t){var e=this.max.x-this.min.x;this.min.x=t,this.max.x=t+e},Ka.y.get=function(){return this.min.y},Ka.y.set=function(t){var e=this.max.y-this.min.y;this.min.y=t,this.max.y=t+e},Ka.width.get=function(){return this.max.x-this.min.x},Ka.width.set=function(t){this.max.x=this.min.x+t},Ka.height.get=function(){return this.max.y-this.min.y},Ka.height.set=function(t){this.max.y=this.min.y+t},Ka.left.get=function(){return this.min.x},Ka.right.get=function(){return this.max.x},Ka.top.get=function(){return this.min.y},Ka.bottom.get=function(){return this.max.y},Ka.centerX.get=function(){return this.min.x+this.width/2},Ka.centerY.get=function(){return this.min.y+this.height/2},Ka.center.get=function(){return this._center.set(this.centerX,this.centerY)},qa.prototype.update=function(t){this.add(t,!0)},qa.prototype.add=function(t,e){void 0===e&&(e=!1),!0===e&&this.clear();for(var i=0;i<t.length;i++){var o=t[i];o.x>this.max.x&&(this.max.x=o.x),o.x<this.min.x&&(this.min.x=o.x),o.y>this.max.y&&(this.max.y=o.y),o.y<this.min.y&&(this.min.y=o.y)}},qa.prototype.addBounds=function(t,e){void 0===e&&(e=!1),!0===e&&this.clear(),t.max.x>this.max.x&&(this.max.x=t.max.x),t.min.x<this.min.x&&(this.min.x=t.min.x),t.max.y>this.max.y&&(this.max.y=t.max.y),t.min.y<this.min.y&&(this.min.y=t.min.y)},qa.prototype.addPoint=function(t,e){void 0!==e&&(t=e.apply(t)),this.min.x=Math.min(this.min.x,t.x),this.max.x=Math.max(this.max.x,t.x),this.min.y=Math.min(this.min.y,t.y),this.max.y=Math.max(this.max.y,t.y)},qa.prototype.addFrame=function(t,e,i,o,n){var r=qn.pull("Vector2d");this.addPoint(r.set(t,e),n),this.addPoint(r.set(i,e),n),this.addPoint(r.set(t,o),n),this.addPoint(r.set(i,o),n),qn.push(r)},qa.prototype.contains=function(){var t,e,i,o,n=arguments[0];return 2===arguments.length?(t=e=n,i=o=arguments[1]):n instanceof qa?(t=n.min.x,e=n.max.x,i=n.min.y,o=n.max.y):(t=e=n.x,i=o=n.y),t>=this.min.x&&e<=this.max.x&&i>=this.min.y&&o<=this.max.y},qa.prototype.overlaps=function(t){return!(this.right<t.left||this.left>t.right||this.bottom<t.top||this.top>t.bottom)},qa.prototype.isFinite=function(){return isFinite(this.min.x)&&isFinite(this.max.x)&&isFinite(this.min.y)&&isFinite(this.max.y)},qa.prototype.translate=function(){var t,e;2===arguments.length?(t=arguments[0],e=arguments[1]):(t=arguments[0].x,e=arguments[0].y),this.min.x+=t,this.max.x+=t,this.min.y+=e,this.max.y+=e},qa.prototype.shift=function(){var t,e;2===arguments.length?(t=arguments[0],e=arguments[1]):(t=arguments[0].x,e=arguments[0].y);var i=this.max.x-this.min.x,o=this.max.y-this.min.y;this.min.x=t,this.max.x=t+i,this.min.y=e,this.max.y=e+o},qa.prototype.clone=function(){var t=new qa;return t.addBounds(this),t},qa.prototype.toPolygon=function(){return qn.pull("Polygon",this.x,this.y,[qn.pull("Vector2d",0,0),qn.pull("Vector2d",this.width,0),qn.pull("Vector2d",this.width,this.height),qn.pull("Vector2d",0,this.height)])},Object.defineProperties(qa.prototype,Ka);var Za=function(){this.points=[],this.arcResolution=5,this.vertices=[]};Za.prototype.beginPath=function(){this.points.forEach((function(t){qn.push(t)})),this.points.length=0},Za.prototype.closePath=function(){var t=this.points;t.length>1&&!t[t.length-1].equals(t[0])&&t.push(qn.pull("Vector2d",t[0].x,t[0].y))},Za.prototype.triangulatePath=function(){var t=0,e=this.points,i=this.vertices,o=ga.exports(e.flatMap((function(t){return[t.x,t.y]})));for(t=0;t<o.length;t++)void 0===i[t]&&(i[t]=qn.pull("Vector2d")),i[t].set(e[o[t]].x,e[o[t]].y);for(;i.length>o.length;)qn.push(i[i.length-1]),i.length-=1;return i},Za.prototype.moveTo=function(t,e){this.points.push(qn.pull("Vector2d",t,e))},Za.prototype.lineTo=function(t,e){this.points.push(qn.pull("Vector2d",t,e))},Za.prototype.arc=function(t,e,i,o,n,r){void 0===r&&(r=!1);var s=this.points;if(o!==n){var a=r?Math.abs(o-n)>=Sn:Math.abs(n-o)>=Sn;(o%=Sn)<0&&(o+=Sn),(n%=Sn)<0&&(n+=Sn),o>=n&&(n+=Sn);var h=n-o,l=1;r&&(l=-1,h=Sn-h),a&&(h=Sn);for(var u=h*i/this.arcResolution,c=h/u,p=o,d=0;d<u;d++)s.push(qn.pull("Vector2d",t+i*Math.cos(p),e+i*Math.sin(p))),p+=l*c;s.push(qn.pull("Vector2d",t+i*Math.cos(n),e+i*Math.sin(n)))}},Za.prototype.arcTo=function(t,e,i,o,n){var r=this.points,s=[r[r.length-1].x-t,r[r.length-1].y-e],a=[i-t,o-e],h=Math.sqrt(Math.pow(s[0],2)+Math.pow(s[1],2)),l=Math.sqrt(Math.pow(a[0],2)+Math.pow(a[1],2));s[0]/=h,s[1]/=h,a[0]/=l,a[1]/=l;var u=Math.atan2(s[1],s[0])-Math.atan2(a[1],a[0]),c=n/Math.tan(u/2),p=[t+s[0]*c,e+s[1]*c],d=[t+a[0]*c,e+a[1]*c];r.push(qn.pull("Vector2d",p[0],p[1]));var f=[(s[0]+a[0])/2,(s[1]+a[1])/2],y=Math.sqrt(Math.pow(f[0],2)+Math.pow(f[1],2));f[0]/=y,f[1]/=y;var g=Math.sqrt(Math.pow(n,2)+Math.pow(c,2)),v=[t+g*f[0],e+g*f[1]],m=Math.atan2(p[1]-v[1],p[0]-v[0]),x=Math.atan2(d[1]-v[1],d[0]-v[0]);this.arc(v[0],v[1],n,m,x)},Za.prototype.ellipse=function(t,e,i,o,n,r,s,a){void 0===a&&(a=!1);var h=this.points;if(r!==s){var l=a?Math.abs(r-s)>=Sn:Math.abs(s-r)>=Sn;(r%=Sn)<0&&(r+=Sn),(s%=Sn)<0&&(s+=Sn),r>=s&&(s+=Sn);var u=s-r,c=1;a&&(c=-1,u=Sn-u),l&&(u=Sn);for(var p=(u*i+u*o)/2/this.arcResolution,d=u/p,f=r,y=Math.cos(n),g=Math.sin(n),v=0;v<p;v++){var m=i*Math.cos(f),x=o*Math.sin(f),_=t+m*y-x*g,b=e+m*g+x*y;h.push(qn.pull("Vector2d",_,b)),f+=c*d}}},Za.prototype.rect=function(t,e,i,o){this.moveTo(t,e),this.lineTo(t+i,e),this.lineTo(t+i,e+o),this.lineTo(t,e+o),this.lineTo(t,e)},Za.prototype.roundRect=function(t,e,i,o,n){this.moveTo(t+n,e),this.lineTo(t+i-n,e),this.arcTo(t+i,e,t+i,e+n,n),this.lineTo(t+i,e+o-n),this.arcTo(t+i,e+o,t+i-n,e+o,n),this.lineTo(t+n,e+o),this.arcTo(t,e+o,t,e+o-n,n),this.lineTo(t,e+n),this.arcTo(t,e,t+n,e,n)};var Qa=function(t){this.settings=t,this.isContextValid=!0,this.path2D=new Za,this.currentScissor=new Int32Array([0,0,this.settings.width,this.settings.height]),this.maskLevel=0,this.currentBlendMode="none",void 0!==globalThis.canvas?this.canvas=globalThis.canvas:void 0!==this.settings.canvas?this.canvas=this.settings.canvas:this.canvas=Fc(this.settings.zoomX,this.settings.zoomY),this.backBufferCanvas=this.canvas,this.context=null,this.currentColor=new or(0,0,0,1),this.currentTint=new or(255,255,255,1),this.projectionMatrix=new rr,this.uvOffset=0,Wr(_r,(function(){zc.reset()}))};Qa.prototype.clear=function(){},Qa.prototype.reset=function(){this.resetTransform(),this.setBlendMode(this.settings.blendMode),this.setColor("#000000"),this.clearTint(),this.cache.clear(),this.currentScissor[0]=0,this.currentScissor[1]=0,this.currentScissor[2]=this.backBufferCanvas.width,this.currentScissor[3]=this.backBufferCanvas.height,this.clearMask()},Qa.prototype.getCanvas=function(){return this.backBufferCanvas},Qa.prototype.getScreenCanvas=function(){return this.canvas},Qa.prototype.getScreenContext=function(){return this.context},Qa.prototype.getBlendMode=function(){return this.currentBlendMode},Qa.prototype.getContext2d=function(t,e){if(null==t)throw new Error("You must pass a canvas element in order to create a 2d context");if(void 0===t.getContext)throw new Error("Your browser does not support HTML5 canvas.");"boolean"!=typeof e&&(e=!0);var i=t.getContext("2d",{alpha:e});return i.canvas||(i.canvas=t),this.setAntiAlias(i,this.settings.antiAlias),i},Qa.prototype.getWidth=function(){return this.backBufferCanvas.width},Qa.prototype.getHeight=function(){return this.backBufferCanvas.height},Qa.prototype.getColor=function(){return this.currentColor},Qa.prototype.globalAlpha=function(){return this.currentColor.glArray[3]},Qa.prototype.overlaps=function(t){return t.left<=this.getWidth()&&t.right>=0&&t.top<=this.getHeight()&&t.bottom>=0},Qa.prototype.resize=function(t,e){t===this.backBufferCanvas.width&&e===this.backBufferCanvas.height||(this.canvas.width=this.backBufferCanvas.width=t,this.canvas.height=this.backBufferCanvas.height=e,this.currentScissor[0]=0,this.currentScissor[1]=0,this.currentScissor[2]=t,this.currentScissor[3]=e,Yr(Vr,t,e))},Qa.prototype.setAntiAlias=function(t,e){var i=t.canvas;bn("imageSmoothingEnabled",!0===e,t),!0!==e?(i.style["image-rendering"]="optimizeSpeed",i.style["image-rendering"]="-moz-crisp-edges",i.style["image-rendering"]="-o-crisp-edges",i.style["image-rendering"]="-webkit-optimize-contrast",i.style["image-rendering"]="optimize-contrast",i.style["image-rendering"]="crisp-edges",i.style["image-rendering"]="pixelated",i.style.msInterpolationMode="nearest-neighbor"):i.style["image-rendering"]="auto"},Qa.prototype.setProjection=function(t){this.projectionMatrix.copy(t)},Qa.prototype.stroke=function(t,e){if(t instanceof Ha)this.strokeRoundRect(t.left,t.top,t.width,t.height,t.radius,e);else if(t instanceof Xa||t instanceof qa)this.strokeRect(t.left,t.top,t.width,t.height,e);else if(t instanceof Wa||t instanceof Ga)this.strokePolygon(t,e);else{if(!(t instanceof Ya))throw new Error("Invalid geometry for fill/stroke");this.strokeEllipse(t.pos.x,t.pos.y,t.radiusV.x,t.radiusV.y,e)}},Qa.prototype.fill=function(t){this.stroke(t,!0)},Qa.prototype.tint=function(t,e,i){var o=Fc(t.width,t.height,!0),n=this.getContext2d(o);return n.save(),n.fillStyle=e instanceof or?e.toRGB():e,n.fillRect(0,0,t.width,t.height),n.globalCompositeOperation=i||"multiply",n.drawImage(t,0,0),n.globalCompositeOperation="destination-atop",n.drawImage(t,0,0),n.restore(),o},Qa.prototype.setMask=function(t){},Qa.prototype.clearMask=function(){},Qa.prototype.setTint=function(t,e){void 0===e&&(e=t.alpha),this.currentTint.copy(t),this.currentTint.alpha*=e},Qa.prototype.clearTint=function(){this.currentTint.setColor(255,255,255,1)},Qa.prototype.drawFont=function(){};var Ja={};
9
9
  /*!
10
10
  * howler.js v2.2.3
11
11
  * howlerjs.com
@@ -14,8 +14,7 @@
14
14
  * goldfirestudios.com
15
15
  *
16
16
  * MIT License
17
- */
18
- !function(t){!function(){var i=function(){this.init()};i.prototype={init:function(){var t=this||o;return t._counter=1e3,t._html5AudioPool=[],t.html5PoolSize=10,t._codecs={},t._howls=[],t._muted=!1,t._volume=1,t._canPlayEvent="canplaythrough",t._navigator="undefined"!=typeof window&&window.navigator?window.navigator:null,t.masterGain=null,t.noAudio=!1,t.usingWebAudio=!0,t.autoSuspend=!0,t.ctx=null,t.autoUnlock=!0,t._setup(),t},volume:function(t){var e=this||o;if(t=parseFloat(t),e.ctx||c(),void 0!==t&&t>=0&&t<=1){if(e._volume=t,e._muted)return e;e.usingWebAudio&&e.masterGain.gain.setValueAtTime(t,o.ctx.currentTime);for(var i=0;i<e._howls.length;i++)if(!e._howls[i]._webAudio)for(var n=e._howls[i]._getSoundIds(),r=0;r<n.length;r++){var s=e._howls[i]._soundById(n[r]);s&&s._node&&(s._node.volume=s._volume*t)}return e}return e._volume},mute:function(t){var e=this||o;e.ctx||c(),e._muted=t,e.usingWebAudio&&e.masterGain.gain.setValueAtTime(t?0:e._volume,o.ctx.currentTime);for(var i=0;i<e._howls.length;i++)if(!e._howls[i]._webAudio)for(var n=e._howls[i]._getSoundIds(),r=0;r<n.length;r++){var s=e._howls[i]._soundById(n[r]);s&&s._node&&(s._node.muted=!!t||s._muted)}return e},stop:function(){for(var t=this||o,e=0;e<t._howls.length;e++)t._howls[e].stop();return t},unload:function(){for(var t=this||o,e=t._howls.length-1;e>=0;e--)t._howls[e].unload();return t.usingWebAudio&&t.ctx&&void 0!==t.ctx.close&&(t.ctx.close(),t.ctx=null,c()),t},codecs:function(t){return(this||o)._codecs[t.replace(/^x-/,"")]},_setup:function(){var t=this||o;if(t.state=t.ctx&&t.ctx.state||"suspended",t._autoSuspend(),!t.usingWebAudio)if("undefined"!=typeof Audio)try{void 0===(new Audio).oncanplaythrough&&(t._canPlayEvent="canplay")}catch(e){t.noAudio=!0}else t.noAudio=!0;try{(new Audio).muted&&(t.noAudio=!0)}catch(t){}return t.noAudio||t._setupCodecs(),t},_setupCodecs:function(){var t=this||o,e=null;try{e="undefined"!=typeof Audio?new Audio:null}catch(e){return t}if(!e||"function"!=typeof e.canPlayType)return t;var i=e.canPlayType("audio/mpeg;").replace(/^no$/,""),n=t._navigator?t._navigator.userAgent:"",r=n.match(/OPR\/([0-6].)/g),s=r&&parseInt(r[0].split("/")[1],10)<33,a=-1!==n.indexOf("Safari")&&-1===n.indexOf("Chrome"),h=n.match(/Version\/(.*?) /),l=a&&h&&parseInt(h[1],10)<15;return t._codecs={mp3:!(s||!i&&!e.canPlayType("audio/mp3;").replace(/^no$/,"")),mpeg:!!i,opus:!!e.canPlayType('audio/ogg; codecs="opus"').replace(/^no$/,""),ogg:!!e.canPlayType('audio/ogg; codecs="vorbis"').replace(/^no$/,""),oga:!!e.canPlayType('audio/ogg; codecs="vorbis"').replace(/^no$/,""),wav:!!(e.canPlayType('audio/wav; codecs="1"')||e.canPlayType("audio/wav")).replace(/^no$/,""),aac:!!e.canPlayType("audio/aac;").replace(/^no$/,""),caf:!!e.canPlayType("audio/x-caf;").replace(/^no$/,""),m4a:!!(e.canPlayType("audio/x-m4a;")||e.canPlayType("audio/m4a;")||e.canPlayType("audio/aac;")).replace(/^no$/,""),m4b:!!(e.canPlayType("audio/x-m4b;")||e.canPlayType("audio/m4b;")||e.canPlayType("audio/aac;")).replace(/^no$/,""),mp4:!!(e.canPlayType("audio/x-mp4;")||e.canPlayType("audio/mp4;")||e.canPlayType("audio/aac;")).replace(/^no$/,""),weba:!(l||!e.canPlayType('audio/webm; codecs="vorbis"').replace(/^no$/,"")),webm:!(l||!e.canPlayType('audio/webm; codecs="vorbis"').replace(/^no$/,"")),dolby:!!e.canPlayType('audio/mp4; codecs="ec-3"').replace(/^no$/,""),flac:!!(e.canPlayType("audio/x-flac;")||e.canPlayType("audio/flac;")).replace(/^no$/,"")},t},_unlockAudio:function(){var t=this||o;if(!t._audioUnlocked&&t.ctx){t._audioUnlocked=!1,t.autoUnlock=!1,t._mobileUnloaded||44100===t.ctx.sampleRate||(t._mobileUnloaded=!0,t.unload()),t._scratchBuffer=t.ctx.createBuffer(1,1,22050);var e=function(i){for(;t._html5AudioPool.length<t.html5PoolSize;)try{var o=new Audio;o._unlocked=!0,t._releaseHtml5Audio(o)}catch(e){t.noAudio=!0;break}for(var n=0;n<t._howls.length;n++)if(!t._howls[n]._webAudio)for(var r=t._howls[n]._getSoundIds(),s=0;s<r.length;s++){var a=t._howls[n]._soundById(r[s]);a&&a._node&&!a._node._unlocked&&(a._node._unlocked=!0,a._node.load())}t._autoResume();var h=t.ctx.createBufferSource();h.buffer=t._scratchBuffer,h.connect(t.ctx.destination),void 0===h.start?h.noteOn(0):h.start(0),"function"==typeof t.ctx.resume&&t.ctx.resume(),h.onended=function(){h.disconnect(0),t._audioUnlocked=!0,document.removeEventListener("touchstart",e,!0),document.removeEventListener("touchend",e,!0),document.removeEventListener("click",e,!0),document.removeEventListener("keydown",e,!0);for(var i=0;i<t._howls.length;i++)t._howls[i]._emit("unlock")}};return document.addEventListener("touchstart",e,!0),document.addEventListener("touchend",e,!0),document.addEventListener("click",e,!0),document.addEventListener("keydown",e,!0),t}},_obtainHtml5Audio:function(){var t=this||o;if(t._html5AudioPool.length)return t._html5AudioPool.pop();var e=(new Audio).play();return e&&"undefined"!=typeof Promise&&(e instanceof Promise||"function"==typeof e.then)&&e.catch((function(){console.warn("HTML5 Audio pool exhausted, returning potentially locked audio object.")})),new Audio},_releaseHtml5Audio:function(t){var e=this||o;return t._unlocked&&e._html5AudioPool.push(t),e},_autoSuspend:function(){var t=this;if(t.autoSuspend&&t.ctx&&void 0!==t.ctx.suspend&&o.usingWebAudio){for(var e=0;e<t._howls.length;e++)if(t._howls[e]._webAudio)for(var i=0;i<t._howls[e]._sounds.length;i++)if(!t._howls[e]._sounds[i]._paused)return t;return t._suspendTimer&&clearTimeout(t._suspendTimer),t._suspendTimer=setTimeout((function(){if(t.autoSuspend){t._suspendTimer=null,t.state="suspending";var e=function(){t.state="suspended",t._resumeAfterSuspend&&(delete t._resumeAfterSuspend,t._autoResume())};t.ctx.suspend().then(e,e)}}),3e4),t}},_autoResume:function(){var t=this;if(t.ctx&&void 0!==t.ctx.resume&&o.usingWebAudio)return"running"===t.state&&"interrupted"!==t.ctx.state&&t._suspendTimer?(clearTimeout(t._suspendTimer),t._suspendTimer=null):"suspended"===t.state||"running"===t.state&&"interrupted"===t.ctx.state?(t.ctx.resume().then((function(){t.state="running";for(var e=0;e<t._howls.length;e++)t._howls[e]._emit("resume")})),t._suspendTimer&&(clearTimeout(t._suspendTimer),t._suspendTimer=null)):"suspending"===t.state&&(t._resumeAfterSuspend=!0),t}};var o=new i,n=function(t){t.src&&0!==t.src.length?this.init(t):console.error("An array of source files must be passed with any new Howl.")};n.prototype={init:function(t){var e=this;return o.ctx||c(),e._autoplay=t.autoplay||!1,e._format="string"!=typeof t.format?t.format:[t.format],e._html5=t.html5||!1,e._muted=t.mute||!1,e._loop=t.loop||!1,e._pool=t.pool||5,e._preload="boolean"!=typeof t.preload&&"metadata"!==t.preload||t.preload,e._rate=t.rate||1,e._sprite=t.sprite||{},e._src="string"!=typeof t.src?t.src:[t.src],e._volume=void 0!==t.volume?t.volume:1,e._xhr={method:t.xhr&&t.xhr.method?t.xhr.method:"GET",headers:t.xhr&&t.xhr.headers?t.xhr.headers:null,withCredentials:!(!t.xhr||!t.xhr.withCredentials)&&t.xhr.withCredentials},e._duration=0,e._state="unloaded",e._sounds=[],e._endTimers={},e._queue=[],e._playLock=!1,e._onend=t.onend?[{fn:t.onend}]:[],e._onfade=t.onfade?[{fn:t.onfade}]:[],e._onload=t.onload?[{fn:t.onload}]:[],e._onloaderror=t.onloaderror?[{fn:t.onloaderror}]:[],e._onplayerror=t.onplayerror?[{fn:t.onplayerror}]:[],e._onpause=t.onpause?[{fn:t.onpause}]:[],e._onplay=t.onplay?[{fn:t.onplay}]:[],e._onstop=t.onstop?[{fn:t.onstop}]:[],e._onmute=t.onmute?[{fn:t.onmute}]:[],e._onvolume=t.onvolume?[{fn:t.onvolume}]:[],e._onrate=t.onrate?[{fn:t.onrate}]:[],e._onseek=t.onseek?[{fn:t.onseek}]:[],e._onunlock=t.onunlock?[{fn:t.onunlock}]:[],e._onresume=[],e._webAudio=o.usingWebAudio&&!e._html5,void 0!==o.ctx&&o.ctx&&o.autoUnlock&&o._unlockAudio(),o._howls.push(e),e._autoplay&&e._queue.push({event:"play",action:function(){e.play()}}),e._preload&&"none"!==e._preload&&e.load(),e},load:function(){var t=this,e=null;if(o.noAudio)t._emit("loaderror",null,"No audio support.");else{"string"==typeof t._src&&(t._src=[t._src]);for(var i=0;i<t._src.length;i++){var n,s;if(t._format&&t._format[i])n=t._format[i];else{if("string"!=typeof(s=t._src[i])){t._emit("loaderror",null,"Non-string found in selected audio sources - ignoring.");continue}(n=/^data:audio\/([^;,]+);/i.exec(s))||(n=/\.([^.]+)$/.exec(s.split("?",1)[0])),n&&(n=n[1].toLowerCase())}if(n||console.warn('No file extension was found. Consider using the "format" property or specify an extension.'),n&&o.codecs(n)){e=t._src[i];break}}if(e)return t._src=e,t._state="loading","https:"===window.location.protocol&&"http:"===e.slice(0,5)&&(t._html5=!0,t._webAudio=!1),new r(t),t._webAudio&&a(t),t;t._emit("loaderror",null,"No codec support for selected audio sources.")}},play:function(t,e){var i=this,n=null;if("number"==typeof t)n=t,t=null;else{if("string"==typeof t&&"loaded"===i._state&&!i._sprite[t])return null;if(void 0===t&&(t="__default",!i._playLock)){for(var r=0,s=0;s<i._sounds.length;s++)i._sounds[s]._paused&&!i._sounds[s]._ended&&(r++,n=i._sounds[s]._id);1===r?t=null:n=null}}var a=n?i._soundById(n):i._inactiveSound();if(!a)return null;if(n&&!t&&(t=a._sprite||"__default"),"loaded"!==i._state){a._sprite=t,a._ended=!1;var h=a._id;return i._queue.push({event:"play",action:function(){i.play(h)}}),h}if(n&&!a._paused)return e||i._loadQueue("play"),a._id;i._webAudio&&o._autoResume();var l=Math.max(0,a._seek>0?a._seek:i._sprite[t][0]/1e3),u=Math.max(0,(i._sprite[t][0]+i._sprite[t][1])/1e3-l),c=1e3*u/Math.abs(a._rate),p=i._sprite[t][0]/1e3,d=(i._sprite[t][0]+i._sprite[t][1])/1e3;a._sprite=t,a._ended=!1;var f=function(){a._paused=!1,a._seek=l,a._start=p,a._stop=d,a._loop=!(!a._loop&&!i._sprite[t][2])};if(!(l>=d)){var y=a._node;if(i._webAudio){var g=function(){i._playLock=!1,f(),i._refreshBuffer(a);var t=a._muted||i._muted?0:a._volume;y.gain.setValueAtTime(t,o.ctx.currentTime),a._playStart=o.ctx.currentTime,void 0===y.bufferSource.start?a._loop?y.bufferSource.noteGrainOn(0,l,86400):y.bufferSource.noteGrainOn(0,l,u):a._loop?y.bufferSource.start(0,l,86400):y.bufferSource.start(0,l,u),c!==1/0&&(i._endTimers[a._id]=setTimeout(i._ended.bind(i,a),c)),e||setTimeout((function(){i._emit("play",a._id),i._loadQueue()}),0)};"running"===o.state&&"interrupted"!==o.ctx.state?g():(i._playLock=!0,i.once("resume",g),i._clearTimer(a._id))}else{var v=function(){y.currentTime=l,y.muted=a._muted||i._muted||o._muted||y.muted,y.volume=a._volume*o.volume(),y.playbackRate=a._rate;try{var n=y.play();if(n&&"undefined"!=typeof Promise&&(n instanceof Promise||"function"==typeof n.then)?(i._playLock=!0,f(),n.then((function(){i._playLock=!1,y._unlocked=!0,e?i._loadQueue():i._emit("play",a._id)})).catch((function(){i._playLock=!1,i._emit("playerror",a._id,"Playback was unable to start. This is most commonly an issue on mobile devices and Chrome where playback was not within a user interaction."),a._ended=!0,a._paused=!0}))):e||(i._playLock=!1,f(),i._emit("play",a._id)),y.playbackRate=a._rate,y.paused)return void i._emit("playerror",a._id,"Playback was unable to start. This is most commonly an issue on mobile devices and Chrome where playback was not within a user interaction.");"__default"!==t||a._loop?i._endTimers[a._id]=setTimeout(i._ended.bind(i,a),c):(i._endTimers[a._id]=function(){i._ended(a),y.removeEventListener("ended",i._endTimers[a._id],!1)},y.addEventListener("ended",i._endTimers[a._id],!1))}catch(t){i._emit("playerror",a._id,t)}};"data:audio/wav;base64,UklGRigAAABXQVZFZm10IBIAAAABAAEARKwAAIhYAQACABAAAABkYXRhAgAAAAEA"===y.src&&(y.src=i._src,y.load());var m=window&&window.ejecta||!y.readyState&&o._navigator.isCocoonJS;if(y.readyState>=3||m)v();else{i._playLock=!0,i._state="loading";var _=function(){i._state="loaded",v(),y.removeEventListener(o._canPlayEvent,_,!1)};y.addEventListener(o._canPlayEvent,_,!1),i._clearTimer(a._id)}}return a._id}i._ended(a)},pause:function(t){var e=arguments,i=this;if("loaded"!==i._state||i._playLock)return i._queue.push({event:"pause",action:function(){i.pause(t)}}),i;for(var o=i._getSoundIds(t),n=0;n<o.length;n++){i._clearTimer(o[n]);var r=i._soundById(o[n]);if(r&&!r._paused&&(r._seek=i.seek(o[n]),r._rateSeek=0,r._paused=!0,i._stopFade(o[n]),r._node))if(i._webAudio){if(!r._node.bufferSource)continue;void 0===r._node.bufferSource.stop?r._node.bufferSource.noteOff(0):r._node.bufferSource.stop(0),i._cleanBuffer(r._node)}else isNaN(r._node.duration)&&r._node.duration!==1/0||r._node.pause();e[1]||i._emit("pause",r?r._id:null)}return i},stop:function(t,e){var i=this;if("loaded"!==i._state||i._playLock)return i._queue.push({event:"stop",action:function(){i.stop(t)}}),i;for(var o=i._getSoundIds(t),n=0;n<o.length;n++){i._clearTimer(o[n]);var r=i._soundById(o[n]);r&&(r._seek=r._start||0,r._rateSeek=0,r._paused=!0,r._ended=!0,i._stopFade(o[n]),r._node&&(i._webAudio?r._node.bufferSource&&(void 0===r._node.bufferSource.stop?r._node.bufferSource.noteOff(0):r._node.bufferSource.stop(0),i._cleanBuffer(r._node)):isNaN(r._node.duration)&&r._node.duration!==1/0||(r._node.currentTime=r._start||0,r._node.pause(),r._node.duration===1/0&&i._clearSound(r._node))),e||i._emit("stop",r._id))}return i},mute:function(t,e){var i=this;if("loaded"!==i._state||i._playLock)return i._queue.push({event:"mute",action:function(){i.mute(t,e)}}),i;if(void 0===e){if("boolean"!=typeof t)return i._muted;i._muted=t}for(var n=i._getSoundIds(e),r=0;r<n.length;r++){var s=i._soundById(n[r]);s&&(s._muted=t,s._interval&&i._stopFade(s._id),i._webAudio&&s._node?s._node.gain.setValueAtTime(t?0:s._volume,o.ctx.currentTime):s._node&&(s._node.muted=!!o._muted||t),i._emit("mute",s._id))}return i},volume:function(){var t,e,i,n=this,r=arguments;if(0===r.length)return n._volume;if(1===r.length||2===r.length&&void 0===r[1]){var s=n._getSoundIds(),a=s.indexOf(r[0]);a>=0?e=parseInt(r[0],10):t=parseFloat(r[0])}else r.length>=2&&(t=parseFloat(r[0]),e=parseInt(r[1],10));if(!(void 0!==t&&t>=0&&t<=1))return(i=e?n._soundById(e):n._sounds[0])?i._volume:0;if("loaded"!==n._state||n._playLock)return n._queue.push({event:"volume",action:function(){n.volume.apply(n,r)}}),n;void 0===e&&(n._volume=t),e=n._getSoundIds(e);for(var h=0;h<e.length;h++)(i=n._soundById(e[h]))&&(i._volume=t,r[2]||n._stopFade(e[h]),n._webAudio&&i._node&&!i._muted?i._node.gain.setValueAtTime(t,o.ctx.currentTime):i._node&&!i._muted&&(i._node.volume=t*o.volume()),n._emit("volume",i._id));return n},fade:function(t,e,i,n){var r=this;if("loaded"!==r._state||r._playLock)return r._queue.push({event:"fade",action:function(){r.fade(t,e,i,n)}}),r;t=Math.min(Math.max(0,parseFloat(t)),1),e=Math.min(Math.max(0,parseFloat(e)),1),i=parseFloat(i),r.volume(t,n);for(var s=r._getSoundIds(n),a=0;a<s.length;a++){var h=r._soundById(s[a]);if(h){if(n||r._stopFade(s[a]),r._webAudio&&!h._muted){var l=o.ctx.currentTime,u=l+i/1e3;h._volume=t,h._node.gain.setValueAtTime(t,l),h._node.gain.linearRampToValueAtTime(e,u)}r._startFadeInterval(h,t,e,i,s[a],void 0===n)}}return r},_startFadeInterval:function(t,e,i,o,n,r){var s=this,a=e,h=i-e,l=Math.abs(h/.01),u=Math.max(4,l>0?o/l:o),c=Date.now();t._fadeTo=i,t._interval=setInterval((function(){var n=(Date.now()-c)/o;c=Date.now(),a+=h*n,a=Math.round(100*a)/100,a=h<0?Math.max(i,a):Math.min(i,a),s._webAudio?t._volume=a:s.volume(a,t._id,!0),r&&(s._volume=a),(i<e&&a<=i||i>e&&a>=i)&&(clearInterval(t._interval),t._interval=null,t._fadeTo=null,s.volume(i,t._id),s._emit("fade",t._id))}),u)},_stopFade:function(t){var e=this,i=e._soundById(t);return i&&i._interval&&(e._webAudio&&i._node.gain.cancelScheduledValues(o.ctx.currentTime),clearInterval(i._interval),i._interval=null,e.volume(i._fadeTo,t),i._fadeTo=null,e._emit("fade",t)),e},loop:function(){var t,e,i,o=this,n=arguments;if(0===n.length)return o._loop;if(1===n.length){if("boolean"!=typeof n[0])return!!(i=o._soundById(parseInt(n[0],10)))&&i._loop;t=n[0],o._loop=t}else 2===n.length&&(t=n[0],e=parseInt(n[1],10));for(var r=o._getSoundIds(e),s=0;s<r.length;s++)(i=o._soundById(r[s]))&&(i._loop=t,o._webAudio&&i._node&&i._node.bufferSource&&(i._node.bufferSource.loop=t,t&&(i._node.bufferSource.loopStart=i._start||0,i._node.bufferSource.loopEnd=i._stop,o.playing(r[s])&&(o.pause(r[s],!0),o.play(r[s],!0)))));return o},rate:function(){var t,e,i,n=this,r=arguments;if(0===r.length)e=n._sounds[0]._id;else if(1===r.length){var s=n._getSoundIds(),a=s.indexOf(r[0]);a>=0?e=parseInt(r[0],10):t=parseFloat(r[0])}else 2===r.length&&(t=parseFloat(r[0]),e=parseInt(r[1],10));if("number"!=typeof t)return(i=n._soundById(e))?i._rate:n._rate;if("loaded"!==n._state||n._playLock)return n._queue.push({event:"rate",action:function(){n.rate.apply(n,r)}}),n;void 0===e&&(n._rate=t),e=n._getSoundIds(e);for(var h=0;h<e.length;h++)if(i=n._soundById(e[h])){n.playing(e[h])&&(i._rateSeek=n.seek(e[h]),i._playStart=n._webAudio?o.ctx.currentTime:i._playStart),i._rate=t,n._webAudio&&i._node&&i._node.bufferSource?i._node.bufferSource.playbackRate.setValueAtTime(t,o.ctx.currentTime):i._node&&(i._node.playbackRate=t);var l=n.seek(e[h]),u=(n._sprite[i._sprite][0]+n._sprite[i._sprite][1])/1e3-l,c=1e3*u/Math.abs(i._rate);!n._endTimers[e[h]]&&i._paused||(n._clearTimer(e[h]),n._endTimers[e[h]]=setTimeout(n._ended.bind(n,i),c)),n._emit("rate",i._id)}return n},seek:function(){var t,e,i=this,n=arguments;if(0===n.length)i._sounds.length&&(e=i._sounds[0]._id);else if(1===n.length){var r=i._getSoundIds(),s=r.indexOf(n[0]);s>=0?e=parseInt(n[0],10):i._sounds.length&&(e=i._sounds[0]._id,t=parseFloat(n[0]))}else 2===n.length&&(t=parseFloat(n[0]),e=parseInt(n[1],10));if(void 0===e)return 0;if("number"==typeof t&&("loaded"!==i._state||i._playLock))return i._queue.push({event:"seek",action:function(){i.seek.apply(i,n)}}),i;var a=i._soundById(e);if(a){if(!("number"==typeof t&&t>=0)){if(i._webAudio){var h=i.playing(e)?o.ctx.currentTime-a._playStart:0,l=a._rateSeek?a._rateSeek-a._seek:0;return a._seek+(l+h*Math.abs(a._rate))}return a._node.currentTime}var u=i.playing(e);u&&i.pause(e,!0),a._seek=t,a._ended=!1,i._clearTimer(e),i._webAudio||!a._node||isNaN(a._node.duration)||(a._node.currentTime=t);var c=function(){u&&i.play(e,!0),i._emit("seek",e)};if(u&&!i._webAudio){var p=function(){i._playLock?setTimeout(p,0):c()};setTimeout(p,0)}else c()}return i},playing:function(t){var e=this;if("number"==typeof t){var i=e._soundById(t);return!!i&&!i._paused}for(var o=0;o<e._sounds.length;o++)if(!e._sounds[o]._paused)return!0;return!1},duration:function(t){var e=this,i=e._duration,o=e._soundById(t);return o&&(i=e._sprite[o._sprite][1]/1e3),i},state:function(){return this._state},unload:function(){for(var t=this,e=t._sounds,i=0;i<e.length;i++)e[i]._paused||t.stop(e[i]._id),t._webAudio||(t._clearSound(e[i]._node),e[i]._node.removeEventListener("error",e[i]._errorFn,!1),e[i]._node.removeEventListener(o._canPlayEvent,e[i]._loadFn,!1),e[i]._node.removeEventListener("ended",e[i]._endFn,!1),o._releaseHtml5Audio(e[i]._node)),delete e[i]._node,t._clearTimer(e[i]._id);var n=o._howls.indexOf(t);n>=0&&o._howls.splice(n,1);var r=!0;for(i=0;i<o._howls.length;i++)if(o._howls[i]._src===t._src||t._src.indexOf(o._howls[i]._src)>=0){r=!1;break}return s&&r&&delete s[t._src],o.noAudio=!1,t._state="unloaded",t._sounds=[],t=null,null},on:function(t,e,i,o){var n=this["_on"+t];return"function"==typeof e&&n.push(o?{id:i,fn:e,once:o}:{id:i,fn:e}),this},off:function(t,e,i){var o=this,n=o["_on"+t],r=0;if("number"==typeof e&&(i=e,e=null),e||i)for(r=0;r<n.length;r++){var s=i===n[r].id;if(e===n[r].fn&&s||!e&&s){n.splice(r,1);break}}else if(t)o["_on"+t]=[];else{var a=Object.keys(o);for(r=0;r<a.length;r++)0===a[r].indexOf("_on")&&Array.isArray(o[a[r]])&&(o[a[r]]=[])}return o},once:function(t,e,i){return this.on(t,e,i,1),this},_emit:function(t,e,i){for(var o=this,n=o["_on"+t],r=n.length-1;r>=0;r--)n[r].id&&n[r].id!==e&&"load"!==t||(setTimeout(function(t){t.call(this,e,i)}.bind(o,n[r].fn),0),n[r].once&&o.off(t,n[r].fn,n[r].id));return o._loadQueue(t),o},_loadQueue:function(t){var e=this;if(e._queue.length>0){var i=e._queue[0];i.event===t&&(e._queue.shift(),e._loadQueue()),t||i.action()}return e},_ended:function(t){var e=this,i=t._sprite;if(!e._webAudio&&t._node&&!t._node.paused&&!t._node.ended&&t._node.currentTime<t._stop)return setTimeout(e._ended.bind(e,t),100),e;var n=!(!t._loop&&!e._sprite[i][2]);if(e._emit("end",t._id),!e._webAudio&&n&&e.stop(t._id,!0).play(t._id),e._webAudio&&n){e._emit("play",t._id),t._seek=t._start||0,t._rateSeek=0,t._playStart=o.ctx.currentTime;var r=1e3*(t._stop-t._start)/Math.abs(t._rate);e._endTimers[t._id]=setTimeout(e._ended.bind(e,t),r)}return e._webAudio&&!n&&(t._paused=!0,t._ended=!0,t._seek=t._start||0,t._rateSeek=0,e._clearTimer(t._id),e._cleanBuffer(t._node),o._autoSuspend()),e._webAudio||n||e.stop(t._id,!0),e},_clearTimer:function(t){var e=this;if(e._endTimers[t]){if("function"!=typeof e._endTimers[t])clearTimeout(e._endTimers[t]);else{var i=e._soundById(t);i&&i._node&&i._node.removeEventListener("ended",e._endTimers[t],!1)}delete e._endTimers[t]}return e},_soundById:function(t){for(var e=this,i=0;i<e._sounds.length;i++)if(t===e._sounds[i]._id)return e._sounds[i];return null},_inactiveSound:function(){var t=this;t._drain();for(var e=0;e<t._sounds.length;e++)if(t._sounds[e]._ended)return t._sounds[e].reset();return new r(t)},_drain:function(){var t=this,e=t._pool,i=0,o=0;if(!(t._sounds.length<e)){for(o=0;o<t._sounds.length;o++)t._sounds[o]._ended&&i++;for(o=t._sounds.length-1;o>=0;o--){if(i<=e)return;t._sounds[o]._ended&&(t._webAudio&&t._sounds[o]._node&&t._sounds[o]._node.disconnect(0),t._sounds.splice(o,1),i--)}}},_getSoundIds:function(t){if(void 0===t){for(var e=[],i=0;i<this._sounds.length;i++)e.push(this._sounds[i]._id);return e}return[t]},_refreshBuffer:function(t){return t._node.bufferSource=o.ctx.createBufferSource(),t._node.bufferSource.buffer=s[this._src],t._panner?t._node.bufferSource.connect(t._panner):t._node.bufferSource.connect(t._node),t._node.bufferSource.loop=t._loop,t._loop&&(t._node.bufferSource.loopStart=t._start||0,t._node.bufferSource.loopEnd=t._stop||0),t._node.bufferSource.playbackRate.setValueAtTime(t._rate,o.ctx.currentTime),this},_cleanBuffer:function(t){var e=o._navigator&&o._navigator.vendor.indexOf("Apple")>=0;if(o._scratchBuffer&&t.bufferSource&&(t.bufferSource.onended=null,t.bufferSource.disconnect(0),e))try{t.bufferSource.buffer=o._scratchBuffer}catch(t){}return t.bufferSource=null,this},_clearSound:function(t){/MSIE |Trident\//.test(o._navigator&&o._navigator.userAgent)||(t.src="data:audio/wav;base64,UklGRigAAABXQVZFZm10IBIAAAABAAEARKwAAIhYAQACABAAAABkYXRhAgAAAAEA")}};var r=function(t){this._parent=t,this.init()};r.prototype={init:function(){var t=this,e=t._parent;return t._muted=e._muted,t._loop=e._loop,t._volume=e._volume,t._rate=e._rate,t._seek=0,t._paused=!0,t._ended=!0,t._sprite="__default",t._id=++o._counter,e._sounds.push(t),t.create(),t},create:function(){var t=this,e=t._parent,i=o._muted||t._muted||t._parent._muted?0:t._volume;return e._webAudio?(t._node=void 0===o.ctx.createGain?o.ctx.createGainNode():o.ctx.createGain(),t._node.gain.setValueAtTime(i,o.ctx.currentTime),t._node.paused=!0,t._node.connect(o.masterGain)):o.noAudio||(t._node=o._obtainHtml5Audio(),t._errorFn=t._errorListener.bind(t),t._node.addEventListener("error",t._errorFn,!1),t._loadFn=t._loadListener.bind(t),t._node.addEventListener(o._canPlayEvent,t._loadFn,!1),t._endFn=t._endListener.bind(t),t._node.addEventListener("ended",t._endFn,!1),t._node.src=e._src,t._node.preload=!0===e._preload?"auto":e._preload,t._node.volume=i*o.volume(),t._node.load()),t},reset:function(){var t=this,e=t._parent;return t._muted=e._muted,t._loop=e._loop,t._volume=e._volume,t._rate=e._rate,t._seek=0,t._rateSeek=0,t._paused=!0,t._ended=!0,t._sprite="__default",t._id=++o._counter,t},_errorListener:function(){var t=this;t._parent._emit("loaderror",t._id,t._node.error?t._node.error.code:0),t._node.removeEventListener("error",t._errorFn,!1)},_loadListener:function(){var t=this,e=t._parent;e._duration=Math.ceil(10*t._node.duration)/10,0===Object.keys(e._sprite).length&&(e._sprite={__default:[0,1e3*e._duration]}),"loaded"!==e._state&&(e._state="loaded",e._emit("load"),e._loadQueue()),t._node.removeEventListener(o._canPlayEvent,t._loadFn,!1)},_endListener:function(){var t=this,e=t._parent;e._duration===1/0&&(e._duration=Math.ceil(10*t._node.duration)/10,e._sprite.__default[1]===1/0&&(e._sprite.__default[1]=1e3*e._duration),e._ended(t)),t._node.removeEventListener("ended",t._endFn,!1)}};var s={},a=function(t){var e=t._src;if(s[e])return t._duration=s[e].duration,void u(t);if(/^data:[^;]+;base64,/.test(e)){for(var i=atob(e.split(",")[1]),o=new Uint8Array(i.length),n=0;n<i.length;++n)o[n]=i.charCodeAt(n);l(o.buffer,t)}else{var r=new XMLHttpRequest;r.open(t._xhr.method,e,!0),r.withCredentials=t._xhr.withCredentials,r.responseType="arraybuffer",t._xhr.headers&&Object.keys(t._xhr.headers).forEach((function(e){r.setRequestHeader(e,t._xhr.headers[e])})),r.onload=function(){var e=(r.status+"")[0];"0"===e||"2"===e||"3"===e?l(r.response,t):t._emit("loaderror",null,"Failed loading audio file with status: "+r.status+".")},r.onerror=function(){t._webAudio&&(t._html5=!0,t._webAudio=!1,t._sounds=[],delete s[e],t.load())},h(r)}},h=function(t){try{t.send()}catch(e){t.onerror()}},l=function(t,e){var i=function(){e._emit("loaderror",null,"Decoding audio data failed.")},n=function(t){t&&e._sounds.length>0?(s[e._src]=t,u(e,t)):i()};"undefined"!=typeof Promise&&1===o.ctx.decodeAudioData.length?o.ctx.decodeAudioData(t).then(n).catch(i):o.ctx.decodeAudioData(t,n,i)},u=function(t,e){e&&!t._duration&&(t._duration=e.duration),0===Object.keys(t._sprite).length&&(t._sprite={__default:[0,1e3*t._duration]}),"loaded"!==t._state&&(t._state="loaded",t._emit("load"),t._loadQueue())},c=function(){if(o.usingWebAudio){try{"undefined"!=typeof AudioContext?o.ctx=new AudioContext:"undefined"!=typeof webkitAudioContext?o.ctx=new webkitAudioContext:o.usingWebAudio=!1}catch(t){o.usingWebAudio=!1}o.ctx||(o.usingWebAudio=!1);var t=/iP(hone|od|ad)/.test(o._navigator&&o._navigator.platform),e=o._navigator&&o._navigator.appVersion.match(/OS (\d+)_(\d+)_?(\d+)?/),i=e?parseInt(e[1],10):null;if(t&&i&&i<9){var n=/safari/.test(o._navigator&&o._navigator.userAgent.toLowerCase());o._navigator&&!n&&(o.usingWebAudio=!1)}o.usingWebAudio&&(o.masterGain=void 0===o.ctx.createGain?o.ctx.createGainNode():o.ctx.createGain(),o.masterGain.gain.setValueAtTime(o._muted?0:o._volume,o.ctx.currentTime),o.masterGain.connect(o.ctx.destination)),o._setup()}};t.Howler=o,t.Howl=n,void 0!==e?(e.HowlerGlobal=i,e.Howler=o,e.Howl=n,e.Sound=r):"undefined"!=typeof window&&(window.HowlerGlobal=i,window.Howler=o,window.Howl=n,window.Sound=r)}(),
17
+ */!function(t){!function(){var i=function(){this.init()};i.prototype={init:function(){var t=this||o;return t._counter=1e3,t._html5AudioPool=[],t.html5PoolSize=10,t._codecs={},t._howls=[],t._muted=!1,t._volume=1,t._canPlayEvent="canplaythrough",t._navigator="undefined"!=typeof window&&window.navigator?window.navigator:null,t.masterGain=null,t.noAudio=!1,t.usingWebAudio=!0,t.autoSuspend=!0,t.ctx=null,t.autoUnlock=!0,t._setup(),t},volume:function(t){var e=this||o;if(t=parseFloat(t),e.ctx||c(),void 0!==t&&t>=0&&t<=1){if(e._volume=t,e._muted)return e;e.usingWebAudio&&e.masterGain.gain.setValueAtTime(t,o.ctx.currentTime);for(var i=0;i<e._howls.length;i++)if(!e._howls[i]._webAudio)for(var n=e._howls[i]._getSoundIds(),r=0;r<n.length;r++){var s=e._howls[i]._soundById(n[r]);s&&s._node&&(s._node.volume=s._volume*t)}return e}return e._volume},mute:function(t){var e=this||o;e.ctx||c(),e._muted=t,e.usingWebAudio&&e.masterGain.gain.setValueAtTime(t?0:e._volume,o.ctx.currentTime);for(var i=0;i<e._howls.length;i++)if(!e._howls[i]._webAudio)for(var n=e._howls[i]._getSoundIds(),r=0;r<n.length;r++){var s=e._howls[i]._soundById(n[r]);s&&s._node&&(s._node.muted=!!t||s._muted)}return e},stop:function(){for(var t=this||o,e=0;e<t._howls.length;e++)t._howls[e].stop();return t},unload:function(){for(var t=this||o,e=t._howls.length-1;e>=0;e--)t._howls[e].unload();return t.usingWebAudio&&t.ctx&&void 0!==t.ctx.close&&(t.ctx.close(),t.ctx=null,c()),t},codecs:function(t){return(this||o)._codecs[t.replace(/^x-/,"")]},_setup:function(){var t=this||o;if(t.state=t.ctx&&t.ctx.state||"suspended",t._autoSuspend(),!t.usingWebAudio)if("undefined"!=typeof Audio)try{void 0===(new Audio).oncanplaythrough&&(t._canPlayEvent="canplay")}catch(e){t.noAudio=!0}else t.noAudio=!0;try{(new Audio).muted&&(t.noAudio=!0)}catch(t){}return t.noAudio||t._setupCodecs(),t},_setupCodecs:function(){var t=this||o,e=null;try{e="undefined"!=typeof Audio?new Audio:null}catch(e){return t}if(!e||"function"!=typeof e.canPlayType)return t;var i=e.canPlayType("audio/mpeg;").replace(/^no$/,""),n=t._navigator?t._navigator.userAgent:"",r=n.match(/OPR\/([0-6].)/g),s=r&&parseInt(r[0].split("/")[1],10)<33,a=-1!==n.indexOf("Safari")&&-1===n.indexOf("Chrome"),h=n.match(/Version\/(.*?) /),l=a&&h&&parseInt(h[1],10)<15;return t._codecs={mp3:!(s||!i&&!e.canPlayType("audio/mp3;").replace(/^no$/,"")),mpeg:!!i,opus:!!e.canPlayType('audio/ogg; codecs="opus"').replace(/^no$/,""),ogg:!!e.canPlayType('audio/ogg; codecs="vorbis"').replace(/^no$/,""),oga:!!e.canPlayType('audio/ogg; codecs="vorbis"').replace(/^no$/,""),wav:!!(e.canPlayType('audio/wav; codecs="1"')||e.canPlayType("audio/wav")).replace(/^no$/,""),aac:!!e.canPlayType("audio/aac;").replace(/^no$/,""),caf:!!e.canPlayType("audio/x-caf;").replace(/^no$/,""),m4a:!!(e.canPlayType("audio/x-m4a;")||e.canPlayType("audio/m4a;")||e.canPlayType("audio/aac;")).replace(/^no$/,""),m4b:!!(e.canPlayType("audio/x-m4b;")||e.canPlayType("audio/m4b;")||e.canPlayType("audio/aac;")).replace(/^no$/,""),mp4:!!(e.canPlayType("audio/x-mp4;")||e.canPlayType("audio/mp4;")||e.canPlayType("audio/aac;")).replace(/^no$/,""),weba:!(l||!e.canPlayType('audio/webm; codecs="vorbis"').replace(/^no$/,"")),webm:!(l||!e.canPlayType('audio/webm; codecs="vorbis"').replace(/^no$/,"")),dolby:!!e.canPlayType('audio/mp4; codecs="ec-3"').replace(/^no$/,""),flac:!!(e.canPlayType("audio/x-flac;")||e.canPlayType("audio/flac;")).replace(/^no$/,"")},t},_unlockAudio:function(){var t=this||o;if(!t._audioUnlocked&&t.ctx){t._audioUnlocked=!1,t.autoUnlock=!1,t._mobileUnloaded||44100===t.ctx.sampleRate||(t._mobileUnloaded=!0,t.unload()),t._scratchBuffer=t.ctx.createBuffer(1,1,22050);var e=function(i){for(;t._html5AudioPool.length<t.html5PoolSize;)try{var o=new Audio;o._unlocked=!0,t._releaseHtml5Audio(o)}catch(e){t.noAudio=!0;break}for(var n=0;n<t._howls.length;n++)if(!t._howls[n]._webAudio)for(var r=t._howls[n]._getSoundIds(),s=0;s<r.length;s++){var a=t._howls[n]._soundById(r[s]);a&&a._node&&!a._node._unlocked&&(a._node._unlocked=!0,a._node.load())}t._autoResume();var h=t.ctx.createBufferSource();h.buffer=t._scratchBuffer,h.connect(t.ctx.destination),void 0===h.start?h.noteOn(0):h.start(0),"function"==typeof t.ctx.resume&&t.ctx.resume(),h.onended=function(){h.disconnect(0),t._audioUnlocked=!0,document.removeEventListener("touchstart",e,!0),document.removeEventListener("touchend",e,!0),document.removeEventListener("click",e,!0),document.removeEventListener("keydown",e,!0);for(var i=0;i<t._howls.length;i++)t._howls[i]._emit("unlock")}};return document.addEventListener("touchstart",e,!0),document.addEventListener("touchend",e,!0),document.addEventListener("click",e,!0),document.addEventListener("keydown",e,!0),t}},_obtainHtml5Audio:function(){var t=this||o;if(t._html5AudioPool.length)return t._html5AudioPool.pop();var e=(new Audio).play();return e&&"undefined"!=typeof Promise&&(e instanceof Promise||"function"==typeof e.then)&&e.catch((function(){console.warn("HTML5 Audio pool exhausted, returning potentially locked audio object.")})),new Audio},_releaseHtml5Audio:function(t){var e=this||o;return t._unlocked&&e._html5AudioPool.push(t),e},_autoSuspend:function(){var t=this;if(t.autoSuspend&&t.ctx&&void 0!==t.ctx.suspend&&o.usingWebAudio){for(var e=0;e<t._howls.length;e++)if(t._howls[e]._webAudio)for(var i=0;i<t._howls[e]._sounds.length;i++)if(!t._howls[e]._sounds[i]._paused)return t;return t._suspendTimer&&clearTimeout(t._suspendTimer),t._suspendTimer=setTimeout((function(){if(t.autoSuspend){t._suspendTimer=null,t.state="suspending";var e=function(){t.state="suspended",t._resumeAfterSuspend&&(delete t._resumeAfterSuspend,t._autoResume())};t.ctx.suspend().then(e,e)}}),3e4),t}},_autoResume:function(){var t=this;if(t.ctx&&void 0!==t.ctx.resume&&o.usingWebAudio)return"running"===t.state&&"interrupted"!==t.ctx.state&&t._suspendTimer?(clearTimeout(t._suspendTimer),t._suspendTimer=null):"suspended"===t.state||"running"===t.state&&"interrupted"===t.ctx.state?(t.ctx.resume().then((function(){t.state="running";for(var e=0;e<t._howls.length;e++)t._howls[e]._emit("resume")})),t._suspendTimer&&(clearTimeout(t._suspendTimer),t._suspendTimer=null)):"suspending"===t.state&&(t._resumeAfterSuspend=!0),t}};var o=new i,n=function(t){t.src&&0!==t.src.length?this.init(t):console.error("An array of source files must be passed with any new Howl.")};n.prototype={init:function(t){var e=this;return o.ctx||c(),e._autoplay=t.autoplay||!1,e._format="string"!=typeof t.format?t.format:[t.format],e._html5=t.html5||!1,e._muted=t.mute||!1,e._loop=t.loop||!1,e._pool=t.pool||5,e._preload="boolean"!=typeof t.preload&&"metadata"!==t.preload||t.preload,e._rate=t.rate||1,e._sprite=t.sprite||{},e._src="string"!=typeof t.src?t.src:[t.src],e._volume=void 0!==t.volume?t.volume:1,e._xhr={method:t.xhr&&t.xhr.method?t.xhr.method:"GET",headers:t.xhr&&t.xhr.headers?t.xhr.headers:null,withCredentials:!(!t.xhr||!t.xhr.withCredentials)&&t.xhr.withCredentials},e._duration=0,e._state="unloaded",e._sounds=[],e._endTimers={},e._queue=[],e._playLock=!1,e._onend=t.onend?[{fn:t.onend}]:[],e._onfade=t.onfade?[{fn:t.onfade}]:[],e._onload=t.onload?[{fn:t.onload}]:[],e._onloaderror=t.onloaderror?[{fn:t.onloaderror}]:[],e._onplayerror=t.onplayerror?[{fn:t.onplayerror}]:[],e._onpause=t.onpause?[{fn:t.onpause}]:[],e._onplay=t.onplay?[{fn:t.onplay}]:[],e._onstop=t.onstop?[{fn:t.onstop}]:[],e._onmute=t.onmute?[{fn:t.onmute}]:[],e._onvolume=t.onvolume?[{fn:t.onvolume}]:[],e._onrate=t.onrate?[{fn:t.onrate}]:[],e._onseek=t.onseek?[{fn:t.onseek}]:[],e._onunlock=t.onunlock?[{fn:t.onunlock}]:[],e._onresume=[],e._webAudio=o.usingWebAudio&&!e._html5,void 0!==o.ctx&&o.ctx&&o.autoUnlock&&o._unlockAudio(),o._howls.push(e),e._autoplay&&e._queue.push({event:"play",action:function(){e.play()}}),e._preload&&"none"!==e._preload&&e.load(),e},load:function(){var t=this,e=null;if(o.noAudio)t._emit("loaderror",null,"No audio support.");else{"string"==typeof t._src&&(t._src=[t._src]);for(var i=0;i<t._src.length;i++){var n,s;if(t._format&&t._format[i])n=t._format[i];else{if("string"!=typeof(s=t._src[i])){t._emit("loaderror",null,"Non-string found in selected audio sources - ignoring.");continue}(n=/^data:audio\/([^;,]+);/i.exec(s))||(n=/\.([^.]+)$/.exec(s.split("?",1)[0])),n&&(n=n[1].toLowerCase())}if(n||console.warn('No file extension was found. Consider using the "format" property or specify an extension.'),n&&o.codecs(n)){e=t._src[i];break}}if(e)return t._src=e,t._state="loading","https:"===window.location.protocol&&"http:"===e.slice(0,5)&&(t._html5=!0,t._webAudio=!1),new r(t),t._webAudio&&a(t),t;t._emit("loaderror",null,"No codec support for selected audio sources.")}},play:function(t,e){var i=this,n=null;if("number"==typeof t)n=t,t=null;else{if("string"==typeof t&&"loaded"===i._state&&!i._sprite[t])return null;if(void 0===t&&(t="__default",!i._playLock)){for(var r=0,s=0;s<i._sounds.length;s++)i._sounds[s]._paused&&!i._sounds[s]._ended&&(r++,n=i._sounds[s]._id);1===r?t=null:n=null}}var a=n?i._soundById(n):i._inactiveSound();if(!a)return null;if(n&&!t&&(t=a._sprite||"__default"),"loaded"!==i._state){a._sprite=t,a._ended=!1;var h=a._id;return i._queue.push({event:"play",action:function(){i.play(h)}}),h}if(n&&!a._paused)return e||i._loadQueue("play"),a._id;i._webAudio&&o._autoResume();var l=Math.max(0,a._seek>0?a._seek:i._sprite[t][0]/1e3),u=Math.max(0,(i._sprite[t][0]+i._sprite[t][1])/1e3-l),c=1e3*u/Math.abs(a._rate),p=i._sprite[t][0]/1e3,d=(i._sprite[t][0]+i._sprite[t][1])/1e3;a._sprite=t,a._ended=!1;var f=function(){a._paused=!1,a._seek=l,a._start=p,a._stop=d,a._loop=!(!a._loop&&!i._sprite[t][2])};if(!(l>=d)){var y=a._node;if(i._webAudio){var g=function(){i._playLock=!1,f(),i._refreshBuffer(a);var t=a._muted||i._muted?0:a._volume;y.gain.setValueAtTime(t,o.ctx.currentTime),a._playStart=o.ctx.currentTime,void 0===y.bufferSource.start?a._loop?y.bufferSource.noteGrainOn(0,l,86400):y.bufferSource.noteGrainOn(0,l,u):a._loop?y.bufferSource.start(0,l,86400):y.bufferSource.start(0,l,u),c!==1/0&&(i._endTimers[a._id]=setTimeout(i._ended.bind(i,a),c)),e||setTimeout((function(){i._emit("play",a._id),i._loadQueue()}),0)};"running"===o.state&&"interrupted"!==o.ctx.state?g():(i._playLock=!0,i.once("resume",g),i._clearTimer(a._id))}else{var v=function(){y.currentTime=l,y.muted=a._muted||i._muted||o._muted||y.muted,y.volume=a._volume*o.volume(),y.playbackRate=a._rate;try{var n=y.play();if(n&&"undefined"!=typeof Promise&&(n instanceof Promise||"function"==typeof n.then)?(i._playLock=!0,f(),n.then((function(){i._playLock=!1,y._unlocked=!0,e?i._loadQueue():i._emit("play",a._id)})).catch((function(){i._playLock=!1,i._emit("playerror",a._id,"Playback was unable to start. This is most commonly an issue on mobile devices and Chrome where playback was not within a user interaction."),a._ended=!0,a._paused=!0}))):e||(i._playLock=!1,f(),i._emit("play",a._id)),y.playbackRate=a._rate,y.paused)return void i._emit("playerror",a._id,"Playback was unable to start. This is most commonly an issue on mobile devices and Chrome where playback was not within a user interaction.");"__default"!==t||a._loop?i._endTimers[a._id]=setTimeout(i._ended.bind(i,a),c):(i._endTimers[a._id]=function(){i._ended(a),y.removeEventListener("ended",i._endTimers[a._id],!1)},y.addEventListener("ended",i._endTimers[a._id],!1))}catch(t){i._emit("playerror",a._id,t)}};"data:audio/wav;base64,UklGRigAAABXQVZFZm10IBIAAAABAAEARKwAAIhYAQACABAAAABkYXRhAgAAAAEA"===y.src&&(y.src=i._src,y.load());var m=window&&window.ejecta||!y.readyState&&o._navigator.isCocoonJS;if(y.readyState>=3||m)v();else{i._playLock=!0,i._state="loading";var x=function(){i._state="loaded",v(),y.removeEventListener(o._canPlayEvent,x,!1)};y.addEventListener(o._canPlayEvent,x,!1),i._clearTimer(a._id)}}return a._id}i._ended(a)},pause:function(t){var e=arguments,i=this;if("loaded"!==i._state||i._playLock)return i._queue.push({event:"pause",action:function(){i.pause(t)}}),i;for(var o=i._getSoundIds(t),n=0;n<o.length;n++){i._clearTimer(o[n]);var r=i._soundById(o[n]);if(r&&!r._paused&&(r._seek=i.seek(o[n]),r._rateSeek=0,r._paused=!0,i._stopFade(o[n]),r._node))if(i._webAudio){if(!r._node.bufferSource)continue;void 0===r._node.bufferSource.stop?r._node.bufferSource.noteOff(0):r._node.bufferSource.stop(0),i._cleanBuffer(r._node)}else isNaN(r._node.duration)&&r._node.duration!==1/0||r._node.pause();e[1]||i._emit("pause",r?r._id:null)}return i},stop:function(t,e){var i=this;if("loaded"!==i._state||i._playLock)return i._queue.push({event:"stop",action:function(){i.stop(t)}}),i;for(var o=i._getSoundIds(t),n=0;n<o.length;n++){i._clearTimer(o[n]);var r=i._soundById(o[n]);r&&(r._seek=r._start||0,r._rateSeek=0,r._paused=!0,r._ended=!0,i._stopFade(o[n]),r._node&&(i._webAudio?r._node.bufferSource&&(void 0===r._node.bufferSource.stop?r._node.bufferSource.noteOff(0):r._node.bufferSource.stop(0),i._cleanBuffer(r._node)):isNaN(r._node.duration)&&r._node.duration!==1/0||(r._node.currentTime=r._start||0,r._node.pause(),r._node.duration===1/0&&i._clearSound(r._node))),e||i._emit("stop",r._id))}return i},mute:function(t,e){var i=this;if("loaded"!==i._state||i._playLock)return i._queue.push({event:"mute",action:function(){i.mute(t,e)}}),i;if(void 0===e){if("boolean"!=typeof t)return i._muted;i._muted=t}for(var n=i._getSoundIds(e),r=0;r<n.length;r++){var s=i._soundById(n[r]);s&&(s._muted=t,s._interval&&i._stopFade(s._id),i._webAudio&&s._node?s._node.gain.setValueAtTime(t?0:s._volume,o.ctx.currentTime):s._node&&(s._node.muted=!!o._muted||t),i._emit("mute",s._id))}return i},volume:function(){var t,e,i,n=this,r=arguments;if(0===r.length)return n._volume;if(1===r.length||2===r.length&&void 0===r[1]){var s=n._getSoundIds(),a=s.indexOf(r[0]);a>=0?e=parseInt(r[0],10):t=parseFloat(r[0])}else r.length>=2&&(t=parseFloat(r[0]),e=parseInt(r[1],10));if(!(void 0!==t&&t>=0&&t<=1))return(i=e?n._soundById(e):n._sounds[0])?i._volume:0;if("loaded"!==n._state||n._playLock)return n._queue.push({event:"volume",action:function(){n.volume.apply(n,r)}}),n;void 0===e&&(n._volume=t),e=n._getSoundIds(e);for(var h=0;h<e.length;h++)(i=n._soundById(e[h]))&&(i._volume=t,r[2]||n._stopFade(e[h]),n._webAudio&&i._node&&!i._muted?i._node.gain.setValueAtTime(t,o.ctx.currentTime):i._node&&!i._muted&&(i._node.volume=t*o.volume()),n._emit("volume",i._id));return n},fade:function(t,e,i,n){var r=this;if("loaded"!==r._state||r._playLock)return r._queue.push({event:"fade",action:function(){r.fade(t,e,i,n)}}),r;t=Math.min(Math.max(0,parseFloat(t)),1),e=Math.min(Math.max(0,parseFloat(e)),1),i=parseFloat(i),r.volume(t,n);for(var s=r._getSoundIds(n),a=0;a<s.length;a++){var h=r._soundById(s[a]);if(h){if(n||r._stopFade(s[a]),r._webAudio&&!h._muted){var l=o.ctx.currentTime,u=l+i/1e3;h._volume=t,h._node.gain.setValueAtTime(t,l),h._node.gain.linearRampToValueAtTime(e,u)}r._startFadeInterval(h,t,e,i,s[a],void 0===n)}}return r},_startFadeInterval:function(t,e,i,o,n,r){var s=this,a=e,h=i-e,l=Math.abs(h/.01),u=Math.max(4,l>0?o/l:o),c=Date.now();t._fadeTo=i,t._interval=setInterval((function(){var n=(Date.now()-c)/o;c=Date.now(),a+=h*n,a=Math.round(100*a)/100,a=h<0?Math.max(i,a):Math.min(i,a),s._webAudio?t._volume=a:s.volume(a,t._id,!0),r&&(s._volume=a),(i<e&&a<=i||i>e&&a>=i)&&(clearInterval(t._interval),t._interval=null,t._fadeTo=null,s.volume(i,t._id),s._emit("fade",t._id))}),u)},_stopFade:function(t){var e=this,i=e._soundById(t);return i&&i._interval&&(e._webAudio&&i._node.gain.cancelScheduledValues(o.ctx.currentTime),clearInterval(i._interval),i._interval=null,e.volume(i._fadeTo,t),i._fadeTo=null,e._emit("fade",t)),e},loop:function(){var t,e,i,o=this,n=arguments;if(0===n.length)return o._loop;if(1===n.length){if("boolean"!=typeof n[0])return!!(i=o._soundById(parseInt(n[0],10)))&&i._loop;t=n[0],o._loop=t}else 2===n.length&&(t=n[0],e=parseInt(n[1],10));for(var r=o._getSoundIds(e),s=0;s<r.length;s++)(i=o._soundById(r[s]))&&(i._loop=t,o._webAudio&&i._node&&i._node.bufferSource&&(i._node.bufferSource.loop=t,t&&(i._node.bufferSource.loopStart=i._start||0,i._node.bufferSource.loopEnd=i._stop,o.playing(r[s])&&(o.pause(r[s],!0),o.play(r[s],!0)))));return o},rate:function(){var t,e,i,n=this,r=arguments;if(0===r.length)e=n._sounds[0]._id;else if(1===r.length){var s=n._getSoundIds(),a=s.indexOf(r[0]);a>=0?e=parseInt(r[0],10):t=parseFloat(r[0])}else 2===r.length&&(t=parseFloat(r[0]),e=parseInt(r[1],10));if("number"!=typeof t)return(i=n._soundById(e))?i._rate:n._rate;if("loaded"!==n._state||n._playLock)return n._queue.push({event:"rate",action:function(){n.rate.apply(n,r)}}),n;void 0===e&&(n._rate=t),e=n._getSoundIds(e);for(var h=0;h<e.length;h++)if(i=n._soundById(e[h])){n.playing(e[h])&&(i._rateSeek=n.seek(e[h]),i._playStart=n._webAudio?o.ctx.currentTime:i._playStart),i._rate=t,n._webAudio&&i._node&&i._node.bufferSource?i._node.bufferSource.playbackRate.setValueAtTime(t,o.ctx.currentTime):i._node&&(i._node.playbackRate=t);var l=n.seek(e[h]),u=(n._sprite[i._sprite][0]+n._sprite[i._sprite][1])/1e3-l,c=1e3*u/Math.abs(i._rate);!n._endTimers[e[h]]&&i._paused||(n._clearTimer(e[h]),n._endTimers[e[h]]=setTimeout(n._ended.bind(n,i),c)),n._emit("rate",i._id)}return n},seek:function(){var t,e,i=this,n=arguments;if(0===n.length)i._sounds.length&&(e=i._sounds[0]._id);else if(1===n.length){var r=i._getSoundIds(),s=r.indexOf(n[0]);s>=0?e=parseInt(n[0],10):i._sounds.length&&(e=i._sounds[0]._id,t=parseFloat(n[0]))}else 2===n.length&&(t=parseFloat(n[0]),e=parseInt(n[1],10));if(void 0===e)return 0;if("number"==typeof t&&("loaded"!==i._state||i._playLock))return i._queue.push({event:"seek",action:function(){i.seek.apply(i,n)}}),i;var a=i._soundById(e);if(a){if(!("number"==typeof t&&t>=0)){if(i._webAudio){var h=i.playing(e)?o.ctx.currentTime-a._playStart:0,l=a._rateSeek?a._rateSeek-a._seek:0;return a._seek+(l+h*Math.abs(a._rate))}return a._node.currentTime}var u=i.playing(e);u&&i.pause(e,!0),a._seek=t,a._ended=!1,i._clearTimer(e),i._webAudio||!a._node||isNaN(a._node.duration)||(a._node.currentTime=t);var c=function(){u&&i.play(e,!0),i._emit("seek",e)};if(u&&!i._webAudio){var p=function(){i._playLock?setTimeout(p,0):c()};setTimeout(p,0)}else c()}return i},playing:function(t){var e=this;if("number"==typeof t){var i=e._soundById(t);return!!i&&!i._paused}for(var o=0;o<e._sounds.length;o++)if(!e._sounds[o]._paused)return!0;return!1},duration:function(t){var e=this,i=e._duration,o=e._soundById(t);return o&&(i=e._sprite[o._sprite][1]/1e3),i},state:function(){return this._state},unload:function(){for(var t=this,e=t._sounds,i=0;i<e.length;i++)e[i]._paused||t.stop(e[i]._id),t._webAudio||(t._clearSound(e[i]._node),e[i]._node.removeEventListener("error",e[i]._errorFn,!1),e[i]._node.removeEventListener(o._canPlayEvent,e[i]._loadFn,!1),e[i]._node.removeEventListener("ended",e[i]._endFn,!1),o._releaseHtml5Audio(e[i]._node)),delete e[i]._node,t._clearTimer(e[i]._id);var n=o._howls.indexOf(t);n>=0&&o._howls.splice(n,1);var r=!0;for(i=0;i<o._howls.length;i++)if(o._howls[i]._src===t._src||t._src.indexOf(o._howls[i]._src)>=0){r=!1;break}return s&&r&&delete s[t._src],o.noAudio=!1,t._state="unloaded",t._sounds=[],t=null,null},on:function(t,e,i,o){var n=this["_on"+t];return"function"==typeof e&&n.push(o?{id:i,fn:e,once:o}:{id:i,fn:e}),this},off:function(t,e,i){var o=this,n=o["_on"+t],r=0;if("number"==typeof e&&(i=e,e=null),e||i)for(r=0;r<n.length;r++){var s=i===n[r].id;if(e===n[r].fn&&s||!e&&s){n.splice(r,1);break}}else if(t)o["_on"+t]=[];else{var a=Object.keys(o);for(r=0;r<a.length;r++)0===a[r].indexOf("_on")&&Array.isArray(o[a[r]])&&(o[a[r]]=[])}return o},once:function(t,e,i){return this.on(t,e,i,1),this},_emit:function(t,e,i){for(var o=this,n=o["_on"+t],r=n.length-1;r>=0;r--)n[r].id&&n[r].id!==e&&"load"!==t||(setTimeout(function(t){t.call(this,e,i)}.bind(o,n[r].fn),0),n[r].once&&o.off(t,n[r].fn,n[r].id));return o._loadQueue(t),o},_loadQueue:function(t){var e=this;if(e._queue.length>0){var i=e._queue[0];i.event===t&&(e._queue.shift(),e._loadQueue()),t||i.action()}return e},_ended:function(t){var e=this,i=t._sprite;if(!e._webAudio&&t._node&&!t._node.paused&&!t._node.ended&&t._node.currentTime<t._stop)return setTimeout(e._ended.bind(e,t),100),e;var n=!(!t._loop&&!e._sprite[i][2]);if(e._emit("end",t._id),!e._webAudio&&n&&e.stop(t._id,!0).play(t._id),e._webAudio&&n){e._emit("play",t._id),t._seek=t._start||0,t._rateSeek=0,t._playStart=o.ctx.currentTime;var r=1e3*(t._stop-t._start)/Math.abs(t._rate);e._endTimers[t._id]=setTimeout(e._ended.bind(e,t),r)}return e._webAudio&&!n&&(t._paused=!0,t._ended=!0,t._seek=t._start||0,t._rateSeek=0,e._clearTimer(t._id),e._cleanBuffer(t._node),o._autoSuspend()),e._webAudio||n||e.stop(t._id,!0),e},_clearTimer:function(t){var e=this;if(e._endTimers[t]){if("function"!=typeof e._endTimers[t])clearTimeout(e._endTimers[t]);else{var i=e._soundById(t);i&&i._node&&i._node.removeEventListener("ended",e._endTimers[t],!1)}delete e._endTimers[t]}return e},_soundById:function(t){for(var e=this,i=0;i<e._sounds.length;i++)if(t===e._sounds[i]._id)return e._sounds[i];return null},_inactiveSound:function(){var t=this;t._drain();for(var e=0;e<t._sounds.length;e++)if(t._sounds[e]._ended)return t._sounds[e].reset();return new r(t)},_drain:function(){var t=this,e=t._pool,i=0,o=0;if(!(t._sounds.length<e)){for(o=0;o<t._sounds.length;o++)t._sounds[o]._ended&&i++;for(o=t._sounds.length-1;o>=0;o--){if(i<=e)return;t._sounds[o]._ended&&(t._webAudio&&t._sounds[o]._node&&t._sounds[o]._node.disconnect(0),t._sounds.splice(o,1),i--)}}},_getSoundIds:function(t){if(void 0===t){for(var e=[],i=0;i<this._sounds.length;i++)e.push(this._sounds[i]._id);return e}return[t]},_refreshBuffer:function(t){return t._node.bufferSource=o.ctx.createBufferSource(),t._node.bufferSource.buffer=s[this._src],t._panner?t._node.bufferSource.connect(t._panner):t._node.bufferSource.connect(t._node),t._node.bufferSource.loop=t._loop,t._loop&&(t._node.bufferSource.loopStart=t._start||0,t._node.bufferSource.loopEnd=t._stop||0),t._node.bufferSource.playbackRate.setValueAtTime(t._rate,o.ctx.currentTime),this},_cleanBuffer:function(t){var e=o._navigator&&o._navigator.vendor.indexOf("Apple")>=0;if(o._scratchBuffer&&t.bufferSource&&(t.bufferSource.onended=null,t.bufferSource.disconnect(0),e))try{t.bufferSource.buffer=o._scratchBuffer}catch(t){}return t.bufferSource=null,this},_clearSound:function(t){/MSIE |Trident\//.test(o._navigator&&o._navigator.userAgent)||(t.src="data:audio/wav;base64,UklGRigAAABXQVZFZm10IBIAAAABAAEARKwAAIhYAQACABAAAABkYXRhAgAAAAEA")}};var r=function(t){this._parent=t,this.init()};r.prototype={init:function(){var t=this,e=t._parent;return t._muted=e._muted,t._loop=e._loop,t._volume=e._volume,t._rate=e._rate,t._seek=0,t._paused=!0,t._ended=!0,t._sprite="__default",t._id=++o._counter,e._sounds.push(t),t.create(),t},create:function(){var t=this,e=t._parent,i=o._muted||t._muted||t._parent._muted?0:t._volume;return e._webAudio?(t._node=void 0===o.ctx.createGain?o.ctx.createGainNode():o.ctx.createGain(),t._node.gain.setValueAtTime(i,o.ctx.currentTime),t._node.paused=!0,t._node.connect(o.masterGain)):o.noAudio||(t._node=o._obtainHtml5Audio(),t._errorFn=t._errorListener.bind(t),t._node.addEventListener("error",t._errorFn,!1),t._loadFn=t._loadListener.bind(t),t._node.addEventListener(o._canPlayEvent,t._loadFn,!1),t._endFn=t._endListener.bind(t),t._node.addEventListener("ended",t._endFn,!1),t._node.src=e._src,t._node.preload=!0===e._preload?"auto":e._preload,t._node.volume=i*o.volume(),t._node.load()),t},reset:function(){var t=this,e=t._parent;return t._muted=e._muted,t._loop=e._loop,t._volume=e._volume,t._rate=e._rate,t._seek=0,t._rateSeek=0,t._paused=!0,t._ended=!0,t._sprite="__default",t._id=++o._counter,t},_errorListener:function(){var t=this;t._parent._emit("loaderror",t._id,t._node.error?t._node.error.code:0),t._node.removeEventListener("error",t._errorFn,!1)},_loadListener:function(){var t=this,e=t._parent;e._duration=Math.ceil(10*t._node.duration)/10,0===Object.keys(e._sprite).length&&(e._sprite={__default:[0,1e3*e._duration]}),"loaded"!==e._state&&(e._state="loaded",e._emit("load"),e._loadQueue()),t._node.removeEventListener(o._canPlayEvent,t._loadFn,!1)},_endListener:function(){var t=this,e=t._parent;e._duration===1/0&&(e._duration=Math.ceil(10*t._node.duration)/10,e._sprite.__default[1]===1/0&&(e._sprite.__default[1]=1e3*e._duration),e._ended(t)),t._node.removeEventListener("ended",t._endFn,!1)}};var s={},a=function(t){var e=t._src;if(s[e])return t._duration=s[e].duration,void u(t);if(/^data:[^;]+;base64,/.test(e)){for(var i=atob(e.split(",")[1]),o=new Uint8Array(i.length),n=0;n<i.length;++n)o[n]=i.charCodeAt(n);l(o.buffer,t)}else{var r=new XMLHttpRequest;r.open(t._xhr.method,e,!0),r.withCredentials=t._xhr.withCredentials,r.responseType="arraybuffer",t._xhr.headers&&Object.keys(t._xhr.headers).forEach((function(e){r.setRequestHeader(e,t._xhr.headers[e])})),r.onload=function(){var e=(r.status+"")[0];"0"===e||"2"===e||"3"===e?l(r.response,t):t._emit("loaderror",null,"Failed loading audio file with status: "+r.status+".")},r.onerror=function(){t._webAudio&&(t._html5=!0,t._webAudio=!1,t._sounds=[],delete s[e],t.load())},h(r)}},h=function(t){try{t.send()}catch(e){t.onerror()}},l=function(t,e){var i=function(){e._emit("loaderror",null,"Decoding audio data failed.")},n=function(t){t&&e._sounds.length>0?(s[e._src]=t,u(e,t)):i()};"undefined"!=typeof Promise&&1===o.ctx.decodeAudioData.length?o.ctx.decodeAudioData(t).then(n).catch(i):o.ctx.decodeAudioData(t,n,i)},u=function(t,e){e&&!t._duration&&(t._duration=e.duration),0===Object.keys(t._sprite).length&&(t._sprite={__default:[0,1e3*t._duration]}),"loaded"!==t._state&&(t._state="loaded",t._emit("load"),t._loadQueue())},c=function(){if(o.usingWebAudio){try{"undefined"!=typeof AudioContext?o.ctx=new AudioContext:"undefined"!=typeof webkitAudioContext?o.ctx=new webkitAudioContext:o.usingWebAudio=!1}catch(t){o.usingWebAudio=!1}o.ctx||(o.usingWebAudio=!1);var t=/iP(hone|od|ad)/.test(o._navigator&&o._navigator.platform),e=o._navigator&&o._navigator.appVersion.match(/OS (\d+)_(\d+)_?(\d+)?/),i=e?parseInt(e[1],10):null;if(t&&i&&i<9){var n=/safari/.test(o._navigator&&o._navigator.userAgent.toLowerCase());o._navigator&&!n&&(o.usingWebAudio=!1)}o.usingWebAudio&&(o.masterGain=void 0===o.ctx.createGain?o.ctx.createGainNode():o.ctx.createGain(),o.masterGain.gain.setValueAtTime(o._muted?0:o._volume,o.ctx.currentTime),o.masterGain.connect(o.ctx.destination)),o._setup()}};t.Howler=o,t.Howl=n,void 0!==e?(e.HowlerGlobal=i,e.Howler=o,e.Howl=n,e.Sound=r):"undefined"!=typeof window&&(window.HowlerGlobal=i,window.Howler=o,window.Howl=n,window.Sound=r)}(),
19
18
  /*!
20
19
  * Spatial Plugin - Adds support for stereo and 3D audio where Web Audio is supported.
21
20
  *
@@ -27,4 +26,4 @@
27
26
  *
28
27
  * MIT License
29
28
  */
30
- function(){var t;HowlerGlobal.prototype._pos=[0,0,0],HowlerGlobal.prototype._orientation=[0,0,-1,0,1,0],HowlerGlobal.prototype.stereo=function(t){var e=this;if(!e.ctx||!e.ctx.listener)return e;for(var i=e._howls.length-1;i>=0;i--)e._howls[i].stereo(t);return e},HowlerGlobal.prototype.pos=function(t,e,i){var o=this;return o.ctx&&o.ctx.listener?(e="number"!=typeof e?o._pos[1]:e,i="number"!=typeof i?o._pos[2]:i,"number"!=typeof t?o._pos:(o._pos=[t,e,i],void 0!==o.ctx.listener.positionX?(o.ctx.listener.positionX.setTargetAtTime(o._pos[0],Howler.ctx.currentTime,.1),o.ctx.listener.positionY.setTargetAtTime(o._pos[1],Howler.ctx.currentTime,.1),o.ctx.listener.positionZ.setTargetAtTime(o._pos[2],Howler.ctx.currentTime,.1)):o.ctx.listener.setPosition(o._pos[0],o._pos[1],o._pos[2]),o)):o},HowlerGlobal.prototype.orientation=function(t,e,i,o,n,r){var s=this;if(!s.ctx||!s.ctx.listener)return s;var a=s._orientation;return e="number"!=typeof e?a[1]:e,i="number"!=typeof i?a[2]:i,o="number"!=typeof o?a[3]:o,n="number"!=typeof n?a[4]:n,r="number"!=typeof r?a[5]:r,"number"!=typeof t?a:(s._orientation=[t,e,i,o,n,r],void 0!==s.ctx.listener.forwardX?(s.ctx.listener.forwardX.setTargetAtTime(t,Howler.ctx.currentTime,.1),s.ctx.listener.forwardY.setTargetAtTime(e,Howler.ctx.currentTime,.1),s.ctx.listener.forwardZ.setTargetAtTime(i,Howler.ctx.currentTime,.1),s.ctx.listener.upX.setTargetAtTime(o,Howler.ctx.currentTime,.1),s.ctx.listener.upY.setTargetAtTime(n,Howler.ctx.currentTime,.1),s.ctx.listener.upZ.setTargetAtTime(r,Howler.ctx.currentTime,.1)):s.ctx.listener.setOrientation(t,e,i,o,n,r),s)},Howl.prototype.init=(t=Howl.prototype.init,function(e){var i=this;return i._orientation=e.orientation||[1,0,0],i._stereo=e.stereo||null,i._pos=e.pos||null,i._pannerAttr={coneInnerAngle:void 0!==e.coneInnerAngle?e.coneInnerAngle:360,coneOuterAngle:void 0!==e.coneOuterAngle?e.coneOuterAngle:360,coneOuterGain:void 0!==e.coneOuterGain?e.coneOuterGain:0,distanceModel:void 0!==e.distanceModel?e.distanceModel:"inverse",maxDistance:void 0!==e.maxDistance?e.maxDistance:1e4,panningModel:void 0!==e.panningModel?e.panningModel:"HRTF",refDistance:void 0!==e.refDistance?e.refDistance:1,rolloffFactor:void 0!==e.rolloffFactor?e.rolloffFactor:1},i._onstereo=e.onstereo?[{fn:e.onstereo}]:[],i._onpos=e.onpos?[{fn:e.onpos}]:[],i._onorientation=e.onorientation?[{fn:e.onorientation}]:[],t.call(this,e)}),Howl.prototype.stereo=function(t,i){var o=this;if(!o._webAudio)return o;if("loaded"!==o._state)return o._queue.push({event:"stereo",action:function(){o.stereo(t,i)}}),o;var n=void 0===Howler.ctx.createStereoPanner?"spatial":"stereo";if(void 0===i){if("number"!=typeof t)return o._stereo;o._stereo=t,o._pos=[t,0,0]}for(var r=o._getSoundIds(i),s=0;s<r.length;s++){var a=o._soundById(r[s]);if(a){if("number"!=typeof t)return a._stereo;a._stereo=t,a._pos=[t,0,0],a._node&&(a._pannerAttr.panningModel="equalpower",a._panner&&a._panner.pan||e(a,n),"spatial"===n?void 0!==a._panner.positionX?(a._panner.positionX.setValueAtTime(t,Howler.ctx.currentTime),a._panner.positionY.setValueAtTime(0,Howler.ctx.currentTime),a._panner.positionZ.setValueAtTime(0,Howler.ctx.currentTime)):a._panner.setPosition(t,0,0):a._panner.pan.setValueAtTime(t,Howler.ctx.currentTime)),o._emit("stereo",a._id)}}return o},Howl.prototype.pos=function(t,i,o,n){var r=this;if(!r._webAudio)return r;if("loaded"!==r._state)return r._queue.push({event:"pos",action:function(){r.pos(t,i,o,n)}}),r;if(i="number"!=typeof i?0:i,o="number"!=typeof o?-.5:o,void 0===n){if("number"!=typeof t)return r._pos;r._pos=[t,i,o]}for(var s=r._getSoundIds(n),a=0;a<s.length;a++){var h=r._soundById(s[a]);if(h){if("number"!=typeof t)return h._pos;h._pos=[t,i,o],h._node&&(h._panner&&!h._panner.pan||e(h,"spatial"),void 0!==h._panner.positionX?(h._panner.positionX.setValueAtTime(t,Howler.ctx.currentTime),h._panner.positionY.setValueAtTime(i,Howler.ctx.currentTime),h._panner.positionZ.setValueAtTime(o,Howler.ctx.currentTime)):h._panner.setPosition(t,i,o)),r._emit("pos",h._id)}}return r},Howl.prototype.orientation=function(t,i,o,n){var r=this;if(!r._webAudio)return r;if("loaded"!==r._state)return r._queue.push({event:"orientation",action:function(){r.orientation(t,i,o,n)}}),r;if(i="number"!=typeof i?r._orientation[1]:i,o="number"!=typeof o?r._orientation[2]:o,void 0===n){if("number"!=typeof t)return r._orientation;r._orientation=[t,i,o]}for(var s=r._getSoundIds(n),a=0;a<s.length;a++){var h=r._soundById(s[a]);if(h){if("number"!=typeof t)return h._orientation;h._orientation=[t,i,o],h._node&&(h._panner||(h._pos||(h._pos=r._pos||[0,0,-.5]),e(h,"spatial")),void 0!==h._panner.orientationX?(h._panner.orientationX.setValueAtTime(t,Howler.ctx.currentTime),h._panner.orientationY.setValueAtTime(i,Howler.ctx.currentTime),h._panner.orientationZ.setValueAtTime(o,Howler.ctx.currentTime)):h._panner.setOrientation(t,i,o)),r._emit("orientation",h._id)}}return r},Howl.prototype.pannerAttr=function(){var t,i,o,n=this,r=arguments;if(!n._webAudio)return n;if(0===r.length)return n._pannerAttr;if(1===r.length){if("object"!=typeof r[0])return(o=n._soundById(parseInt(r[0],10)))?o._pannerAttr:n._pannerAttr;t=r[0],void 0===i&&(t.pannerAttr||(t.pannerAttr={coneInnerAngle:t.coneInnerAngle,coneOuterAngle:t.coneOuterAngle,coneOuterGain:t.coneOuterGain,distanceModel:t.distanceModel,maxDistance:t.maxDistance,refDistance:t.refDistance,rolloffFactor:t.rolloffFactor,panningModel:t.panningModel}),n._pannerAttr={coneInnerAngle:void 0!==t.pannerAttr.coneInnerAngle?t.pannerAttr.coneInnerAngle:n._coneInnerAngle,coneOuterAngle:void 0!==t.pannerAttr.coneOuterAngle?t.pannerAttr.coneOuterAngle:n._coneOuterAngle,coneOuterGain:void 0!==t.pannerAttr.coneOuterGain?t.pannerAttr.coneOuterGain:n._coneOuterGain,distanceModel:void 0!==t.pannerAttr.distanceModel?t.pannerAttr.distanceModel:n._distanceModel,maxDistance:void 0!==t.pannerAttr.maxDistance?t.pannerAttr.maxDistance:n._maxDistance,refDistance:void 0!==t.pannerAttr.refDistance?t.pannerAttr.refDistance:n._refDistance,rolloffFactor:void 0!==t.pannerAttr.rolloffFactor?t.pannerAttr.rolloffFactor:n._rolloffFactor,panningModel:void 0!==t.pannerAttr.panningModel?t.pannerAttr.panningModel:n._panningModel})}else 2===r.length&&(t=r[0],i=parseInt(r[1],10));for(var s=n._getSoundIds(i),a=0;a<s.length;a++)if(o=n._soundById(s[a])){var h=o._pannerAttr;h={coneInnerAngle:void 0!==t.coneInnerAngle?t.coneInnerAngle:h.coneInnerAngle,coneOuterAngle:void 0!==t.coneOuterAngle?t.coneOuterAngle:h.coneOuterAngle,coneOuterGain:void 0!==t.coneOuterGain?t.coneOuterGain:h.coneOuterGain,distanceModel:void 0!==t.distanceModel?t.distanceModel:h.distanceModel,maxDistance:void 0!==t.maxDistance?t.maxDistance:h.maxDistance,refDistance:void 0!==t.refDistance?t.refDistance:h.refDistance,rolloffFactor:void 0!==t.rolloffFactor?t.rolloffFactor:h.rolloffFactor,panningModel:void 0!==t.panningModel?t.panningModel:h.panningModel};var l=o._panner;l?(l.coneInnerAngle=h.coneInnerAngle,l.coneOuterAngle=h.coneOuterAngle,l.coneOuterGain=h.coneOuterGain,l.distanceModel=h.distanceModel,l.maxDistance=h.maxDistance,l.refDistance=h.refDistance,l.rolloffFactor=h.rolloffFactor,l.panningModel=h.panningModel):(o._pos||(o._pos=n._pos||[0,0,-.5]),e(o,"spatial"))}return n},Sound.prototype.init=function(t){return function(){var e=this,i=e._parent;e._orientation=i._orientation,e._stereo=i._stereo,e._pos=i._pos,e._pannerAttr=i._pannerAttr,t.call(this),e._stereo?i.stereo(e._stereo):e._pos&&i.pos(e._pos[0],e._pos[1],e._pos[2],e._id)}}(Sound.prototype.init),Sound.prototype.reset=function(t){return function(){var e=this,i=e._parent;return e._orientation=i._orientation,e._stereo=i._stereo,e._pos=i._pos,e._pannerAttr=i._pannerAttr,e._stereo?i.stereo(e._stereo):e._pos?i.pos(e._pos[0],e._pos[1],e._pos[2],e._id):e._panner&&(e._panner.disconnect(0),e._panner=void 0,i._refreshBuffer(e)),t.call(this)}}(Sound.prototype.reset);var e=function(t,e){"spatial"===(e=e||"spatial")?(t._panner=Howler.ctx.createPanner(),t._panner.coneInnerAngle=t._pannerAttr.coneInnerAngle,t._panner.coneOuterAngle=t._pannerAttr.coneOuterAngle,t._panner.coneOuterGain=t._pannerAttr.coneOuterGain,t._panner.distanceModel=t._pannerAttr.distanceModel,t._panner.maxDistance=t._pannerAttr.maxDistance,t._panner.refDistance=t._pannerAttr.refDistance,t._panner.rolloffFactor=t._pannerAttr.rolloffFactor,t._panner.panningModel=t._pannerAttr.panningModel,void 0!==t._panner.positionX?(t._panner.positionX.setValueAtTime(t._pos[0],Howler.ctx.currentTime),t._panner.positionY.setValueAtTime(t._pos[1],Howler.ctx.currentTime),t._panner.positionZ.setValueAtTime(t._pos[2],Howler.ctx.currentTime)):t._panner.setPosition(t._pos[0],t._pos[1],t._pos[2]),void 0!==t._panner.orientationX?(t._panner.orientationX.setValueAtTime(t._orientation[0],Howler.ctx.currentTime),t._panner.orientationY.setValueAtTime(t._orientation[1],Howler.ctx.currentTime),t._panner.orientationZ.setValueAtTime(t._orientation[2],Howler.ctx.currentTime)):t._panner.setOrientation(t._orientation[0],t._orientation[1],t._orientation[2])):(t._panner=Howler.ctx.createStereoPanner(),t._panner.pan.setValueAtTime(t._stereo,Howler.ctx.currentTime)),t._panner.connect(t._node),t._paused||t._parent.pause(t._id,!0).play(t._id,!0)}}()}(mr);var _r=function(t){function e(e,i,o){if(void 0===e&&(e=0),void 0===i&&(i=0),t.call(this,e,i),void 0===o)throw new Error("undefined `onUpdate` callback");this.setCallback(o.onUpdate,o.scope)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var i={x:{configurable:!0},y:{configurable:!0}};return e.prototype.onResetEvent=function(t,e,i){return void 0===t&&(t=0),void 0===e&&(e=0),this.setMuted(t,e),void 0!==i&&this.setCallback(i.onUpdate,i.scope),this},i.x.get=function(){return this._x},i.x.set=function(t){var e=this.onUpdate.call(this.scope,t,this._y,this._x,this._y);this._x=e&&"x"in e?e.x:t},i.y.get=function(){return this._y},i.y.set=function(t){var e=this.onUpdate.call(this.scope,this._x,t,this._x,this._y);this._y=e&&"y"in e?e.y:t},e.prototype._set=function(t,e){var i=this.onUpdate.call(this.scope,t,e,this._x,this._y);return i&&"x"in i&&"y"in i?(this._x=i.x,this._y=i.y):(this._x=t,this._y=e),this},e.prototype.setMuted=function(t,e){return this._x=t,this._y=e,this},e.prototype.setCallback=function(t,e){if(void 0===e&&(e=null),"function"!=typeof t)throw new Error("invalid `onUpdate` callback");return this.onUpdate=t,this.scope=e,this},e.prototype.add=function(t){return this._set(this._x+t.x,this._y+t.y)},e.prototype.sub=function(t){return this._set(this._x-t.x,this._y-t.y)},e.prototype.scale=function(t,e){return this._set(this._x*t,this._y*(void 0!==e?e:t))},e.prototype.scaleV=function(t){return this._set(this._x*t.x,this._y*t.y)},e.prototype.div=function(t){return this._set(this._x/t,this._y/t)},e.prototype.abs=function(){return this._set(this._x<0?-this._x:this._x,this._y<0?-this._y:this._y)},e.prototype.clamp=function(t,i){return new e($o(this.x,t,i),$o(this.y,t,i),{onUpdate:this.onUpdate,scope:this.scope})},e.prototype.clampSelf=function(t,e){return this._set($o(this._x,t,e),$o(this._y,t,e))},e.prototype.minV=function(t){return this._set(this._x<t.x?this._x:t.x,this._y<t.y?this._y:t.y)},e.prototype.maxV=function(t){return this._set(this._x>t.x?this._x:t.x,this._y>t.y?this._y:t.y)},e.prototype.floor=function(){return new e(Math.floor(this._x),Math.floor(this._y),{onUpdate:this.onUpdate,scope:this.scope})},e.prototype.floorSelf=function(){return this._set(Math.floor(this._x),Math.floor(this._y))},e.prototype.ceil=function(){return new e(Math.ceil(this._x),Math.ceil(this._y),{onUpdate:this.onUpdate,scope:this.scope})},e.prototype.ceilSelf=function(){return this._set(Math.ceil(this._x),Math.ceil(this._y))},e.prototype.negate=function(){return new e(-this._x,-this._y,{onUpdate:this.onUpdate,scope:this.scope})},e.prototype.negateSelf=function(){return this._set(-this._x,-this._y)},e.prototype.copy=function(t){return this._set(t.x,t.y)},e.prototype.equals=function(t){return this._x===t.x&&this._y===t.y},e.prototype.perp=function(){return this._set(this._y,-this._x)},e.prototype.rotate=function(t,e){var i=0,o=0;"object"==typeof e&&(i=e.x,o=e.y);var n=this._x-i,r=this._y-o,s=Math.cos(t),a=Math.sin(t);return this._set(n*s-r*a+i,n*a+r*s+o)},e.prototype.dot=function(t){return this._x*t.x+this._y*t.y},e.prototype.cross=function(t){return this._x*t.y-this._y*t.x},e.prototype.lerp=function(t,e){return this._x+=(t.x-this._x)*e,this._y+=(t.y-this._y)*e,this},e.prototype.distance=function(t){return Math.sqrt((this._x-t.x)*(this._x-t.x)+(this._y-t.y)*(this._y-t.y))},e.prototype.clone=function(){return gn.pull("ObservableVector2d",this._x,this._y,{onUpdate:this.onUpdate,scope:this.scope})},e.prototype.toVector2d=function(){return gn.pull("Vector2d",this._x,this._y)},e.prototype.toString=function(){return"x:"+this._x+",y:"+this._y},Object.defineProperties(e.prototype,i),e}(vn),xr=function(t,e,i){void 0===t&&(t=0),void 0===e&&(e=0),void 0===i&&(i=0),this.onResetEvent(t,e,i)};xr.prototype.onResetEvent=function(t,e,i){return void 0===t&&(t=0),void 0===e&&(e=0),void 0===i&&(i=0),this.x=t,this.y=e,this.z=i,this},xr.prototype._set=function(t,e,i){return void 0===i&&(i=0),this.x=t,this.y=e,this.z=i,this},xr.prototype.set=function(t,e,i){if(t!==+t||e!==+e||void 0!==i&&i!==+i)throw new Error("invalid x, y, z parameters (not a number)");return this._set(t,e,i)},xr.prototype.setZero=function(){return this.set(0,0,0)},xr.prototype.setV=function(t){return this._set(t.x,t.y,t.z)},xr.prototype.add=function(t){return this._set(this.x+t.x,this.y+t.y,this.z+(t.z||0))},xr.prototype.sub=function(t){return this._set(this.x-t.x,this.y-t.y,this.z-(t.z||0))},xr.prototype.scale=function(t,e,i){return e=void 0!==e?e:t,this._set(this.x*t,this.y*e,this.z*(i||1))},xr.prototype.scaleV=function(t){return this.scale(t.x,t.y,t.z)},xr.prototype.toIso=function(){return this._set(this.x-this.y,.5*(this.x+this.y),this.z)},xr.prototype.to2d=function(){return this._set(this.y+this.x/2,this.y-this.x/2,this.z)},xr.prototype.div=function(t){return this._set(this.x/t,this.y/t,this.z/t)},xr.prototype.abs=function(){return this._set(this.x<0?-this.x:this.x,this.y<0?-this.y:this.y,this.z<0?-this.z:this.z)},xr.prototype.clamp=function(t,e){return new xr($o(this.x,t,e),$o(this.y,t,e),$o(this.z,t,e))},xr.prototype.clampSelf=function(t,e){return this._set($o(this.x,t,e),$o(this.y,t,e),$o(this.z,t,e))},xr.prototype.minV=function(t){var e=t.z||0;return this._set(this.x<t.x?this.x:t.x,this.y<t.y?this.y:t.y,this.z<e?this.z:e)},xr.prototype.maxV=function(t){var e=t.z||0;return this._set(this.x>t.x?this.x:t.x,this.y>t.y?this.y:t.y,this.z>e?this.z:e)},xr.prototype.floor=function(){return new xr(Math.floor(this.x),Math.floor(this.y),Math.floor(this.z))},xr.prototype.floorSelf=function(){return this._set(Math.floor(this.x),Math.floor(this.y),Math.floor(this.z))},xr.prototype.ceil=function(){return new xr(Math.ceil(this.x),Math.ceil(this.y),Math.ceil(this.z))},xr.prototype.ceilSelf=function(){return this._set(Math.ceil(this.x),Math.ceil(this.y),Math.ceil(this.z))},xr.prototype.negate=function(){return new xr(-this.x,-this.y,-this.z)},xr.prototype.negateSelf=function(){return this._set(-this.x,-this.y,-this.z)},xr.prototype.copy=function(t){return this._set(t.x,t.y,t.z||0)},xr.prototype.equals=function(){var t,e,i;return arguments.length>=2?(t=arguments[0],e=arguments[1],i=arguments[2]):(t=arguments[0].x,e=arguments[0].y,i=arguments[0].z),void 0===i&&(i=this.z),this.x===t&&this.y===e&&this.z===i},xr.prototype.normalize=function(){return this.div(this.length()||1)},xr.prototype.perp=function(){return this._set(this.y,-this.x,this.z)},xr.prototype.rotate=function(t,e){var i=0,o=0;"object"==typeof e&&(i=e.x,o=e.y);var n=this.x-i,r=this.y-o,s=Math.cos(t),a=Math.sin(t);return this._set(n*s-r*a+i,n*a+r*s+o,this.z)},xr.prototype.dot=function(t){return this.x*t.x+this.y*t.y+this.z*(void 0!==t.z?t.z:this.z)},xr.prototype.cross=function(t){var e=this.x,i=this.y,o=this.z,n=t.x,r=t.y,s=t.z;return this.x=i*s-o*r,this.y=o*n-e*s,this.z=e*r-i*n,this},xr.prototype.length2=function(){return this.dot(this)},xr.prototype.length=function(){return Math.sqrt(this.length2())},xr.prototype.lerp=function(t,e){return this.x+=(t.x-this.x)*e,this.y+=(t.y-this.y)*e,this.z+=(t.z-this.z)*e,this},xr.prototype.distance=function(t){var e=this.x-t.x,i=this.y-t.y,o=this.z-(t.z||0);return Math.sqrt(e*e+i*i+o*o)},xr.prototype.angle=function(t){return Math.acos($o(this.dot(t)/(this.length()*t.length()),-1,1))},xr.prototype.project=function(t){var e=this.dot(t)/t.length2();return this.scale(e,e,e)},xr.prototype.projectN=function(t){var e=this.dot(t)/t.length2();return this.scale(e,e,e)},xr.prototype.clone=function(){return gn.pull("Vector3d",this.x,this.y,this.z)},xr.prototype.toString=function(){return"x:"+this.x+",y:"+this.y+",z:"+this.z};var br=function(t){function e(e,i,o,n){if(void 0===e&&(e=0),void 0===i&&(i=0),void 0===o&&(o=0),t.call(this,e,i,o),void 0===n)throw new Error("undefined `onUpdate` callback");this.setCallback(n.onUpdate,n.scope)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var i={x:{configurable:!0},y:{configurable:!0},z:{configurable:!0}};return e.prototype.onResetEvent=function(t,e,i,o){return void 0===t&&(t=0),void 0===e&&(e=0),void 0===i&&(i=0),this.setMuted(t,e,i),void 0!==o&&this.setCallback(o.onUpdate,o.scope),this},i.x.get=function(){return this._x},i.x.set=function(t){var e=this.onUpdate.call(this.scope,t,this._y,this._z,this._x,this._y,this._z);this._x=e&&"x"in e?e.x:t},i.y.get=function(){return this._y},i.y.set=function(t){var e=this.onUpdate.call(this.scope,this._x,t,this._z,this._x,this._y,this._z);this._y=e&&"y"in e?e.y:t},i.z.get=function(){return this._z},i.z.set=function(t){var e=this.onUpdate.call(this.scope,this._x,this._y,t,this._x,this._y,this._z);this._z=e&&"z"in e?e.z:t},e.prototype._set=function(t,e,i){var o=this.onUpdate.call(this.scope,t,e,i,this._x,this._y,this._z);return o&&"x"in o&&"y"in o&&"z"in o?(this._x=o.x,this._y=o.y,this._z=o.z):(this._x=t,this._y=e,this._z=i||0),this},e.prototype.setMuted=function(t,e,i){return this._x=t,this._y=e,this._z=i||0,this},e.prototype.setCallback=function(t,e){if(void 0===e&&(e=null),"function"!=typeof t)throw new Error("invalid `onUpdate` callback");return this.onUpdate=t,this.scope=e,this},e.prototype.add=function(t){return this._set(this._x+t.x,this._y+t.y,this._z+(t.z||0))},e.prototype.sub=function(t){return this._set(this._x-t.x,this._y-t.y,this._z-(t.z||0))},e.prototype.scale=function(t,e,i){return e=void 0!==e?e:t,this._set(this._x*t,this._y*e,this._z*(i||1))},e.prototype.scaleV=function(t){return this._set(this._x*t.x,this._y*t.y,this._z*(t.z||1))},e.prototype.div=function(t){return this._set(this._x/t,this._y/t,this._z/t)},e.prototype.abs=function(){return this._set(this._x<0?-this._x:this._x,this._y<0?-this._y:this._y,this._Z<0?-this._z:this._z)},e.prototype.clamp=function(t,i){return new e($o(this._x,t,i),$o(this._y,t,i),$o(this._z,t,i),{onUpdate:this.onUpdate,scope:this.scope})},e.prototype.clampSelf=function(t,e){return this._set($o(this._x,t,e),$o(this._y,t,e),$o(this._z,t,e))},e.prototype.minV=function(t){var e=t.z||0;return this._set(this._x<t.x?this._x:t.x,this._y<t.y?this._y:t.y,this._z<e?this._z:e)},e.prototype.maxV=function(t){var e=t.z||0;return this._set(this._x>t.x?this._x:t.x,this._y>t.y?this._y:t.y,this._z>e?this._z:e)},e.prototype.floor=function(){return new e(Math.floor(this._x),Math.floor(this._y),Math.floor(this._z),{onUpdate:this.onUpdate,scope:this.scope})},e.prototype.floorSelf=function(){return this._set(Math.floor(this._x),Math.floor(this._y),Math.floor(this._z))},e.prototype.ceil=function(){return new e(Math.ceil(this._x),Math.ceil(this._y),Math.ceil(this._z),{onUpdate:this.onUpdate,scope:this.scope})},e.prototype.ceilSelf=function(){return this._set(Math.ceil(this._x),Math.ceil(this._y),Math.ceil(this._z))},e.prototype.negate=function(){return new e(-this._x,-this._y,-this._z,{onUpdate:this.onUpdate,scope:this.scope})},e.prototype.negateSelf=function(){return this._set(-this._x,-this._y,-this._z)},e.prototype.copy=function(t){return this._set(t.x,t.y,t.z||0)},e.prototype.equals=function(t){return this._x===t.x&&this._y===t.y&&this._z===(t.z||this._z)},e.prototype.perp=function(){return this._set(this._y,-this._x,this._z)},e.prototype.rotate=function(t,e){var i=0,o=0;"object"==typeof e&&(i=e.x,o=e.y);var n=this.x-i,r=this.y-o,s=Math.cos(t),a=Math.sin(t);return this._set(n*s-r*a+i,n*a+r*s+o,this.z)},e.prototype.dot=function(t){return this._x*t.x+this._y*t.y+this._z*(t.z||1)},e.prototype.cross=function(t){var e=this._x,i=this._y,o=this._z,n=t.x,r=t.y,s=t.z;return this._set(i*s-o*r,o*n-e*s,e*r-i*n)},e.prototype.lerp=function(t,e){return this._x+=(t.x-this._x)*e,this._y+=(t.y-this._y)*e,this._z+=(t.z-this._z)*e,this},e.prototype.distance=function(t){var e=this._x-t.x,i=this._y-t.y,o=this._z-(t.z||0);return Math.sqrt(e*e+i*i+o*o)},e.prototype.clone=function(){return gn.pull("ObservableVector3d",this._x,this._y,this._z,{onUpdate:this.onUpdate})},e.prototype.toVector3d=function(){return gn.pull("Vector3d",this._x,this._y,this._z)},e.prototype.toString=function(){return"x:"+this._x+",y:"+this._y+",z:"+this._z},Object.defineProperties(e.prototype,i),e}(xr),wr={exports:{}};function Tr(t,e,i){i=i||2;var o,n,r,s,a,h,l,u=e&&e.length,c=u?e[0]*i:t.length,p=Ar(t,0,c,i,!0),d=[];if(!p||p.next===p.prev)return d;if(u&&(p=function(t,e,i,o){var n,r,s,a=[];for(n=0,r=e.length;n<r;n++)(s=Ar(t,e[n]*o,n<r-1?e[n+1]*o:t.length,o,!1))===s.next&&(s.steiner=!0),a.push(Dr(s));for(a.sort(kr),n=0;n<a.length;n++)i=Sr(i=Ir(a[n],i),i.next);return i}(t,e,p,i)),t.length>80*i){o=r=t[0],n=s=t[1];for(var f=i;f<c;f+=i)(a=t[f])<o&&(o=a),(h=t[f+1])<n&&(n=h),a>r&&(r=a),h>s&&(s=h);l=0!==(l=Math.max(r-o,s-n))?1/l:0}return Er(p,d,i,o,n,l),d}function Ar(t,e,i,o,n){var r,s;if(n===qr(t,e,i,o)>0)for(r=e;r<i;r+=o)s=Hr(r,t[r],t[r+1],s);else for(r=i-o;r>=e;r-=o)s=Hr(r,t[r],t[r+1],s);return s&&Vr(s,s.next)&&(Wr(s),s=s.next),s}function Sr(t,e){if(!t)return t;e||(e=t);var i,o=t;do{if(i=!1,o.steiner||!Vr(o,o.next)&&0!==Fr(o.prev,o,o.next))o=o.next;else{if(Wr(o),(o=e=o.prev)===o.next)break;i=!0}}while(i||o!==e);return e}function Er(t,e,i,o,n,r,s){if(t){!s&&r&&function(t,e,i,o){var n=t;do{null===n.z&&(n.z=Br(n.x,n.y,e,i,o)),n.prevZ=n.prev,n.nextZ=n.next,n=n.next}while(n!==t);n.prevZ.nextZ=null,n.prevZ=null,function(t){var e,i,o,n,r,s,a,h,l=1;do{for(i=t,t=null,r=null,s=0;i;){for(s++,o=i,a=0,e=0;e<l&&(a++,o=o.nextZ);e++);for(h=l;a>0||h>0&&o;)0!==a&&(0===h||!o||i.z<=o.z)?(n=i,i=i.nextZ,a--):(n=o,o=o.nextZ,h--),r?r.nextZ=n:t=n,n.prevZ=r,r=n;i=o}r.nextZ=null,l*=2}while(s>1)}(n)}(t,o,n,r);for(var a,h,l=t;t.prev!==t.next;)if(a=t.prev,h=t.next,r?Mr(t,o,n,r):Cr(t))e.push(a.i/i),e.push(t.i/i),e.push(h.i/i),Wr(t),t=h.next,l=h.next;else if((t=h)===l){s?1===s?Er(t=Pr(Sr(t),e,i),e,i,o,n,r,2):2===s&&Or(t,e,i,o,n,r):Er(Sr(t),e,i,o,n,r,1);break}}}function Cr(t){var e=t.prev,i=t,o=t.next;if(Fr(e,i,o)>=0)return!1;for(var n=t.next.next;n!==t.prev;){if(Lr(e.x,e.y,i.x,i.y,o.x,o.y,n.x,n.y)&&Fr(n.prev,n,n.next)>=0)return!1;n=n.next}return!0}function Mr(t,e,i,o){var n=t.prev,r=t,s=t.next;if(Fr(n,r,s)>=0)return!1;for(var a=n.x<r.x?n.x<s.x?n.x:s.x:r.x<s.x?r.x:s.x,h=n.y<r.y?n.y<s.y?n.y:s.y:r.y<s.y?r.y:s.y,l=n.x>r.x?n.x>s.x?n.x:s.x:r.x>s.x?r.x:s.x,u=n.y>r.y?n.y>s.y?n.y:s.y:r.y>s.y?r.y:s.y,c=Br(a,h,e,i,o),p=Br(l,u,e,i,o),d=t.prevZ,f=t.nextZ;d&&d.z>=c&&f&&f.z<=p;){if(d!==t.prev&&d!==t.next&&Lr(n.x,n.y,r.x,r.y,s.x,s.y,d.x,d.y)&&Fr(d.prev,d,d.next)>=0)return!1;if(d=d.prevZ,f!==t.prev&&f!==t.next&&Lr(n.x,n.y,r.x,r.y,s.x,s.y,f.x,f.y)&&Fr(f.prev,f,f.next)>=0)return!1;f=f.nextZ}for(;d&&d.z>=c;){if(d!==t.prev&&d!==t.next&&Lr(n.x,n.y,r.x,r.y,s.x,s.y,d.x,d.y)&&Fr(d.prev,d,d.next)>=0)return!1;d=d.prevZ}for(;f&&f.z<=p;){if(f!==t.prev&&f!==t.next&&Lr(n.x,n.y,r.x,r.y,s.x,s.y,f.x,f.y)&&Fr(f.prev,f,f.next)>=0)return!1;f=f.nextZ}return!0}function Pr(t,e,i){var o=t;do{var n=o.prev,r=o.next.next;!Vr(n,r)&&jr(n,o,o.next,r)&&Gr(n,r)&&Gr(r,n)&&(e.push(n.i/i),e.push(o.i/i),e.push(r.i/i),Wr(o),Wr(o.next),o=t=r),o=o.next}while(o!==t);return Sr(o)}function Or(t,e,i,o,n,r){var s=t;do{for(var a=s.next.next;a!==s.prev;){if(s.i!==a.i&&zr(s,a)){var h=Xr(s,a);return s=Sr(s,s.next),h=Sr(h,h.next),Er(s,e,i,o,n,r),void Er(h,e,i,o,n,r)}a=a.next}s=s.next}while(s!==t)}function kr(t,e){return t.x-e.x}function Ir(t,e){var i=function(t,e){var i,o=e,n=t.x,r=t.y,s=-1/0;do{if(r<=o.y&&r>=o.next.y&&o.next.y!==o.y){var a=o.x+(r-o.y)*(o.next.x-o.x)/(o.next.y-o.y);if(a<=n&&a>s){if(s=a,a===n){if(r===o.y)return o;if(r===o.next.y)return o.next}i=o.x<o.next.x?o:o.next}}o=o.next}while(o!==e);if(!i)return null;if(n===s)return i;var h,l=i,u=i.x,c=i.y,p=1/0;o=i;do{n>=o.x&&o.x>=u&&n!==o.x&&Lr(r<c?n:s,r,u,c,r<c?s:n,r,o.x,o.y)&&(h=Math.abs(r-o.y)/(n-o.x),Gr(o,t)&&(h<p||h===p&&(o.x>i.x||o.x===i.x&&Rr(i,o)))&&(i=o,p=h)),o=o.next}while(o!==l);return i}(t,e);if(!i)return e;var o=Xr(i,t),n=Sr(i,i.next);return Sr(o,o.next),e===i?n:e}function Rr(t,e){return Fr(t.prev,t,e.prev)<0&&Fr(e.next,t,t.next)<0}function Br(t,e,i,o,n){return(t=1431655765&((t=858993459&((t=252645135&((t=16711935&((t=32767*(t-i)*n)|t<<8))|t<<4))|t<<2))|t<<1))|(e=1431655765&((e=858993459&((e=252645135&((e=16711935&((e=32767*(e-o)*n)|e<<8))|e<<4))|e<<2))|e<<1))<<1}function Dr(t){var e=t,i=t;do{(e.x<i.x||e.x===i.x&&e.y<i.y)&&(i=e),e=e.next}while(e!==t);return i}function Lr(t,e,i,o,n,r,s,a){return(n-s)*(e-a)-(t-s)*(r-a)>=0&&(t-s)*(o-a)-(i-s)*(e-a)>=0&&(i-s)*(r-a)-(n-s)*(o-a)>=0}function zr(t,e){return t.next.i!==e.i&&t.prev.i!==e.i&&!function(t,e){var i=t;do{if(i.i!==t.i&&i.next.i!==t.i&&i.i!==e.i&&i.next.i!==e.i&&jr(i,i.next,t,e))return!0;i=i.next}while(i!==t);return!1}(t,e)&&(Gr(t,e)&&Gr(e,t)&&function(t,e){var i=t,o=!1,n=(t.x+e.x)/2,r=(t.y+e.y)/2;do{i.y>r!=i.next.y>r&&i.next.y!==i.y&&n<(i.next.x-i.x)*(r-i.y)/(i.next.y-i.y)+i.x&&(o=!o),i=i.next}while(i!==t);return o}(t,e)&&(Fr(t.prev,t,e.prev)||Fr(t,e.prev,e))||Vr(t,e)&&Fr(t.prev,t,t.next)>0&&Fr(e.prev,e,e.next)>0)}function Fr(t,e,i){return(e.y-t.y)*(i.x-e.x)-(e.x-t.x)*(i.y-e.y)}function Vr(t,e){return t.x===e.x&&t.y===e.y}function jr(t,e,i,o){var n=Ur(Fr(t,e,i)),r=Ur(Fr(t,e,o)),s=Ur(Fr(i,o,t)),a=Ur(Fr(i,o,e));return n!==r&&s!==a||(!(0!==n||!Nr(t,i,e))||(!(0!==r||!Nr(t,o,e))||(!(0!==s||!Nr(i,t,o))||!(0!==a||!Nr(i,e,o)))))}function Nr(t,e,i){return e.x<=Math.max(t.x,i.x)&&e.x>=Math.min(t.x,i.x)&&e.y<=Math.max(t.y,i.y)&&e.y>=Math.min(t.y,i.y)}function Ur(t){return t>0?1:t<0?-1:0}function Gr(t,e){return Fr(t.prev,t,t.next)<0?Fr(t,e,t.next)>=0&&Fr(t,t.prev,e)>=0:Fr(t,e,t.prev)<0||Fr(t,t.next,e)<0}function Xr(t,e){var i=new Yr(t.i,t.x,t.y),o=new Yr(e.i,e.x,e.y),n=t.next,r=e.prev;return t.next=e,e.prev=t,i.next=n,n.prev=i,o.next=i,i.prev=o,r.next=o,o.prev=r,o}function Hr(t,e,i,o){var n=new Yr(t,e,i);return o?(n.next=o.next,n.prev=o,o.next.prev=n,o.next=n):(n.prev=n,n.next=n),n}function Wr(t){t.next.prev=t.prev,t.prev.next=t.next,t.prevZ&&(t.prevZ.nextZ=t.nextZ),t.nextZ&&(t.nextZ.prevZ=t.prevZ)}function Yr(t,e,i){this.i=t,this.x=e,this.y=i,this.prev=null,this.next=null,this.z=null,this.prevZ=null,this.nextZ=null,this.steiner=!1}function qr(t,e,i,o){for(var n=0,r=e,s=i-o;r<i;r+=o)n+=(t[s]-t[r])*(t[r+1]+t[s+1]),s=r;return n}wr.exports=Tr,wr.exports.default=Tr,Tr.deviation=function(t,e,i,o){var n=e&&e.length,r=n?e[0]*i:t.length,s=Math.abs(qr(t,0,r,i));if(n)for(var a=0,h=e.length;a<h;a++){var l=e[a]*i,u=a<h-1?e[a+1]*i:t.length;s-=Math.abs(qr(t,l,u,i))}var c=0;for(a=0;a<o.length;a+=3){var p=o[a]*i,d=o[a+1]*i,f=o[a+2]*i;c+=Math.abs((t[p]-t[f])*(t[d+1]-t[p+1])-(t[p]-t[d])*(t[f+1]-t[p+1]))}return 0===s&&0===c?0:Math.abs((c-s)/s)},Tr.flatten=function(t){for(var e=t[0][0].length,i={vertices:[],holes:[],dimensions:e},o=0,n=0;n<t.length;n++){for(var r=0;r<t[n].length;r++)for(var s=0;s<e;s++)i.vertices.push(t[n][r][s]);n>0&&(o+=t[n-1].length,i.holes.push(o))}return i};var Zr=function(t,e,i){this.pos=gn.pull("Vector2d"),this._bounds,this.points=[],this.edges=[],this.indices=[],this.normals=[],this.shapeType="Polygon",this.setShape(t,e,i)};Zr.prototype.onResetEvent=function(t,e,i){this.setShape(t,e,i)},Zr.prototype.setShape=function(t,e,i){return this.pos.set(t,e),this.setVertices(i),this},Zr.prototype.setVertices=function(t){var e=this;if(!Array.isArray(t))return this;if(t[0]instanceof vn)this.points=t;else if(this.points.length=0,"object"==typeof t[0])t.forEach((function(t){e.points.push(gn.pull("Vector2d",t.x,t.y))}));else for(var i=0;i<t.length;i+=2)this.points.push(gn.pull("Vector2d",t[i],t[i+1]));return this.recalc(),this.updateBounds(),this},Zr.prototype.transform=function(t){for(var e=this.points,i=e.length,o=0;o<i;o++)t.apply(e[o]);return this.recalc(),this.updateBounds(),this},Zr.prototype.toIso=function(){return this.rotate(Math.PI/4).scale(Math.SQRT2,Math.SQRT1_2)},Zr.prototype.to2d=function(){return this.scale(Math.SQRT1_2,Math.SQRT2).rotate(-Math.PI/4)},Zr.prototype.rotate=function(t,e){if(0!==t){for(var i=this.points,o=i.length,n=0;n<o;n++)i[n].rotate(t,e);this.recalc(),this.updateBounds()}return this},Zr.prototype.scale=function(t,e){e=void 0!==e?e:t;for(var i=this.points,o=i.length,n=0;n<o;n++)i[n].scale(t,e);return this.recalc(),this.updateBounds(),this},Zr.prototype.scaleV=function(t){return this.scale(t.x,t.y)},Zr.prototype.recalc=function(){var t,e=this.edges,i=this.normals,o=this.indices,n=this.points,r=n.length;if(r<3)throw new Error("Requires at least 3 points");for(t=0;t<r;t++)void 0===e[t]&&(e[t]=gn.pull("Vector2d")),e[t].copy(n[(t+1)%r]).sub(n[t]),void 0===i[t]&&(i[t]=gn.pull("Vector2d")),i[t].copy(e[t]).perp().normalize();return e.length=r,i.length=r,o.length=0,this},Zr.prototype.getIndices=function(){return 0===this.indices.length&&(this.indices=wr.exports(this.points.flatMap((function(t){return[t.x,t.y]})))),this.indices},Zr.prototype.isConvex=function(){var t,e,i,o,n=0,r=this.points,s=r.length;if(s<3)return null;for(t=0;t<s;t++)if(i=(t+2)%s,o=(r[e=(t+1)%s].x-r[t].x)*(r[i].y-r[e].y),(o-=(r[e].y-r[t].y)*(r[i].x-r[e].x))<0?n|=1:o>0&&(n|=2),3===n)return!1;return 0!==n||null},Zr.prototype.translate=function(){var t,e;return 2===arguments.length?(t=arguments[0],e=arguments[1]):(t=arguments[0].x,e=arguments[0].y),this.pos.x+=t,this.pos.y+=e,this.getBounds().translate(t,e),this},Zr.prototype.shift=function(){var t,e;2===arguments.length?(t=arguments[0],e=arguments[1]):(t=arguments[0].x,e=arguments[0].y),this.pos.x=t,this.pos.y=e,this.updateBounds()},Zr.prototype.contains=function(){var t,e;2===arguments.length?(t=arguments[0],e=arguments[1]):(t=arguments[0].x,e=arguments[0].y);for(var i=!1,o=this.pos.x,n=this.pos.y,r=this.points,s=r.length,a=0,h=s-1;a<s;h=a++){var l=r[a].y+n,u=r[a].x+o,c=r[h].y+n,p=r[h].x+o;l>e!=c>e&&t<(p-u)*(e-l)/(c-l)+u&&(i=!i)}return i},Zr.prototype.getBounds=function(){return void 0===this._bounds&&(this._bounds=gn.pull("Bounds")),this._bounds},Zr.prototype.updateBounds=function(){var t=this.getBounds();return t.update(this.points),t.translate(this.pos),t},Zr.prototype.clone=function(){var t=[];return this.points.forEach((function(e){t.push(e.clone())})),new Zr(this.pos.x,this.pos.y,t)};var Kr=function(t){function e(e,i,o,n){t.call(this,e,i,[gn.pull("Vector2d",0,0),gn.pull("Vector2d",o,0),gn.pull("Vector2d",o,n),gn.pull("Vector2d",0,n)]),this.shapeType="Rectangle"}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var i={left:{configurable:!0},right:{configurable:!0},top:{configurable:!0},bottom:{configurable:!0},width:{configurable:!0},height:{configurable:!0},centerX:{configurable:!0},centerY:{configurable:!0}};return e.prototype.onResetEvent=function(t,e,i,o){this.setShape(t,e,i,o)},e.prototype.setShape=function(t,e,i,o){var n=i;return this.pos.set(t,e),4===arguments.length&&((n=this.points)[0].set(0,0),n[1].set(i,0),n[2].set(i,o),n[3].set(0,o)),this.setVertices(n),this},i.left.get=function(){return this.pos.x},i.right.get=function(){var t=this.width;return this.pos.x+t||t},i.top.get=function(){return this.pos.y},i.bottom.get=function(){var t=this.height;return this.pos.y+t||t},i.width.get=function(){return this.points[2].x},i.width.set=function(t){this.points[1].x=this.points[2].x=t,this.recalc(),this.updateBounds()},i.height.get=function(){return this.points[2].y},i.height.set=function(t){this.points[2].y=this.points[3].y=t,this.recalc(),this.updateBounds()},i.centerX.get=function(){return isFinite(this.width)?this.pos.x+this.width/2:this.width},i.centerX.set=function(t){this.pos.x=t-this.width/2},i.centerY.get=function(){return isFinite(this.height)?this.pos.y+this.height/2:this.height},i.centerY.set=function(t){this.pos.y=t-this.height/2},e.prototype.centerOn=function(t,e){return this.centerX=t,this.centerY=e,this},e.prototype.resize=function(t,e){return this.width=t,this.height=e,this},e.prototype.scale=function(t,e){return void 0===e&&(e=t),this.width*=t,this.height*=e,this},e.prototype.clone=function(){return new e(this.pos.x,this.pos.y,this.width,this.height)},e.prototype.copy=function(t){return this.setShape(t.pos.x,t.pos.y,t.width,t.height)},e.prototype.union=function(t){var e=Math.min(this.left,t.left),i=Math.min(this.top,t.top);return this.resize(Math.max(this.right,t.right)-e,Math.max(this.bottom,t.bottom)-i),this.pos.set(e,i),this},e.prototype.overlaps=function(t){return this.left<t.right&&t.left<this.right&&this.top<t.bottom&&t.top<this.bottom},e.prototype.contains=function(){var t,i,o,n,r=arguments[0];return 2===arguments.length?(t=i=r,o=n=arguments[1]):r instanceof e?(t=r.left,i=r.right,o=r.top,n=r.bottom):(t=i=r.x,o=n=r.y),t>=this.left&&i<=this.right&&o>=this.top&&n<=this.bottom},e.prototype.equals=function(t){return t.left===this.left&&t.right===this.right&&t.top===this.top&&t.bottom===this.bottom},e.prototype.isFinite=function(){return isFinite(this.pos.x)&&isFinite(this.pos.y)&&isFinite(this.width)&&isFinite(this.height)},e.prototype.toPolygon=function(){return gn.pull("Polygon",this.pos.x,this.pos.y,this.points)},Object.defineProperties(e.prototype,i),e}(Zr),Jr={},$r={},Qr={},ts={},es={},is={},os=function(t,e,i){e=e||t.keyCode||t.button;var o=is[e];if(dr(Kn,o,e,!o||!Qr[o]),o){if(!Qr[o]){var n=void 0!==i?i:e;ts[o][n]||(Jr[o]++,ts[o][n]=!0)}return!es[e]||"function"!=typeof t.preventDefault||t.preventDefault()}return!0},ns=function(t,e,i){e=e||t.keyCode||t.button;var o=is[e];if(dr(Jn,o,e),o){var n=void 0!==i?i:e;return ts[o][n]=void 0,Jr[o]>0&&Jr[o]--,Qr[o]=!1,!es[e]||"function"!=typeof t.preventDefault||t.preventDefault()}return!0},rs=null;function ss(){null===rs&&!1===du.isMobile&&"function"==typeof(rs=globalThis).addEventListener&&(rs.addEventListener("keydown",os,!1),rs.addEventListener("keyup",ns,!1))}function as(t,e,i){!0===e?os({},t,i):ns({},t,i)}function hs(t){return is[t]}var ls=function(t){this._center=new vn,this.onResetEvent(t)},us={x:{configurable:!0},y:{configurable:!0},width:{configurable:!0},height:{configurable:!0},left:{configurable:!0},right:{configurable:!0},top:{configurable:!0},bottom:{configurable:!0},centerX:{configurable:!0},centerY:{configurable:!0},center:{configurable:!0}};ls.prototype.onResetEvent=function(t){void 0===this.min?(this.min={x:1/0,y:1/0},this.max={x:-1/0,y:-1/0}):this.clear(),void 0!==t&&this.update(t)},ls.prototype.clear=function(){this.setMinMax(1/0,1/0,-1/0,-1/0)},ls.prototype.setMinMax=function(t,e,i,o){this.min.x=t,this.min.y=e,this.max.x=i,this.max.y=o},us.x.get=function(){return this.min.x},us.x.set=function(t){var e=this.max.x-this.min.x;this.min.x=t,this.max.x=t+e},us.y.get=function(){return this.min.y},us.y.set=function(t){var e=this.max.y-this.min.y;this.min.y=t,this.max.y=t+e},us.width.get=function(){return this.max.x-this.min.x},us.width.set=function(t){this.max.x=this.min.x+t},us.height.get=function(){return this.max.y-this.min.y},us.height.set=function(t){this.max.y=this.min.y+t},us.left.get=function(){return this.min.x},us.right.get=function(){return this.max.x},us.top.get=function(){return this.min.y},us.bottom.get=function(){return this.max.y},us.centerX.get=function(){return this.min.x+this.width/2},us.centerY.get=function(){return this.min.y+this.height/2},us.center.get=function(){return this._center.set(this.centerX,this.centerY)},ls.prototype.update=function(t){this.add(t,!0)},ls.prototype.add=function(t,e){void 0===e&&(e=!1),!0===e&&this.clear();for(var i=0;i<t.length;i++){var o=t[i];o.x>this.max.x&&(this.max.x=o.x),o.x<this.min.x&&(this.min.x=o.x),o.y>this.max.y&&(this.max.y=o.y),o.y<this.min.y&&(this.min.y=o.y)}},ls.prototype.addBounds=function(t,e){void 0===e&&(e=!1),!0===e&&this.clear(),t.max.x>this.max.x&&(this.max.x=t.max.x),t.min.x<this.min.x&&(this.min.x=t.min.x),t.max.y>this.max.y&&(this.max.y=t.max.y),t.min.y<this.min.y&&(this.min.y=t.min.y)},ls.prototype.addPoint=function(t,e){void 0!==e&&(t=e.apply(t)),this.min.x=Math.min(this.min.x,t.x),this.max.x=Math.max(this.max.x,t.x),this.min.y=Math.min(this.min.y,t.y),this.max.y=Math.max(this.max.y,t.y)},ls.prototype.addFrame=function(t,e,i,o,n){var r=gn.pull("Vector2d");this.addPoint(r.set(t,e),n),this.addPoint(r.set(i,e),n),this.addPoint(r.set(t,o),n),this.addPoint(r.set(i,o),n),gn.push(r)},ls.prototype.contains=function(){var t,e,i,o,n=arguments[0];return 2===arguments.length?(t=e=n,i=o=arguments[1]):n instanceof ls?(t=n.min.x,e=n.max.x,i=n.min.y,o=n.max.y):(t=e=n.x,i=o=n.y),t>=this.min.x&&e<=this.max.x&&i>=this.min.y&&o<=this.max.y},ls.prototype.overlaps=function(t){return!(this.right<t.left||this.left>t.right||this.bottom<t.top||this.top>t.bottom)},ls.prototype.isFinite=function(){return isFinite(this.min.x)&&isFinite(this.max.x)&&isFinite(this.min.y)&&isFinite(this.max.y)},ls.prototype.translate=function(){var t,e;2===arguments.length?(t=arguments[0],e=arguments[1]):(t=arguments[0].x,e=arguments[0].y),this.min.x+=t,this.max.x+=t,this.min.y+=e,this.max.y+=e},ls.prototype.shift=function(){var t,e;2===arguments.length?(t=arguments[0],e=arguments[1]):(t=arguments[0].x,e=arguments[0].y);var i=this.max.x-this.min.x,o=this.max.y-this.min.y;this.min.x=t,this.max.x=t+i,this.min.y=e,this.max.y=e+o},ls.prototype.clone=function(){var t=new ls;return t.addBounds(this),t},ls.prototype.toPolygon=function(){return gn.pull("Polygon",this.x,this.y,[gn.pull("Vector2d",0,0),gn.pull("Vector2d",this.width,0),gn.pull("Vector2d",this.width,this.height),gn.pull("Vector2d",0,this.height)])},Object.defineProperties(ls.prototype,us);var cs,ps=new vn,ds=function(t){function e(e,i,o,n){void 0===e&&(e=0),void 0===i&&(i=0),void 0===o&&(o=1),void 0===n&&(n=1),t.call(this),this.setMinMax(e,i,e+o,i+n),this.LEFT=0,this.MIDDLE=1,this.RIGHT=2,this.event=void 0,this.type=void 0,this.button=0,this.isPrimary=!1,this.pageX=0,this.pageY=0,this.clientX=0,this.clientY=0,this.movementX=0,this.movementY=0,this.deltaMode=0,this.deltaX=0,this.deltaY=0,this.deltaZ=0,this.gameX=0,this.gameY=0,this.gameScreenX=0,this.gameScreenY=0,this.gameWorldX=0,this.gameWorldY=0,this.gameLocalX=0,this.gameLocalY=0,this.pointerId=void 0,this.isNormalized=!1,this.locked=!1,this.bind=[0,0,0]}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setEvent=function(t,e,i,o,n,r){void 0===e&&(e=0),void 0===i&&(i=0),void 0===o&&(o=0),void 0===n&&(n=0),void 0===r&&(r=1),this.event=t,this.pageX=e,this.pageY=i,this.clientX=o,this.clientY=n,Xs(this.pageX,this.pageY,ps),this.gameScreenX=this.x=ps.x,this.gameScreenY=this.y=ps.y,this.isNormalized=!du.PointerEvent||du.PointerEvent&&!(t instanceof globalThis.PointerEvent),this.locked=Gs,this.movementX=t.movementX||0,this.movementY=t.movementY||0,"wheel"===t.type?(this.deltaMode=t.deltaMode||0,this.deltaX=t.deltaX||0,this.deltaY=t.deltaY||0,this.deltaZ=t.deltaZ||0):(this.deltaMode=0,this.deltaX=0,this.deltaY=0,this.deltaZ=0),this.pointerId=r,this.isPrimary=void 0===t.isPrimary||t.isPrimary,this.button=t.button||0,this.type=t.type,void 0!==Ra&&Ra.localToWorld(this.gameScreenX,this.gameScreenY,ps),this.gameWorldX=ps.x,this.gameWorldY=ps.y,!1===this.isNormalized?(this.width=t.width||1,this.height=t.height||1):"number"==typeof t.radiusX?(this.width=2*t.radiusX||1,this.height=2*t.radiusY||1):this.width=this.height=1},e}(ls),fs=[],ys=new Map,gs=!1,vs=0,ms=[],_s=["wheel"],xs=["pointermove","mousemove","touchmove"],bs=["pointerdown","mousedown","touchstart"],ws=["pointerup","mouseup","touchend"],Ts=["pointercancel","mousecancel","touchcancel"],As=["pointerenter","mouseenter","touchenter"],Ss=["pointerover","mouseover","touchover"],Es=["pointerleave","mouseleave","touchleave"],Cs=[_s[0],xs[0],bs[0],ws[0],Ts[0],As[0],Ss[0],Es[0]],Ms=[_s[0],xs[1],bs[1],ws[1],Ts[1],As[1],Ss[1],Es[1]],Ps=[xs[2],bs[2],ws[2],Ts[2],As[2],Ss[2],Es[2]],Os={wheel:_s,pointermove:xs,pointerdown:bs,pointerup:ws,pointercancel:Ts,pointerenter:As,pointerover:Ss,pointerleave:Es},ks=[];function Is(){if(!gs){cs=new Kr(0,0,1,1);for(var t=0;t<du.maxTouchPoints;t++)fs.push(new ds);var e;null===Ns&&(Ns=Ou.getScreenCanvas()),ms=du.PointerEvent?Cs:Ms,du.touch&&!du.PointerEvent&&(ms=ms.concat(Ps)),function(t,e){for(var i=0;i<t.length;i++)-1===xs.indexOf(t[i])&&Ns.addEventListener(t[i],e,{passive:!1===aa})}(ms,Vs),void 0===js&&(js=~~(1e3/ju.maxfps)),!0===du.autoFocus&&(du.focus(),Ns.addEventListener(ms[2],(function(){du.focus()}),{passive:!1===aa}));var i=Bs(ms,xs);if(js<17)for(e=0;e<i.length;e++)-1!==ms.indexOf(i[e])&&Ns.addEventListener(i[e],Fs,{passive:!0});else for(e=0;e<i.length;e++)-1!==ms.indexOf(i[e])&&Ns.addEventListener(i[e],dn(Fs,js,!1),{passive:!0});Hs(Ns),du.hasPointerLockSupport&&document.addEventListener("pointerlockchange",(function(){Gs=document.pointerLockElement===Iu(),dr(ir,Gs)}),!0),gs=!0}}function Rs(t,e){for(var i=0;i<e.length;i++){if(-1!==t.indexOf(e[i]))return e[i]}}function Bs(t,e){for(var i=[],o=0;o<e.length;o++){-1!==t.indexOf(e[o])&&i.push(e[o])}return i}function Ds(t,e,i,o){var n;if(t.callbacks[e]){t.pointerId=o;for(var r=t.callbacks[e].length-1;r>=0&&(n=t.callbacks[e][r]);r--)if(!1===n(i))return!0}return!1}function Ls(t){for(var e=!1;t.length>0;){var i=t.pop();if(fs.push(i),!0===i.isNormalized&&void 0!==i.event.timeStamp){if(i.event.timeStamp<vs)continue;vs=i.event.timeStamp}cs.setShape(i.gameWorldX,i.gameWorldY,i.width,i.height),xs.includes(i.type)&&(i.gameX=i.gameLocalX=i.gameScreenX,i.gameY=i.gameLocalY=i.gameScreenY,dr(er,i));for(var o,n=Ba.broadphase.retrieve(cs,Ma.prototype._sortReverseZ),r=(n=n.concat([Ra])).length;o=n[--r];){if(ys.has(o)&&!0!==o.isKinematic){var s,a=ys.get(o),h=a.region,l=h.ancestor,u=h.getBounds();if(!0===h.isFloating?(i.gameX=i.gameLocalX=i.gameScreenX,i.gameY=i.gameLocalY=i.gameScreenY):(i.gameX=i.gameLocalX=i.gameWorldX,i.gameY=i.gameLocalY=i.gameWorldY),void 0!==l){var c=l.getBounds();i.gameLocalX=i.gameX-c.x,i.gameLocalY=i.gameY-c.y}var p=i.gameX,d=i.gameY;if(void 0!==h.currentTransform&&!h.currentTransform.isIdentity()){var f=h.currentTransform.applyInverse(gn.pull("Vector2d",p,d));p=f.x,d=f.y,gn.push(f)}switch(s=u.contains(p,d),i.type){case xs[0]:case xs[1]:case xs[2]:case xs[3]:if(a.pointerId!==i.pointerId||s){if(null===a.pointerId&&s&&Ds(a,Rs(ms,As),i,i.pointerId)){e=!0;break}}else if(Ds(a,Rs(ms,Es),i,null)){e=!0;break}if(s&&Ds(a,i.type,i,i.pointerId)){e=!0;break}break;case ws[0]:case ws[1]:case ws[2]:case ws[3]:if(a.pointerId===i.pointerId&&s&&Ds(a,i.type,i,null)){e=!0;break}break;case Ts[0]:case Ts[1]:case Ts[2]:case Ts[3]:if(a.pointerId===i.pointerId&&Ds(a,i.type,i,null)){e=!0;break}break;default:if(s&&Ds(a,i.type,i,i.pointerId)){e=!0;break}}}if(!0===e)break}}return e}function zs(t){var e;if(du.TouchEvent&&t.changedTouches)for(var i=0,o=t.changedTouches.length;i<o;i++){var n=t.changedTouches[i];(e=fs.pop()).setEvent(t,n.pageX,n.pageY,n.clientX,n.clientY,n.identifier),ks.push(e)}else(e=fs.pop()).setEvent(t,t.pageX,t.pageY,t.clientX,t.clientY,t.pointerId),ks.push(e);return!1===t.isPrimary||(ks[0].isPrimary=!0,Object.assign(Us,ks[0])),ks}function Fs(t){Ls(zs(t))}function Vs(t){zs(t);var e=ks[0].button;(Ls(ks)||"wheel"===t.type)&&t.preventDefault();var i=Us.bind[e];i&&as(i,bs.includes(t.type),e+1)}var js,Ns=null,Us=new ds(0,0,1,1),Gs=!1;function Xs(t,e,i){i=i||gn.pull("Vector2d");var o=du.getElementBounds(Ou.getScreenCanvas()),n=du.devicePixelRatio;t-=o.left+(globalThis.pageXOffset||0),e-=o.top+(globalThis.pageYOffset||0);var r=Pu;return 1===r.x&&1===r.y||(t/=r.x,e/=r.y),i.set(t*n,e*n)}function Hs(t,e){t.style["touch-action"]=e||"none"}function Ws(t,e,i){if(Is(),-1===Cs.indexOf(t))throw new Error("invalid event type : "+t);if(void 0===e)throw new Error("registerPointerEvent: region for "+toString(e)+" event is undefined ");var o=Bs(ms,Os[t]);ys.has(e)||ys.set(e,{region:e,callbacks:{},pointerId:null});for(var n=ys.get(e),r=0;r<o.length;r++)t=o[r],n.callbacks[t]?n.callbacks[t].push(i):n.callbacks[t]=[i]}function Ys(t,e,i){if(-1===Cs.indexOf(t))throw new Error("invalid event type : "+t);var o=Bs(ms,Os[t]),n=ys.get(e);if(void 0!==n){for(var r=0;r<o.length;r++)if(t=o[r],n.callbacks[t]){if(void 0!==i)rn(n.callbacks[t],i);else for(;n.callbacks[t].length>0;)n.callbacks[t].pop();0===n.callbacks[t].length&&delete n.callbacks[t]}0===Object.keys(n.callbacks).length&&ys.delete(e)}}function qs(t){if(ys.has(t))for(var e=0;e<Cs.length;e++)Ys(Cs[e],t)}function Zs(){return!!du.hasPointerLockSupport&&(Iu().requestPointerLock(),!0)}function Ks(){return!!du.hasPointerLockSupport&&(document.exitPointerLock(),!0)}var Js=.1;function $s(t,e,i){return t=t>0?i===this.GAMEPAD.BUTTONS.L2?Math.max(0,t-2e4)/111070:(t-1)/131070:(65536+t)/131070+.5}var Qs=/^([0-9a-f]{1,4})-([0-9a-f]{1,4})-/i,ta=/^0+/;function ea(t,e){var i=t.replace(Qs,(function(t,e,i){return"000".slice(e.length-1)+e+"-"+"000".slice(i.length-1)+i+"-"})),o=t.replace(Qs,(function(t,e,i){return e.replace(ta,"")+"-"+i.replace(ta,"")+"-"}));e.analog=e.analog||e.buttons.map((function(){return-1})),e.normalize_fn=e.normalize_fn||function(t){return t},na.set(i,e),na.set(o,e)}var ia,oa={},na=new Map;[["45e-28e-Xbox 360 Wired Controller",{axes:[0,1,3,4],buttons:[11,12,13,14,8,9,-1,-1,5,4,6,7,0,1,2,3,10],analog:[-1,-1,-1,-1,-1,-1,2,5,-1,-1,-1,-1,-1,-1,-1,-1,-1],normalize_fn:function(t,e,i){return i===this.GAMEPAD.BUTTONS.L2||i===this.GAMEPAD.BUTTONS.R2?(t+1)/2:t}}],["54c-268-PLAYSTATION(R)3 Controller",{axes:[0,1,2,3],buttons:[14,13,15,12,10,11,8,9,0,3,1,2,4,6,7,5,16]}],["54c-5c4-Wireless Controller",{axes:[0,1,2,3],buttons:[1,0,2,3,4,5,6,7,8,9,10,11,14,15,16,17,12,13]}],["2836-1-OUYA Game Controller",{axes:[0,3,7,9],buttons:[3,6,4,5,7,8,15,16,-1,-1,9,10,11,12,13,14,-1],analog:[-1,-1,-1,-1,-1,-1,5,11,-1,-1,-1,-1,-1,-1,-1,-1,-1],normalize_fn:$s}],["OUYA Game Controller (Vendor: 2836 Product: 0001)",{axes:[0,1,3,4],buttons:[0,3,1,2,4,5,12,13,-1,-1,6,7,8,9,10,11,-1],analog:[-1,-1,-1,-1,-1,-1,2,5,-1,-1,-1,-1,-1,-1,-1,-1,-1],normalize_fn:$s}]].forEach((function(t){ea(t[0],t[1])}));var ra=function(){var t=navigator.getGamepads();Object.keys(oa).forEach((function(e){var i=t[e];if(i){var o=null;"standard"!==i.mapping&&(o=na.get(i.id));var n=oa[e];Object.keys(n.buttons).forEach((function(t){var r=n.buttons[t],s=t,a=-1;if(!(o&&(s=o.buttons[t],a=o.analog[t],s<0&&a<0))){var h=i.buttons[s]||{};if(o&&a>=0){var l=o.normalize_fn(i.axes[a],-1,+t);h={value:l,pressed:h.pressed||Math.abs(l)>=Js}}dr(tr,e,"buttons",+t,h),!r.pressed&&h.pressed?as(r.keyCode,!0,s+256):r.pressed&&!h.pressed&&as(r.keyCode,!1,s+256),r.value=h.value,r.pressed=h.pressed}})),Object.keys(n.axes).forEach((function(t){var r=n.axes[t],s=t;if(!(o&&(s=o.axes[t])<0)){var a=i.axes[s];if(void 0!==a){o&&(a=o.normalize_fn(a,+t,-1));var h=Math.sign(a)||1;if(0!==r[h].keyCode){var l=Math.abs(a)>=Js+Math.abs(r[h].threshold);dr(tr,e,"axes",+t,a),!r[h].pressed&&l?(r[-h].pressed&&(as(r[-h].keyCode,!1,s+256),r[-h].value=0,r[-h].pressed=!1),as(r[h].keyCode,!0,s+256)):!r[h].pressed&&!r[-h].pressed||l||as(r[h=r[h].pressed?h:-h].keyCode,!1,s+256),r[h].value=a,r[h].pressed=l}}}}))}}))};globalThis.navigator&&"function"==typeof globalThis.navigator.getGamepads&&(globalThis.addEventListener("gamepadconnected",(function(t){dr($n,t.gamepad)}),!1),globalThis.addEventListener("gamepaddisconnected",(function(t){dr(Qn,t.gamepad)}),!1));var sa=ea,aa=!0,ha=Object.freeze({__proto__:null,preventDefault:aa,get pointerEventTarget(){return Ns},pointer:Us,get locked(){return Gs},get throttlingInterval(){return js},globalToLocal:Xs,setTouchAction:Hs,bindPointer:function(){var t=arguments.length<2?Us.LEFT:arguments[0],e=arguments.length<2?arguments[0]:arguments[1];if(Is(),!hs(e))throw new Error("no action defined for keycode "+e);Us.bind[t]=e},unbindPointer:function(t){Us.bind[void 0===t?Us.LEFT:t]=null},registerPointerEvent:Ws,releasePointerEvent:Ys,releaseAllPointerEvents:qs,requestPointerLock:Zs,exitPointerLock:Ks,get keyBoardEventTarget(){return rs},KEY:{BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,PAUSE:19,CAPS_LOCK:20,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,PRINT_SCREEN:42,INSERT:45,DELETE:46,NUM0:48,NUM1:49,NUM2:50,NUM3:51,NUM4:52,NUM5:53,NUM6:54,NUM7:55,NUM8:56,NUM9:57,A:65,B:66,C:67,D:68,E:69,F:70,G:71,H:72,I:73,J:74,K:75,L:76,M:77,N:78,O:79,P:80,Q:81,R:82,S:83,T:84,U:85,V:86,W:87,X:88,Y:89,Z:90,WINDOW_KEY:91,NUMPAD0:96,NUMPAD1:97,NUMPAD2:98,NUMPAD3:99,NUMPAD4:100,NUMPAD5:101,NUMPAD6:102,NUMPAD7:103,NUMPAD8:104,NUMPAD9:105,MULTIPLY:106,ADD:107,SUBSTRACT:109,DECIMAL:110,DIVIDE:111,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,TILDE:126,NUM_LOCK:144,SCROLL_LOCK:145,SEMICOLON:186,PLUS:187,COMMA:188,MINUS:189,PERIOD:190,FORWAND_SLASH:191,GRAVE_ACCENT:192,OPEN_BRACKET:219,BACK_SLASH:220,CLOSE_BRACKET:221,SINGLE_QUOTE:222},initKeyboardEvent:ss,isKeyPressed:function(t){return!(!Jr[t]||Qr[t])&&($r[t]&&(Qr[t]=!0),!0)},keyStatus:function(t){return Jr[t]>0},triggerKeyEvent:as,bindKey:function(t,e,i,o){void 0===o&&(o=aa),is[t]=e,es[t]=o,Jr[e]=0,$r[e]=i||!1,Qr[e]=!1,ts[e]={}},getBindingKey:hs,unlockKey:function(t){Qr[t]=!1},unbindKey:function(t){var e=is[t];Jr[e]=0,$r[e]=!1,ts[e]={},is[t]=null,es[t]=null},GAMEPAD:{AXES:{LX:0,LY:1,RX:2,RY:3,EXTRA_1:4,EXTRA_2:5,EXTRA_3:6,EXTRA_4:7},BUTTONS:{FACE_1:0,FACE_2:1,FACE_3:2,FACE_4:3,L1:4,R1:5,L2:6,R2:7,SELECT:8,BACK:8,START:9,FORWARD:9,L3:10,R3:11,UP:12,DOWN:13,LEFT:14,RIGHT:15,HOME:16,EXTRA_1:17,EXTRA_2:18,EXTRA_3:19,EXTRA_4:20}},bindGamepad:function(t,e,i){if(!hs(i))throw new Error("no action defined for keycode "+i);void 0===ia&&"function"==typeof navigator.getGamepads&&(ia=fr(Un,ra)),oa[t]||(oa[t]={axes:{},buttons:{}});var o={keyCode:i,value:0,pressed:!1,threshold:e.threshold},n=oa[t][e.type];if("buttons"===e.type)n[e.code]=o;else if("axes"===e.type){var r=Math.sign(e.threshold)||1;n[e.code]||(n[e.code]={});var s=n[e.code];s[r]=o,s[-r]||(s[-r]={keyCode:0,value:0,pressed:!1,threshold:-r})}},unbindGamepad:function(t,e){if(!oa[t])throw new Error("no bindings for gamepad "+t);oa[t].buttons[e]={}},setGamepadDeadzone:function(t){Js=t},setGamepadMapping:sa}),la=function(t){function e(e,i,o,n){t.call(this,e,i,o,n),this.isRenderable=!0,this.isKinematic=!0,this.body=void 0,void 0===this.currentTransform&&(this.currentTransform=gn.pull("Matrix2d")),this.currentTransform.identity(),this.GUID=void 0,this.onVisibilityChange=void 0,this.alwaysUpdate=!1,this.updateWhenPaused=!1,this.isPersistent=!1,this.floating=!1,this.anchorPoint instanceof _r?this.anchorPoint.setMuted(.5,.5).setCallback(this.onAnchorUpdate,this):this.anchorPoint=gn.pull("ObservableVector2d",.5,.5,{onUpdate:this.onAnchorUpdate,scope:this}),this.autoTransform=!0,this.alpha=1,this.ancestor=void 0,this.mask=void 0,this.tint=gn.pull("Color",255,255,255,1),this.blendMode="normal",this.name="",this.pos instanceof br?this.pos.setMuted(e,i,0).setCallback(this.updateBoundsPos,this):this.pos=gn.pull("ObservableVector3d",e,i,0,{onUpdate:this.updateBoundsPos,scope:this}),this.isDirty=!1,this._flip={x:!1,y:!1},this._inViewport=!1,this.setOpacity(1)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var i={isFloating:{configurable:!0},inViewport:{configurable:!0},isFlippedX:{configurable:!0},isFlippedY:{configurable:!0}};return i.isFloating.get=function(){return!0===this.floating||void 0!==this.ancestor&&!0===this.ancestor.floating},i.inViewport.get=function(){return this._inViewport},i.inViewport.set=function(t){this._inViewport!==t&&(this._inViewport=t,"function"==typeof this.onVisibilityChange&&this.onVisibilityChange.call(this,t))},i.isFlippedX.get=function(){return!0===this._flip.x},i.isFlippedY.get=function(){return!0===this._flip.y},e.prototype.getBounds=function(){return void 0===this._bounds&&(t.prototype.getBounds.call(this),this.isFinite()?this._bounds.setMinMax(this.pos.x,this.pos.y,this.pos.x+this.width,this.pos.y+this.height):this._bounds.setMinMax(this.pos.x,this.pos.y,this.width,this.height)),this._bounds},e.prototype.getOpacity=function(){return this.alpha},e.prototype.setOpacity=function(t){"number"==typeof t&&(this.alpha=$o(t,0,1),isNaN(this.alpha)&&(this.alpha=1),this.isDirty=!0)},e.prototype.flipX=function(t){return void 0===t&&(t=!0),this._flip.x=!!t,this.isDirty=!0,this},e.prototype.flipY=function(t){return void 0===t&&(t=!0),this._flip.y=!!t,this.isDirty=!0,this},e.prototype.transform=function(t){return this.currentTransform.multiply(t),this.updateBoundsPos(this.pos.x,this.pos.y),this.isDirty=!0,this},e.prototype.angleTo=function(t){var i,o,n=this.getBounds();if(t instanceof e){var r=t.getBounds();i=r.centerX-n.centerX,o=r.centerY-n.centerY}else i=t.x-n.centerX,o=t.y-n.centerY;return Math.atan2(o,i)},e.prototype.distanceTo=function(t){var i,o,n=this.getBounds();if(t instanceof e){var r=t.getBounds();i=n.centerX-r.centerX,o=n.centerY-r.centerY}else i=n.centerX-t.x,o=n.centerY-t.y;return Math.sqrt(i*i+o*o)},e.prototype.lookAt=function(t){var i;i=t instanceof e?t.pos:t;var o=this.angleTo(i);return this.rotate(o),this},e.prototype.rotate=function(t,e){return isNaN(t)||(this.currentTransform.rotate(t,e),this.isDirty=!0),this},e.prototype.scale=function(e,i){return this.currentTransform.scale(e,i),t.prototype.scale.call(this,e,i),this.isDirty=!0,this},e.prototype.scaleV=function(t){return this.scale(t.x,t.y),this},e.prototype.update=function(t){return this.isDirty},e.prototype.updateBounds=function(){return t.prototype.updateBounds.call(this),this.updateBoundsPos(this.pos.x,this.pos.y),this.getBounds()},e.prototype.updateBoundsPos=function(t,e){var i=this.getBounds();i.shift(t,e),void 0!==this.anchorPoint&&i.isFinite()&&i.translate(-this.anchorPoint.x*i.width,-this.anchorPoint.y*i.height),this.ancestor instanceof Ma&&!0!==this.floating&&i.translate(this.ancestor.getAbsolutePosition()),this.isDirty=!0},e.prototype.getAbsolutePosition=function(){return void 0===this._absPos&&(this._absPos=gn.pull("Vector2d")),this._absPos.set(this.pos.x,this.pos.y),this.ancestor instanceof Ma&&!0!==this.floating&&this._absPos.add(this.ancestor.getAbsolutePosition()),this._absPos},e.prototype.onAnchorUpdate=function(t,e){this.anchorPoint.setMuted(t,e),this.updateBoundsPos(this.pos.x,this.pos.y)},e.prototype.preDraw=function(t){var e=this.getBounds(),i=e.width*this.anchorPoint.x,o=e.height*this.anchorPoint.y;if(t.save(),t.setGlobalAlpha(t.globalAlpha()*this.getOpacity()),this._flip.x||this._flip.y){var n=this._flip.x?this.centerX-i:0,r=this._flip.y?this.centerY-o:0;t.translate(n,r),t.scale(this._flip.x?-1:1,this._flip.y?-1:1),t.translate(-n,-r)}void 0!==this.mask&&(t.translate(this.pos.x,this.pos.y),t.setMask(this.mask),t.translate(-this.pos.x,-this.pos.y)),!0!==this.autoTransform||this.currentTransform.isIdentity()||(t.translate(this.pos.x,this.pos.y),t.transform(this.currentTransform),t.translate(-this.pos.x,-this.pos.y)),t.translate(-i,-o),t.setTint(this.tint,this.getOpacity()),this.blendMode!==t.getBlendMode()&&t.setBlendMode(this.blendMode)},e.prototype.draw=function(t,e){},e.prototype.postDraw=function(t){t.clearTint(),void 0!==this.mask&&t.clearMask(),t.restore(),this.isDirty=!1},e.prototype.onCollision=function(t,e){return!1},e.prototype.destroy=function(){gn.push(this.currentTransform),this.currentTransform=void 0,gn.push(this.anchorPoint),this.anchorPoint=void 0,gn.push(this.pos),this.pos=void 0,void 0!==this._absPos&&(gn.push(this._absPos),this._absPos=void 0),gn.push(this._bounds),this._bounds=void 0,this.onVisibilityChange=void 0,void 0!==this.mask&&(gn.push(this.mask),this.mask=void 0),void 0!==this.tint&&(gn.push(this.tint),this.tint=void 0),this.ancestor=void 0,void 0!==this.body&&(this.body.destroy.apply(this.body,arguments),this.body=void 0),qs(this),this.onDestroyEvent.apply(this,arguments)},e.prototype.onDestroyEvent=function(){},Object.defineProperties(e.prototype,i),e}(Kr),ua=function(t,e,i,o){this.pos=gn.pull("Vector2d"),this._bounds=void 0,this.radius=NaN,this.radiusV=gn.pull("Vector2d"),this.radiusSq=gn.pull("Vector2d"),this.ratio=gn.pull("Vector2d"),this.shapeType="Ellipse",this.setShape(t,e,i,o)};ua.prototype.onResetEvent=function(t,e,i,o){this.setShape(t,e,i,o)},ua.prototype.setShape=function(t,e,i,o){var n=i/2,r=o/2;this.pos.set(t,e),this.radius=Math.max(n,r),this.ratio.set(n/this.radius,r/this.radius),this.radiusV.set(this.radius,this.radius).scaleV(this.ratio);var s=this.radius*this.radius;return this.radiusSq.set(s,s).scaleV(this.ratio),this.getBounds().setMinMax(t,e,t+i,t+o),this.getBounds().translate(-this.radiusV.x,-this.radiusV.y),this},ua.prototype.rotate=function(t,e){return this.pos.rotate(t,e),this.getBounds().shift(this.pos),this.getBounds().translate(-this.radiusV.x,-this.radiusV.y),this},ua.prototype.scale=function(t,e){return e=void 0!==e?e:t,this.setShape(this.pos.x,this.pos.y,2*this.radiusV.x*t,2*this.radiusV.y*e)},ua.prototype.scaleV=function(t){return this.scale(t.x,t.y)},ua.prototype.transform=function(t){return this},ua.prototype.translate=function(){var t,e;return 2===arguments.length?(t=arguments[0],e=arguments[1]):(t=arguments[0].x,e=arguments[0].y),this.pos.x+=t,this.pos.y+=e,this.getBounds().translate(t,e),this},ua.prototype.contains=function(){var t,e;return 2===arguments.length?(t=arguments[0],e=arguments[1]):(t=arguments[0].x,e=arguments[0].y),t-=this.pos.x,e-=this.pos.y,t*t/this.radiusSq.x+e*e/this.radiusSq.y<=1},ua.prototype.getBounds=function(){return void 0===this._bounds&&(this._bounds=gn.pull("Bounds")),this._bounds},ua.prototype.clone=function(){return new ua(this.pos.x,this.pos.y,2*this.radiusV.x,2*this.radiusV.y)};for(var ca=[],pa=0;pa<10;pa++)ca.push(new vn);for(var da=[],fa=0;fa<5;fa++)da.push([]);function ya(t,e,i){for(var o=Number.MAX_VALUE,n=-Number.MAX_VALUE,r=t.length,s=0;s<r;s++){var a=t[s].dot(e);a<o&&(o=a),a>n&&(n=a)}i[0]=o,i[1]=n}function ga(t,e,i,o,n,r){var s=da.pop(),a=da.pop(),h=ca.pop().copy(e).sub(t),l=h.dot(n);if(ya(i,n,s),ya(o,n,a),a[0]+=l,a[1]+=l,s[0]>a[1]||a[0]>s[1])return ca.push(h),da.push(s),da.push(a),!0;if(r){var u=0;if(s[0]<a[0])if(r.aInB=!1,s[1]<a[1])u=s[1]-a[0],r.bInA=!1;else{var c=s[1]-a[0],p=a[1]-s[0];u=c<p?c:-p}else if(r.bInA=!1,s[1]>a[1])u=s[0]-a[1],r.aInB=!1;else{var d=s[1]-a[0],f=a[1]-s[0];u=d<f?d:-f}var y=Math.abs(u);y<r.overlap&&(r.overlap=y,r.overlapN.copy(n),u<0&&r.overlapN.negateSelf())}return ca.push(h),da.push(s),da.push(a),!1}function va(t,e){var i=t.length2(),o=e.dot(t);return o<0?-1:o>i?1:0}function ma(t,e,i,o,n){for(var r=ca.pop().copy(i.pos).add(i.ancestor.getAbsolutePosition()).add(o.pos).sub(t.pos).add(t.ancestor.getAbsolutePosition()).sub(e.pos),s=o.radius,a=s*s,h=e.points,l=e.edges,u=l.length,c=ca.pop(),p=ca.pop(),d=ca.pop(),f=0,y=0;y<u;y++){var g=y===u-1?0:y+1,v=0===y?u-1:y-1,m=0,_=null;c.copy(l[y]),d.copy(r).sub(h[y]),n&&d.length2()>a&&(n.aInB=!1);var x=va(c,d),b=!0;if(-1===x){var w=null;if(u>1&&(c.copy(l[v]),1!==(x=va(c,w=ca.pop().copy(r).sub(h[v])))&&(b=!1)),b){if((f=d.length())>s)return ca.push(r),ca.push(c),ca.push(p),ca.push(d),w&&ca.push(w),!1;n&&(n.bInA=!1,_=d.normalize(),m=s-f)}w&&ca.push(w)}else if(1===x){if(u>1&&(c.copy(l[g]),d.copy(r).sub(h[g]),-1!==(x=va(c,d))&&(b=!1)),b){if((f=d.length())>s)return ca.push(r),ca.push(c),ca.push(p),ca.push(d),!1;n&&(n.bInA=!1,_=d.normalize(),m=s-f)}}else{p.copy(e.normals[y]),f=d.dot(p);var T=Math.abs(f);if((1===u||f>0)&&T>s)return ca.push(r),ca.push(c),ca.push(p),ca.push(d),!1;n&&(_=p,m=s-f,(f>=0||m<2*s)&&(n.bInA=!1))}_&&n&&Math.abs(m)<Math.abs(n.overlap)&&(n.overlap=m,n.overlapN.copy(_))}return n&&(n.a=t,n.b=i,n.overlapV.copy(n.overlapN).scale(n.overlap)),ca.push(r),ca.push(c),ca.push(p),ca.push(d),!0}var _a=Object.freeze({__proto__:null,testPolygonPolygon:function(t,e,i,o,n){var r,s=e.points,a=e.normals,h=a.length,l=o.points,u=o.normals,c=u.length,p=ca.pop().copy(t.pos).add(t.ancestor.getAbsolutePosition()).add(e.pos),d=ca.pop().copy(i.pos).add(i.ancestor.getAbsolutePosition()).add(o.pos);for(r=0;r<h;r++)if(ga(p,d,s,l,a[r],n))return ca.push(p),ca.push(d),!1;for(r=0;r<c;r++)if(ga(p,d,s,l,u[r],n))return ca.push(p),ca.push(d),!1;return n&&(n.a=t,n.b=i,n.overlapV.copy(n.overlapN).scale(n.overlap)),ca.push(p),ca.push(d),!0},testEllipseEllipse:function(t,e,i,o,n){var r=ca.pop().copy(i.pos).add(i.ancestor.getAbsolutePosition()).add(o.pos).sub(t.pos).add(t.ancestor.getAbsolutePosition()).sub(e.pos),s=e.radius,a=o.radius,h=s+a,l=h*h,u=r.length2();if(u>l)return ca.push(r),!1;if(n){var c=Math.sqrt(u);n.a=t,n.b=i,n.overlap=h-c,n.overlapN.copy(r.normalize()),n.overlapV.copy(r).scale(n.overlap),n.aInB=s<=a&&c<=a-s,n.bInA=a<=s&&c<=s-a}return ca.push(r),!0},testPolygonEllipse:ma,testEllipsePolygon:function(t,e,i,o,n){var r=ma(i,o,t,e,n);if(r&&n){var s=n.a,a=n.aInB;n.overlapN.negateSelf(),n.overlapV.negateSelf(),n.a=n.b,n.b=s,n.aInB=n.bInA,n.bInA=a}return r}}),xa=function(){this.a=null,this.b=null,this.overlapN=new vn,this.overlapV=new vn,this.aInB=!0,this.bInA=!0,this.indexShapeA=-1,this.indexShapeB=-1,this.overlap=Number.MAX_VALUE};xa.prototype.clear=function(){return this.aInB=!0,this.bInA=!0,this.overlap=Number.MAX_VALUE,this.indexShapeA=-1,this.indexShapeB=-1,this};var ba={pos:new vn(0,0),ancestor:{_absPos:new vn(0,0),getAbsolutePosition:function(){return this._absPos}}},wa=new xa;function Ta(t,e){return!0!==t.isKinematic&&!0!==e.isKinematic&&"object"==typeof t.body&&"object"==typeof e.body&&!(!0===t.body.isStatic&&!0===e.body.isStatic)&&0!=(t.body.collisionMask&e.body.collisionType)&&0!=(t.body.collisionType&e.body.collisionMask)}var Aa={maxChildren:8,maxDepth:4,types:{NO_OBJECT:0,PLAYER_OBJECT:1,NPC_OBJECT:2,ENEMY_OBJECT:4,COLLECTABLE_OBJECT:8,ACTION_OBJECT:16,PROJECTILE_OBJECT:32,WORLD_SHAPE:64,USER:128,ALL_OBJECT:4294967295},rayCast:function(t,e){return function(t,e){void 0===e&&(e=[]);for(var i,o=0,n=Ba.broadphase.retrieve(t),r=n.length;i=n[--r];)if(i.body&&t.getBounds().overlaps(i.getBounds())){var s=i.body.shapes.length;if(0===i.body.shapes.length)continue;var a=t,h=0;do{var l=i.body.getShape(h);_a["test"+a.shapeType+l.shapeType].call(this,ba,a,i,l)&&(e[o]=i,o++),h++}while(h<s)}return e.length=o,e}(t,e)}},Sa=function(t,e,i){if(this.ancestor=t,void 0===this.bounds&&(this.bounds=gn.pull("Bounds")),void 0===this.shapes&&(this.shapes=[]),this.collisionMask=Aa.types.ALL_OBJECT,this.collisionType=Aa.types.ENEMY_OBJECT,void 0===this.vel&&(this.vel=gn.pull("Vector2d")),this.vel.set(0,0),void 0===this.force&&(this.force=gn.pull("Vector2d")),this.force.set(0,0),void 0===this.friction&&(this.friction=gn.pull("Vector2d")),this.friction.set(0,0),this.bounce=0,this.mass=1,void 0===this.maxVel&&(this.maxVel=gn.pull("Vector2d")),this.maxVel.set(490,490),this.isStatic=!1,this.gravityScale=1,this.ignoreGravity=!1,this.falling=!1,this.jumping=!1,"function"==typeof i&&(this.onBodyUpdate=i),this.bounds.clear(),void 0!==e)if(Array.isArray(e))for(var o=0;o<e.length;o++)this.addShape(e[o]);else this.addShape(e);this.ancestor.isKinematic=!1};Sa.prototype.setStatic=function(t){void 0===t&&(t=!0),this.isStatic=!0===t},Sa.prototype.addShape=function(t){if(t instanceof Kr||t instanceof ls){var e=t.toPolygon();this.shapes.push(e),this.bounds.add(e.points),this.bounds.translate(e.pos)}else t instanceof ua?(this.shapes.includes(t)||this.shapes.push(t),this.bounds.addBounds(t.getBounds()),this.bounds.translate(t.getBounds().x,t.getBounds().y)):t instanceof Zr?(this.shapes.includes(t)||this.shapes.push(t),this.bounds.add(t.points),this.bounds.translate(t.pos)):this.fromJSON(t);return"function"==typeof this.onBodyUpdate&&this.onBodyUpdate(this),this.shapes.length},Sa.prototype.setVertices=function(t,e,i){void 0===e&&(e=0),void 0===i&&(i=!0);var o=this.getShape(e);o instanceof Zr?o.setShape(0,0,t):this.shapes[e]=gn.pull("Polygon",0,0,t),this.bounds.add(this.shapes[e].points,i),"function"==typeof this.onBodyUpdate&&this.onBodyUpdate(this)},Sa.prototype.addVertices=function(t,e){void 0===e&&(e=0),this.setVertices(t,e,!1)},Sa.prototype.fromJSON=function(t,e){var i=t;if(void 0!==e&&(i=t[e]),void 0===i)throw new Error("Identifier ("+e+") undefined for the given JSON object)");if(i.length){for(var o=0;o<i.length;o++)this.addVertices(i[o].shape,o);this.mass=i[0].density||0,this.friction.set(i[0].friction||0,i[0].friction||0),this.bounce=i[0].bounce||0}return i.length},Sa.prototype.getShape=function(t){return this.shapes[t||0]},Sa.prototype.getBounds=function(){return this.bounds},Sa.prototype.removeShape=function(t){this.bounds.clear(),rn(this.shapes,t);for(var e=0;e<this.shapes.length;e++)this.addShape(this.shapes[e]);return this.shapes.length},Sa.prototype.removeShapeAt=function(t){return this.removeShape(this.getShape(t))},Sa.prototype.setCollisionMask=function(t){void 0===t&&(t=Aa.types.ALL_OBJECT),this.collisionMask=t},Sa.prototype.setCollisionType=function(t){if(void 0!==t){if(void 0===Aa.types[t])throw new Error("Invalid value for the collisionType property");this.collisionType=Aa.types[t]}},Sa.prototype.respondToCollision=function(t){var e=t.overlapV;if(this.ancestor.pos.sub(e),0!==e.x&&(this.vel.x=~~(.5+this.vel.x-e.x)||0,this.bounce>0&&(this.vel.x*=-this.bounce)),0!==e.y){this.vel.y=~~(.5+this.vel.y-e.y)||0,this.bounce>0&&(this.vel.y*=-this.bounce);var i=Math.sign(Ba.gravity.y*this.gravityScale)||1;this.falling=e.y>=i,this.jumping=e.y<=-i}},Sa.prototype.forEach=function(t,e){var i=this,o=0,n=this.shapes,r=n.length;if("function"!=typeof t)throw new Error(t+" is not a function");for(arguments.length>1&&(i=e);o<r;)t.call(i,n[o],o,n),o++},Sa.prototype.contains=function(){var t,e;if(2===arguments.length?(t=arguments[0],e=arguments[1]):(t=arguments[0].x,e=arguments[0].y),this.getBounds().contains(t,e))for(var i,o=this.shapes.length;o--,i=this.shapes[o];)if(i.contains(t,e))return!0;return!1},Sa.prototype.rotate=function(t,e){var i=this;return void 0===e&&(e=this.getBounds().center),this.bounds.clear(),this.forEach((function(o){o.rotate(t,e),i.bounds.addBounds(o.getBounds()),o instanceof ua?i.bounds.translate(o.getBounds().x,o.getBounds().y):i.bounds.translate(o.pos)})),this},Sa.prototype.setMaxVelocity=function(t,e){this.maxVel.x=t,this.maxVel.y=e},Sa.prototype.setFriction=function(t,e){void 0===t&&(t=0),void 0===e&&(e=0),this.friction.x=t,this.friction.y=e},Sa.prototype.computeVelocity=function(){var t=ju.tick;if(!this.ignoreGravity){var e=Ba.gravity;this.vel.x+=e.x*this.gravityScale*t,this.vel.y+=e.y*this.gravityScale*t,this.falling=this.vel.y*Math.sign(e.y*this.gravityScale)>0,this.jumping=!this.falling&&this.jumping}if(0!==this.force.x&&(this.vel.x+=this.force.x*t),0!==this.force.y&&(this.vel.y+=this.force.y*t),this.friction.x>0){var i=this.friction.x*t,o=this.vel.x+i,n=this.vel.x-i;this.vel.x=o<0?o:n>0?n:0}if(this.friction.y>0){var r=this.friction.y*t,s=this.vel.y+r,a=this.vel.y-r;this.vel.y=s<0?s:a>0?a:0}0!==this.vel.y&&(this.vel.y=$o(this.vel.y,-this.maxVel.y,this.maxVel.y)),0!==this.vel.x&&(this.vel.x=$o(this.vel.x,-this.maxVel.x,this.maxVel.x))},Sa.prototype.update=function(t){return this.computeVelocity(t),this.ancestor.pos.add(this.vel),0!==this.vel.x||0!==this.vel.y},Sa.prototype.destroy=function(){gn.push(this.bounds),gn.push(this.vel),gn.push(this.force),gn.push(this.friction),gn.push(this.maxVel),this.shapes.forEach((function(t){gn.push(t,!1)})),this.onBodyUpdate=void 0,this.ancestor=void 0,this.bounds=void 0,this.vel=void 0,this.force=void 0,this.friction=void 0,this.maxVel=void 0,this.shapes.length=0,this.setStatic(!1)};var Ea=function(t,e){this.removeChildNow(t,e)},Ca=0,Ma=function(t){function e(e,i,o,n,r){void 0===e&&(e=0),void 0===i&&(i=0),void 0===o&&(o=Ra.width),void 0===n&&(n=Ra.height),void 0===r&&(r=!1),t.call(this,e,i,o,n),this.pendingSort=null,this.root=r,this.children=void 0,this.sortOn=Ya,this.autoSort=!0,this.autoDepth=!0,this.clipping=!1,this.onChildChange=function(t){},this.enableChildBoundsUpdate=!1,this.backgroundColor=gn.pull("Color",0,0,0,0),this.drawCount=0,this.autoTransform=!0,this.isKinematic=!1,this.anchorPoint.set(0,0),!0===this.root&&fr(sr,this.updateBounds.bind(this,!0))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reset=function(){this.pendingSort&&(clearTimeout(this.pendingSort),this.pendingSort=null);for(var t,e=this.getChildren(),i=e.length;i>=0;t=e[--i])t&&!0!==t.isPersistent&&this.removeChildNow(t);void 0!==this.currentTransform&&this.currentTransform.identity(),this.backgroundColor.setColor(0,0,0,0)},e.prototype.addChild=function(t,i){return t.ancestor instanceof e?t.ancestor.removeChildNow(t):t.isRenderable&&(t.GUID=zu.createGUID(t.id)),t.ancestor=this,this.getChildren().push(t),void 0!==t.pos&&("number"==typeof i?t.pos.z=i:!0===this.autoDepth&&(t.pos.z=this.getChildren().length)),!0===this.autoSort&&this.sort(),"function"==typeof t.onActivateEvent&&this.isAttachedToRoot()&&t.onActivateEvent(),!0===this.isAttachedToRoot()&&$a(),this.enableChildBoundsUpdate&&this.updateBounds(!0),t.body instanceof Sa&&Ba.addBody(t.body),this.onChildChange.call(this,this.getChildren().length-1),t},e.prototype.addChildAt=function(t,i){if(i>=0&&i<this.getChildren().length)return t.ancestor instanceof e?t.ancestor.removeChildNow(t):t.isRenderable&&(t.GUID=zu.createGUID()),t.ancestor=this,this.getChildren().splice(i,0,t),"function"==typeof t.onActivateEvent&&this.isAttachedToRoot()&&t.onActivateEvent(),!0===this.isAttachedToRoot()&&$a(),this.enableChildBoundsUpdate&&this.updateBounds(!0),t.body instanceof Sa&&Ba.addBody(t.body),this.onChildChange.call(this,i),t;throw new Error("Index ("+i+") Out Of Bounds for addChildAt()")},e.prototype.forEach=function(t,e){var i=this,o=0,n=this.getChildren(),r=n.length;if("function"!=typeof t)throw new Error(t+" is not a function");for(arguments.length>1&&(i=e);o<r;)t.call(i,n[o],o,n),o++},e.prototype.swapChildren=function(t,e){var i=this.getChildIndex(t),o=this.getChildIndex(e);if(-1===i||-1===o)throw new Error(t+" Both the supplied childs must be a child of the caller "+this);var n=t.pos.z;t.pos.z=e.pos.z,e.pos.z=n,this.getChildren()[i]=e,this.getChildren()[o]=t,this.isDirty=!0},e.prototype.getChildAt=function(t){if(t>=0&&t<this.getChildren().length)return this.getChildren()[t];throw new Error("Index ("+t+") Out Of Bounds for getChildAt()")},e.prototype.getChildIndex=function(t){return this.getChildren().indexOf(t)},e.prototype.getNextChild=function(t){var e=this.getChildren().indexOf(t)-1;if(e>=0&&e<this.getChildren().length)return this.getChildAt(e)},e.prototype.hasChild=function(t){return this===t.ancestor},e.prototype.getChildByProp=function(t,i){var o=[];return this.forEach((function(n){!function(t,e){var n=t[e];i instanceof RegExp&&"string"==typeof n?i.test(n)&&o.push(t):n===i&&o.push(t)}(n,t),n instanceof e&&(o=o.concat(n.getChildByProp(t,i)))})),o},e.prototype.getChildByType=function(t){var i=[];return this.forEach((function(o){o instanceof t&&i.push(o),o instanceof e&&(i=i.concat(o.getChildByType(t)))})),i},e.prototype.getChildByName=function(t){return this.getChildByProp("name",t)},e.prototype.getChildByGUID=function(t){var e=this.getChildByProp("GUID",t);return e.length>0?e[0]:null},e.prototype.getChildren=function(){return void 0===this.children&&(this.children=[]),this.children},e.prototype.updateBounds=function(e){void 0===e&&(e=!1),t.prototype.updateBounds.call(this);var i=this.getBounds();return!0!==e&&!0!==this.enableChildBoundsUpdate||this.forEach((function(t){t.isRenderable&&(t.getBounds().isFinite()&&i.addBounds(t.getBounds()))})),i},e.prototype.isAttachedToRoot=function(){if(!0===this.root)return!0;for(var t=this.ancestor;t;){if(!0===t.root)return!0;t=t.ancestor}return!1},e.prototype.updateBoundsPos=function(e,i){var o=this;return t.prototype.updateBoundsPos.call(this,e,i),this.forEach((function(t){t.isRenderable&&t.updateBoundsPos(t.pos.x+e-o.pos.x,t.pos.y+i-o.pos.y)})),this.getBounds()},e.prototype.onActivateEvent=function(){this.forEach((function(t){"function"==typeof t.onActivateEvent&&t.onActivateEvent()}))},e.prototype.removeChild=function(t,e){if(!this.hasChild(t))throw new Error("Child is not mine.");zu.function.defer(Ea,this,t,e)},e.prototype.removeChildNow=function(t,e){if(this.hasChild(t)&&this.getChildIndex(t)>=0){"function"==typeof t.onDeactivateEvent&&t.onDeactivateEvent(),t.body instanceof Sa&&Ba.removeBody(t.body),e||!1===gn.push(t,!1)&&"function"==typeof t.destroy&&t.destroy();var i=this.getChildIndex(t);i>=0&&(this.getChildren().splice(i,1),t.ancestor=void 0),!0===this.isAttachedToRoot()&&$a(),this.enableChildBoundsUpdate&&this.updateBounds(!0),this.onChildChange.call(this,i)}},e.prototype.setChildsProperty=function(t,i,o){this.forEach((function(n){!0===o&&n instanceof e&&n.setChildsProperty(t,i,o),n[t]=i}))},e.prototype.moveUp=function(t){var e=this.getChildIndex(t);e-1>=0&&(this.swapChildren(t,this.getChildAt(e-1)),this.isDirty=!0)},e.prototype.moveDown=function(t){var e=this.getChildIndex(t);e>=0&&e+1<this.getChildren().length&&(this.swapChildren(t,this.getChildAt(e+1)),this.isDirty=!0)},e.prototype.moveToTop=function(t){var e=this.getChildIndex(t);if(e>0){var i=this.getChildren();i.splice(0,0,i.splice(e,1)[0]),t.pos.z=i[1].pos.z+1,this.isDirty=!0}},e.prototype.moveToBottom=function(t){var e=this.getChildIndex(t),i=this.getChildren();e>=0&&e<i.length-1&&(i.splice(i.length-1,0,i.splice(e,1)[0]),t.pos.z=i[i.length-2].pos.z-1,this.isDirty=!0)},e.prototype.sort=function(t){this.pendingSort||(!0===t&&this.forEach((function(i){i instanceof e&&i.sort(t)})),this.pendingSort=zu.function.defer((function(){this.getChildren().sort(this["_sort"+this.sortOn.toUpperCase()]),this.pendingSort=null,$a()}),this))},e.prototype.onDeactivateEvent=function(){this.forEach((function(t){"function"==typeof t.onDeactivateEvent&&t.onDeactivateEvent()}))},e.prototype._sortZ=function(t,e){return e.pos&&t.pos?e.pos.z-t.pos.z:t.pos?-1/0:1/0},e.prototype._sortReverseZ=function(t,e){return t.pos&&e.pos?t.pos.z-e.pos.z:t.pos?1/0:-1/0},e.prototype._sortX=function(t,e){if(!e.pos||!t.pos)return t.pos?-1/0:1/0;var i=e.pos.z-t.pos.z;return i||e.pos.x-t.pos.x},e.prototype._sortY=function(t,e){if(!e.pos||!t.pos)return t.pos?-1/0:1/0;var i=e.pos.z-t.pos.z;return i||e.pos.y-t.pos.y},e.prototype.destroy=function(){this.reset(),t.prototype.destroy.call(this,arguments)},e.prototype.update=function(e){for(var i,o=!1,n=Ah.isPaused(),r=this.getChildren(),s=r.length;s--,i=r[s];)n&&!i.updateWhenPaused||(i.isRenderable?((o=Ca>0||i.floating)&&Ca++,i.inViewport=!1,Ah.current().cameras.forEach((function(t){t.isVisible(i,o)&&(i.inViewport=!0)})),this.isDirty|=(i.inViewport||i.alwaysUpdate)&&i.update(e),Ca>0&&Ca--):this.isDirty|=i.update(e));return t.prototype.update.call(this,e)},e.prototype.draw=function(t,e){var i=!1,o=this.getBounds();this.drawCount=0,!1===this.root&&!0===this.clipping&&!0===o.isFinite()&&t.clipRect(o.left,o.top,o.width,o.height),t.translate(this.pos.x,this.pos.y),this.backgroundColor.alpha>1/255&&t.clearColor(this.backgroundColor);for(var n,r=this.getChildren(),s=r.length;n=r[--s];)n.isRenderable&&(i=!0===n.floating,(n.inViewport||i)&&(i&&(t.save(),t.resetTransform()),n.preDraw(t),n.draw(t,e),n.postDraw(t),i&&t.restore(),this.drawCount++))},e}(la),Pa=[];function Oa(t,e,i,o){if(void 0===e&&(e=4),void 0===i&&(i=4),void 0===o&&(o=0),Pa.length>0){var n=Pa.pop();return n.bounds=t,n.max_objects=e,n.max_levels=i,n.level=o,n}return new Ia(t,e,i,o)}var ka=new vn,Ia=function(t,e,i,o){void 0===e&&(e=4),void 0===i&&(i=4),void 0===o&&(o=0),this.max_objects=e,this.max_levels=i,this.level=o,this.bounds=t,this.objects=[],this.nodes=[]};Ia.prototype.split=function(){var t=this.level+1,e=this.bounds.width/2,i=this.bounds.height/2,o=this.bounds.left,n=this.bounds.top;this.nodes[0]=Oa({left:o+e,top:n,width:e,height:i},this.max_objects,this.max_levels,t),this.nodes[1]=Oa({left:o,top:n,width:e,height:i},this.max_objects,this.max_levels,t),this.nodes[2]=Oa({left:o,top:n+i,width:e,height:i},this.max_objects,this.max_levels,t),this.nodes[3]=Oa({left:o+e,top:n+i,width:e,height:i},this.max_objects,this.max_levels,t)},Ia.prototype.getIndex=function(t){var e,i=t.getBounds(),o=-1,n=(e=!0===t.isFloating?Ra.localToWorld(i.left,i.top,ka):ka.set(t.left,t.top)).x,r=e.y,s=i.width,a=i.height,h=this.bounds.left+this.bounds.width/2,l=this.bounds.top+this.bounds.height/2,u=r<l&&r+a<l,c=r>l;return n<h&&n+s<h?u?o=1:c&&(o=2):n>h&&(u?o=0:c&&(o=3)),o},Ia.prototype.insertContainer=function(t){for(var e,i=t.children.length;i--,e=t.children[i];)!0!==e.isKinematic&&(e instanceof Ma?("rootContainer"!==e.name&&this.insert(e),this.insertContainer(e)):"function"==typeof e.getBounds&&this.insert(e))},Ia.prototype.insert=function(t){var e=-1;if(this.nodes.length>0&&-1!==(e=this.getIndex(t)))this.nodes[e].insert(t);else if(this.objects.push(t),this.objects.length>this.max_objects&&this.level<this.max_levels){0===this.nodes.length&&this.split();for(var i=0;i<this.objects.length;)-1!==(e=this.getIndex(this.objects[i]))?this.nodes[e].insert(this.objects.splice(i,1)[0]):i+=1}},Ia.prototype.retrieve=function(t,e){var i=this.objects;if(this.nodes.length>0){var o=this.getIndex(t);if(-1!==o)i=i.concat(this.nodes[o].retrieve(t));else for(var n=0;n<this.nodes.length;n+=1)i=i.concat(this.nodes[n].retrieve(t))}return"function"==typeof e&&i.sort(e),i},Ia.prototype.remove=function(t){var e=!1;if(void 0===t.getBounds)return!1;if(this.nodes.length>0){var i=this.getIndex(t);-1!==i&&(e=rn(this.nodes[i],t))&&this.nodes[i].isPrunable()&&this.nodes.splice(i,1)}return!1===e&&-1!==this.objects.indexOf(t)&&(rn(this.objects,t),e=!0),e},Ia.prototype.isPrunable=function(){return!(this.hasChildren()||this.objects.length>0)},Ia.prototype.hasChildren=function(){for(var t=0;t<this.nodes.length;t+=1){var e=this.nodes[t];if(e.length>0||e.objects.length>0)return!0}return!1},Ia.prototype.clear=function(t){this.objects.length=0;for(var e=0;e<this.nodes.length;e++)this.nodes[e].clear(),i=this.nodes[e],Pa.push(i);var i;this.nodes.length=0,void 0!==t&&this.bounds.setMinMax(t.min.x,t.min.y,t.max.x,t.max.y)};var Ra,Ba,Da=function(t){function e(e,i,o,n){var r=this;void 0===e&&(e=0),void 0===i&&(i=0),void 0===o&&(o=1/0),void 0===n&&(n=1/0),t.call(this,e,i,o,n,!0),this.name="rootContainer",this.anchorPoint.set(0,0),this.fps=60,this.gravity=new vn(0,.98),this.preRender=!1,this.bodies=new Set,this.broadphase=new Ia(this.getBounds().clone(),Aa.maxChildren,Aa.maxDepth),fr(Nn,this.reset,this),fr(Yn,(function(){r.broadphase.clear(r.getBounds())}))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reset=function(){this.broadphase.clear(),this.anchorPoint.set(0,0),t.prototype.reset.call(this),this.bodies.clear()},e.prototype.addBody=function(t){return this.bodies.add(t),this},e.prototype.removeBody=function(t){return this.bodies.delete(t),this},e.prototype.update=function(e){var i=Ah.isPaused();return this.broadphase.clear(),this.broadphase.insertContainer(this),this.bodies.forEach((function(t){if(!t.isStatic){var o=t.ancestor;i&&!o.updateWhenPaused||!o.inViewport&&!o.alwaysUpdate||(!0===t.update(e)&&(o.isDirty=!0),function(t,e){void 0===e&&(e=wa);for(var i,o=0,n=Ba.broadphase.retrieve(t),r=n.length;i=n[--r];)if(i!==t&&Ta(t,i)&&t.body.getBounds().overlaps(i.body.getBounds())){var s=t.body.shapes.length,a=i.body.shapes.length;if(0===s||0===a)continue;var h=0;do{var l=t.body.getShape(h),u=0;do{var c=i.body.getShape(u);!0===_a["test"+l.shapeType+c.shapeType].call(this,t,l,i,c,e.clear())&&(o++,e.indexShapeA=h,e.indexShapeB=u,t.onCollision&&!1!==t.onCollision(e,i)&&!1===t.body.isStatic&&t.body.respondToCollision.call(t.body,e),i.onCollision&&!1!==i.onCollision(e,t)&&!1===i.body.isStatic&&i.body.respondToCollision.call(i.body,e)),u++}while(u<a);h++}while(h<s)}}(o))}})),t.prototype.update.call(this,e)},e}(Ma),La=!0,za=!1,Fa=0,Va=1,ja=0,Na=0,Ua=0,Ga=1e3/60,Xa=0,Ha=null,Wa=0;fr(Rn,(function(){Ba=new Da,dr(jn)}));var Ya="z",qa=globalThis.performance.now();function Za(){}function Ka(){var t=Ah.current();void 0!==t&&(Ra=t.cameras.get("default")),dr(Nn),Ja()}function Ja(){Fa=0,Va=~~(.5+60/ju.maxfps),Ga=1e3/Ba.fps,ja=0,Na=10*Ga,za=ju.maxfps>Ba.fps}function $a(){La=!0}function Qa(t,e){if(++Fa%Va==0){for(Fa=0,dr(Un,t),ja+=ju.getDelta(),ja=Math.min(ja,Na),Xa=ju.interpolation?ju.getDelta():Ga,Ua=ju.interpolation?Xa:Math.max(Xa,Wa);ja>=Ua||ju.interpolation;)if(Ha=globalThis.performance.now(),!0!==Ah.isPaused()&&dr(Xn,t),La=e.update(Xa)||La,qa=globalThis.performance.now(),Wa=qa-Ha,ja-=Ua,ju.interpolation){ja=0;break}dr(Gn,qa)}}function th(t){!0===Ou.isContextValid&&(La||za)&&(dr(Hn,globalThis.performance.now()),Ou.clear(),t.draw(Ou),La=!1,Ou.flush(),dr(Wn,globalThis.performance.now()))}var eh,ih=Object.freeze({__proto__:null,get viewport(){return Ra},get world(){return Ba},mergeGroup:true,sortOn:Ya,get lastUpdate(){return qa},onLevelLoaded:Za,reset:Ka,updateFrameRate:Ja,getParentContainer:function(t){return t.ancestor},repaint:$a,update:Qa,draw:th}),oh=Math.min,nh=Math.max,rh=new vn,sh=function(t){function e(e,i,o,n){t.call(this,e,i,o-e,n-i),this.AXIS={NONE:0,HORIZONTAL:1,VERTICAL:2,BOTH:3},this.bounds=gn.pull("Bounds"),this.smoothFollow=!0,this.damping=1,this.near=-1e3,this.far=1e3,this.projectionMatrix=new Cn,this.invCurrentTransform=new Pn,this.offset=new vn,this.target=null,this.follow_axis=this.AXIS.NONE,this._shake={intensity:0,duration:0,axis:this.AXIS.BOTH,onComplete:null},this._fadeOut={color:null,tween:null},this._fadeIn={color:null,tween:null},this.name="default",this.setDeadzone(this.width/6,this.height/6),this.anchorPoint.set(0,0),this.isKinematic=!1,this.bounds.setMinMax(e,i,o,n),this._updateProjectionMatrix(),fr(Nn,this.reset,this),fr(sr,this.resize,this)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._updateProjectionMatrix=function(){this.projectionMatrix.ortho(0,this.width,this.height,0,this.near,this.far)},e.prototype._followH=function(t){var e=this.pos.x;return t.x-this.pos.x>this.deadzone.right?e=oh(t.x-this.deadzone.right,this.bounds.width-this.width):t.x-this.pos.x<this.deadzone.pos.x&&(e=nh(t.x-this.deadzone.pos.x,this.bounds.left)),e},e.prototype._followV=function(t){var e=this.pos.y;return t.y-this.pos.y>this.deadzone.bottom?e=oh(t.y-this.deadzone.bottom,this.bounds.height-this.height):t.y-this.pos.y<this.deadzone.pos.y&&(e=nh(t.y-this.deadzone.pos.y,this.bounds.top)),e},e.prototype.reset=function(t,e){void 0===t&&(t=0),void 0===e&&(e=0),this.pos.x=t,this.pos.y=e,this.unfollow(),this.smoothFollow=!0,this.damping=1,this.currentTransform.identity(),this.invCurrentTransform.identity().invert(),this._updateProjectionMatrix()},e.prototype.setDeadzone=function(t,e){void 0===this.deadzone&&(this.deadzone=new Kr(0,0,0,0)),this.deadzone.pos.set(~~((this.width-t)/2),~~((this.height-e)/2-.25*e)),this.deadzone.resize(t,e),this.smoothFollow=!1,this.updateTarget(),this.smoothFollow=!0},e.prototype.resize=function(e,i){return t.prototype.resize.call(this,e,i),this.smoothFollow=!1,this.setBounds(0,0,e,i),this.setDeadzone(e/6,i/6),this.update(),this.smoothFollow=!0,this._updateProjectionMatrix(),dr(ar,this.width,this.height),this},e.prototype.setBounds=function(t,e,i,o){this.smoothFollow=!1,this.bounds.setMinMax(t,e,i+t,o+e),this.moveTo(this.pos.x,this.pos.y),this.update(),this.smoothFollow=!0},e.prototype.follow=function(e,i,o){if(e instanceof t)this.target=e.pos;else{if(!(e instanceof vn||e instanceof xr||e instanceof _r||e instanceof br))throw new Error("invalid target for me.Camera2d.follow");this.target=e}this.follow_axis=void 0===i?this.AXIS.BOTH:i,this.smoothFollow=!1,this.damping="number"!=typeof o?1:$o(o,0,1),this.updateTarget(),this.smoothFollow=!0},e.prototype.unfollow=function(){this.target=null,this.follow_axis=this.AXIS.NONE},e.prototype.move=function(t,e){this.moveTo(this.pos.x+t,this.pos.y+e)},e.prototype.moveTo=function(t,e){var i=this.pos.x,o=this.pos.y;this.pos.x=$o(t,this.bounds.left,this.bounds.width),this.pos.y=$o(e,this.bounds.top,this.bounds.height),i===this.pos.x&&o===this.pos.y||(this.isDirty=!0)},e.prototype.updateTarget=function(){if(this.target){switch(rh.setV(this.pos),this.follow_axis){case this.AXIS.NONE:break;case this.AXIS.HORIZONTAL:rh.x=this._followH(this.target);break;case this.AXIS.VERTICAL:rh.y=this._followV(this.target);break;case this.AXIS.BOTH:rh.x=this._followH(this.target),rh.y=this._followV(this.target)}if(!this.pos.equals(rh)){if(!0===this.smoothFollow&&this.damping<1){if(on(rh.x,this.pos.x,2)&&on(rh.y,this.pos.y,2))return void this.pos.setV(rh);this.pos.lerp(rh,this.damping)}else this.pos.setV(rh);this.isDirty=!0}}},e.prototype.update=function(e){return this.updateTarget(e),this._shake.duration>0&&(this._shake.duration-=e,this._shake.duration<=0?(this._shake.duration=0,this.offset.setZero(),"function"==typeof this._shake.onComplete&&this._shake.onComplete()):(this._shake.axis!==this.AXIS.BOTH&&this._shake.axis!==this.AXIS.HORIZONTAL||(this.offset.x=(Math.random()-.5)*this._shake.intensity),this._shake.axis!==this.AXIS.BOTH&&this._shake.axis!==this.AXIS.VERTICAL||(this.offset.y=(Math.random()-.5)*this._shake.intensity)),this.isDirty=!0),!0===this.isDirty&&dr(ur,this.pos),null==this._fadeIn.tween&&null==this._fadeOut.tween||(this.isDirty=!0),this.currentTransform.isIdentity()?this.invCurrentTransform.identity():this.invCurrentTransform.copy(this.currentTransform).invert(),t.prototype.update.call(this,e)},e.prototype.shake=function(t,e,i,o,n){0!==this._shake.duration&&!0!==n||(this._shake.intensity=t,this._shake.duration=e,this._shake.axis=i||this.AXIS.BOTH,this._shake.onComplete="function"==typeof o?o:void 0)},e.prototype.fadeOut=function(t,e,i){void 0===e&&(e=1e3),this._fadeOut.color=gn.pull("Color").copy(t),this._fadeOut.tween=gn.pull("Tween",this._fadeOut.color).to({alpha:0},e).onComplete(i||null),this._fadeOut.tween.isPersistent=!0,this._fadeOut.tween.start()},e.prototype.fadeIn=function(t,e,i){void 0===e&&(e=1e3),this._fadeIn.color=gn.pull("Color").copy(t);var o=this._fadeIn.color.alpha;this._fadeIn.color.alpha=0,this._fadeIn.tween=gn.pull("Tween",this._fadeIn.color).to({alpha:o},e).onComplete(i||null),this._fadeIn.tween.isPersistent=!0,this._fadeIn.tween.start()},e.prototype.focusOn=function(t){var e=t.getBounds();this.moveTo(t.pos.x+e.left+e.width/2,t.pos.y+e.top+e.height/2)},e.prototype.isVisible=function(t,e){return void 0===e&&(e=t.floating),!0===e||!0===t.floating?Ou.overlaps(t.getBounds()):t.getBounds().overlaps(this)},e.prototype.localToWorld=function(t,e,i){return(i=i||gn.pull("Vector2d")).set(t,e).add(this.pos).sub(Ba.pos),this.currentTransform.isIdentity()||this.invCurrentTransform.apply(i),i},e.prototype.worldToLocal=function(t,e,i){return(i=i||gn.pull("Vector2d")).set(t,e),this.currentTransform.isIdentity()||this.currentTransform.apply(i),i.sub(this.pos).add(Ba.pos)},e.prototype.drawFX=function(t){this._fadeIn.tween&&(t.save(),t.resetTransform(),t.setColor(this._fadeIn.color),t.fillRect(0,0,this.width,this.height),t.restore(),1===this._fadeIn.color.alpha&&(this._fadeIn.tween=null,gn.push(this._fadeIn.color),this._fadeIn.color=null)),this._fadeOut.tween&&(t.save(),t.resetTransform(),t.setColor(this._fadeOut.color),t.fillRect(0,0,this.width,this.height),t.restore(),0===this._fadeOut.color.alpha&&(this._fadeOut.tween=null,gn.push(this._fadeOut.color),this._fadeOut.color=null))},e.prototype.draw=function(t,e){var i=this.pos.x+this.offset.x,o=this.pos.y+this.offset.y;e.currentTransform.translate(-i,-o),t.setProjection(this.projectionMatrix),t.clipRect(0,0,this.width,this.height),this.preDraw(t),e.preDraw(t),e.draw(t,this),this.drawFX(t),e.postDraw(t),this.postDraw(t),e.currentTransform.translate(i,o)},e}(la),ah={cameras:[]},hh=function(t){this.cameras=new Map,this.lights=new Map,this.ambientLight=new Sn(0,0,0,0),this.settings=Object.assign(ah,t||{})};hh.prototype.reset=function(){var t=this;if(this.settings.cameras.forEach((function(e){t.cameras.set(e.name,e)})),!1===this.cameras.has("default")){if(void 0===eh){var e=Ou.getWidth(),i=Ou.getHeight();eh=new sh(0,0,e,i)}this.cameras.set("default",eh)}Ka(),this.onResetEvent.apply(this,arguments)},hh.prototype.update=function(t){var e=Ba.update(t);return this.cameras.forEach((function(i){!0===i.update(t)&&(e=!0)})),this.lights.forEach((function(i){!0===i.update(t)&&(e=!0)})),e},hh.prototype.draw=function(t){var e=this;this.cameras.forEach((function(i){i.draw(t,Ba),0!==e.ambientLight.alpha&&(t.save(),e.lights.forEach((function(e){t.setMask(e.getVisibleArea(),!0)})),t.setColor(e.ambientLight),t.fillRect(0,0,i.width,i.height),t.clearMask(),t.restore()),e.lights.forEach((function(e){e.preDraw(t,Ba),e.draw(t,Ba),e.postDraw(t,Ba)}))}))},hh.prototype.destroy=function(){this.cameras.clear(),this.lights.forEach((function(t){t.destroy()})),this.lights.clear(),this.onDestroyEvent.apply(this,arguments)},hh.prototype.onResetEvent=function(){"function"==typeof this.settings.onResetEvent&&this.settings.onResetEvent.apply(this,arguments)},hh.prototype.onDestroyEvent=function(){"function"==typeof this.settings.onDestroyEvent&&this.settings.onDestroyEvent.apply(this,arguments)};var lh=function(t){function e(e,i,o,n){t.call(this,e,i,o,n),this.barHeight=n,this.anchorPoint.set(0,0),fr(Zn,this.onProgressUpdate,this),fr(ar,this.resize,this),this.anchorPoint.set(0,0),this.progress=0}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.onProgressUpdate=function(t){this.progress=~~(t*this.width),this.isDirty=!0},e.prototype.draw=function(t){t.setColor("black"),t.fillRect(this.pos.x,Ra.centerY,t.getWidth(),this.barHeight/2),t.setColor("#55aa00"),t.fillRect(this.pos.x,Ra.centerY,this.progress,this.barHeight/2)},e.prototype.onDestroyEvent=function(){gr(Zn,this.onProgressUpdate),gr(ar,this.resize)},e}(la),uh=function(t){function e(e,i){t.call(this,e,i,100,85),this.iconTexture=gn.pull("CanvasTexture",Ou.WebGLVersion>1?this.width:Ko(this.width),Ou.WebGLVersion>1?this.height:Ko(this.height),{offscreenCanvas:!0});var o=this.iconTexture.context;o.beginPath(),o.moveTo(.7,48.9),o.bezierCurveTo(10.8,68.9,38.4,75.8,62.2,64.5),o.bezierCurveTo(86.1,53.1,97.2,27.7,87,7.7),o.lineTo(87,7.7),o.bezierCurveTo(89.9,15.4,73.9,30.2,50.5,41.4),o.bezierCurveTo(27.1,52.5,5.2,55.8,.7,48.9),o.lineTo(.7,48.9),o.closePath(),o.fillStyle="rgb(255, 255, 255)",o.fill(),o.beginPath(),o.moveTo(84,7),o.bezierCurveTo(87.6,14.7,72.5,30.2,50.2,41.6),o.bezierCurveTo(27.9,53,6.9,55.9,3.2,48.2),o.bezierCurveTo(-.5,40.4,14.6,24.9,36.9,13.5),o.bezierCurveTo(59.2,2.2,80.3,-.8,84,7),o.lineTo(84,7),o.closePath(),o.lineWidth=5.3,o.strokeStyle="rgb(255, 255, 255)",o.lineJoin="miter",o.miterLimit=4,o.stroke(),this.anchorPoint.set(.5,.5)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.draw=function(t){t.drawImage(this.iconTexture.canvas,t.getWidth()/2,this.pos.y)},e.prototype.destroy=function(){t.prototype.destroy.call(this,arguments),gn.push(this.iconTexture),this.iconTexture=void 0},e}(la),ch=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.onResetEvent=function(){Ba.backgroundColor.parseCSS("#202020"),Ba.addChild(new lh(0,Ou.getHeight()/2,Ou.getWidth(),8),1),Ba.addChild(new uh(Ou.getWidth()/2,Ou.getHeight()/2-16-35),2);var t=gn.pull("Text",Ou.getWidth()/2,Ou.getHeight()/2+16,{font:"century gothic",size:32,fillStyle:"white",textAlign:"left",textBaseline:"top",text:"melon",offScreenCanvas:Ou.WebGLVersion>=1});t.anchorPoint.set(0,0);var e=gn.pull("Text",Ou.getWidth()/2,Ou.getHeight()/2+16,{font:"century gothic",size:32,fillStyle:"#55aa00",textAlign:"left",textBaseline:"top",bold:!0,text:"JS",offScreenCanvas:Ou.WebGLVersion>=1});e.anchorPoint.set(0,0);var i=t.getBounds().width+e.getBounds().width;t.pos.x=Ou.getWidth()/2-i/2,e.pos.x=t.pos.x+t.getBounds().width,Ba.addChild(t,2),Ba.addChild(e,2)},e}(hh),ph=-1,dh=-1,fh=!1,yh={},gh={color:"",duration:0},vh=null,mh=null,_h=0;function xh(){-1===dh&&-1!==ph&&(dh=globalThis.requestAnimationFrame(bh))}function bh(t){var e=yh[ph].stage;Qa(t,e),th(e),-1!==dh&&(dh=globalThis.requestAnimationFrame(bh))}function wh(){globalThis.cancelAnimationFrame(dh),dh=-1}function Th(t){wh(),yh[ph]&&yh[ph].stage.destroy(),yh[t]&&(yh[ph=t].stage.reset.apply(yh[ph].stage,mh),xh(),dr(Fn),vh&&vh(),$a())}fr(Rn,(function(){Ah.set(Ah.LOADING,new ch),Ah.set(Ah.DEFAULT,new hh),fr(Vn,(function(){Ah.change(Ah.DEFAULT,!0)}))}));var Ah={LOADING:0,MENU:1,READY:2,PLAY:3,GAMEOVER:4,GAME_END:5,SCORE:6,CREDITS:7,SETTINGS:8,DEFAULT:9,USER:100,stop:function(t){void 0===t&&(t=!1),ph!==this.LOADING&&this.isRunning()&&(wh(),!0===t&&t(),_h=globalThis.performance.now(),dr(Ln))},pause:function(t){void 0===t&&(t=!1),ph===this.LOADING||this.isPaused()||(fh=!0,!0===t&&Wl(),_h=globalThis.performance.now(),dr(Bn))},restart:function(t){void 0===t&&(t=!1),this.isRunning()||(xh(),!0===t&&Yl(),_h=globalThis.performance.now()-_h,$a(),dr(zn,_h))},resume:function(t){void 0===t&&(t=!1),this.isPaused()&&(fh&&-1!==ph&&(fh=!1),!0===t&&Yl(),_h=globalThis.performance.now()-_h,dr(Dn,_h))},isRunning:function(){return-1!==dh},isPaused:function(){return fh},set:function(t,e,i){if(void 0===i&&(i=!1),!(e instanceof hh))throw new Error(e+" is not an instance of me.Stage");yh[t]={},yh[t].stage=e,yh[t].transition=!0,!0===i&&this.change(t)},get:function(t){return void 0===t&&(t=ph),void 0!==yh[t]?yh[t].stage:void 0},current:function(){return this.get()},transition:function(t,e,i){"fade"===t&&(gh.color=e,gh.duration=i)},setTransition:function(t,e){yh[t].transition=e},change:function(t,e){if(void 0===yh[t])throw new Error("Undefined Stage for state '"+t+"'");this.isCurrent(t)||(mh=null,arguments.length>1&&(mh=Array.prototype.slice.call(arguments,1)),gh.duration&&yh[t].transition?(vh=function(){Ra.fadeOut(gh.color,gh.duration)},Ra.fadeIn(gh.color,gh.duration,(function(){pn(Th,this,t)}))):!0===e?Th(t):pn(Th,this,t))},isCurrent:function(t){return ph===t}};function Sh(t,e,i){var o;if("string"!=typeof i)return i;switch(e){case"int":case"float":i=Number(i);break;case"bool":i="true"===i;break;default:if(!i||zo(i))i=!i||"true"===i;else if(Lo(i))i=Number(i);else if(0===i.search(/^json:/i)){o=i.split(/^json:/i)[1];try{i=JSON.parse(o)}catch(t){throw new Error("Unable to parse JSON: "+o)}}else if(0===i.search(/^eval:/i)){o=i.split(/^eval:/i)[1];try{i=Function("'use strict';return ("+o+")")()}catch(t){throw new Error("Unable to evaluate: "+o)}}else((o=i.match(/^#([\da-fA-F])([\da-fA-F]{3})$/))||(o=i.match(/^#([\da-fA-F]{2})([\da-fA-F]{6})$/)))&&(i="#"+o[2]+o[1]);0===t.search(/^(ratio|anchorPoint)$/)&&"number"==typeof i&&(i={x:i,y:i})}return i}function Eh(t,e,i){switch(i=i||"none",e=e||"none"){case"csv":return function(t){for(var e=t.replace("\n","").trim().split(","),i=[],o=0;o<e.length;o++)i.push(+e[o]);return i}(t);case"base64":var o=function(t,e){var i,o,n;e=e||1;var r=globalThis.atob(t.replace(/[^A-Za-z0-9\+\/\=]/g,"")),s=new Uint32Array(r.length/e);for(i=0,n=r.length/e;i<n;i++)for(s[i]=0,o=e-1;o>=0;--o)s[i]+=r.charCodeAt(i*e+o)<<(o<<3);return s}(t,4);return"none"===i?o:function(){throw new Error("GZIP/ZLIB compressed TMX Tile Map not supported!")}();case"none":return t;case"xml":throw new Error("XML encoding is deprecated, use base64 instead");default:throw new Error("Unknown layer encoding: "+e)}}function Ch(t,e){var i=e.nodeName;switch(i){case"data":var o=Mh(e);o.text=o.text||o.chunk.text,o.encoding=o.encoding||"xml",t.data=Eh(o.text,o.encoding,o.compression),t.encoding="none";break;case"imagelayer":case"layer":case"objectgroup":case"group":var n=Mh(e);n.type="layer"===i?"tilelayer":i,n.image&&(n.image=n.image.source),t.layers=t.layers||[],t.layers.push(n);break;case"animation":t.animation=Mh(e).frames;break;case"frame":case"object":var r=i+"s";t[r]=t[r]||[],t[r].push(Mh(e));break;case"tile":var s=Mh(e);s.image&&(s.imagewidth=s.image.width,s.imageheight=s.image.height,s.image=s.image.source),t.tiles=t.tiles||{},t.tiles[s.id]=s;break;case"tileset":var a=Mh(e);a.image&&(a.imagewidth=a.image.width,a.imageheight=a.image.height,a.image=a.image.source),t.tilesets=t.tilesets||[],t.tilesets.push(a);break;case"polygon":case"polyline":t[i]=[];for(var h,l=Mh(e).points.split(" "),u=0;u<l.length;u++)h=l[u].split(","),t[i].push({x:+h[0],y:+h[1]});break;case"properties":t.properties=Mh(e);break;case"property":var c=Mh(e),p=void 0!==c.value?c.value:c.text;t[c.name]=Sh(c.name,c.type||"string",p);break;default:t[i]=Mh(e)}}function Mh(t){var e={},i="";if(1===t.nodeType&&function(t,e){if(e.attributes&&e.attributes.length>0)for(var i=0;i<e.attributes.length;i++){var o=e.attributes.item(i);void 0!==o.name?t[o.name]=o.value:t[o.nodeName]=o.nodeValue}}(e,t),t.hasChildNodes())for(var o=0;o<t.childNodes.length;o++){var n=t.childNodes.item(o);switch(n.nodeType){case 1:Ch(e,n);break;case 3:i+=n.nodeValue.trim()}}return i&&(e.text=i),e}function Ph(t,e){var i=e.properties,o=e.propertytypes;if(void 0!==i)for(var n in i)if(i.hasOwnProperty(n)){var r="string",s=n,a=i[n];void 0!==i[n].name&&(s=i[n].name),void 0!==o?r=o[n]:void 0!==i[n].type&&(r=i[n].type),void 0!==i[n].value&&(a=i[n].value),t[s]=Sh(s,r,a)}}var Oh={},kh={},Ih={},Rh=e&&e.__generator||function(t,e){var i,o,n,r,s={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return r={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(r[Symbol.iterator]=function(){return this}),r;function a(r){return function(a){return function(r){if(i)throw new TypeError("Generator is already executing.");for(;s;)try{if(i=1,o&&(n=2&r[0]?o.return:r[0]?o.throw||((n=o.return)&&n.call(o),0):o.next)&&!(n=n.call(o,r[1])).done)return n;switch(o=0,n&&(r=[2&r[0],n.value]),r[0]){case 0:case 1:n=r;break;case 4:return s.label++,{value:r[1],done:!1};case 5:s.label++,o=r[1],r=[0];continue;case 7:r=s.ops.pop(),s.trys.pop();continue;default:if(!(n=s.trys,(n=n.length>0&&n[n.length-1])||6!==r[0]&&2!==r[0])){s=0;continue}if(3===r[0]&&(!n||r[1]>n[0]&&r[1]<n[3])){s.label=r[1];break}if(6===r[0]&&s.label<n[1]){s.label=n[1],n=r;break}if(n&&s.label<n[2]){s.label=n[2],s.ops.push(r);break}n[2]&&s.ops.pop(),s.trys.pop();continue}r=e.call(t,s)}catch(t){r=[6,t],o=0}finally{i=n=0}if(5&r[0])throw r[1];return{value:r[0]?r[1]:void 0,done:!0}}([r,a])}}},Bh=e&&e.__values||function(t){var e="function"==typeof Symbol&&Symbol.iterator,i=e&&t[e],o=0;if(i)return i.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&o>=t.length&&(t=void 0),{value:t&&t[o++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},Dh=e&&e.__read||function(t,e){var i="function"==typeof Symbol&&t[Symbol.iterator];if(!i)return t;var o,n,r=i.call(t),s=[];try{for(;(void 0===e||e-- >0)&&!(o=r.next()).done;)s.push(o.value)}catch(t){n={error:t}}finally{try{o&&!o.done&&(i=r.return)&&i.call(r)}finally{if(n)throw n.error}}return s};Object.defineProperty(Ih,"__esModule",{value:!0}),Ih.Multimap=void 0;var Lh=function(){function t(t,e){var i,o;if(this.size_=0,this.map=new Map,this.operator=t,e)try{for(var n=Bh(e),r=n.next();!r.done;r=n.next()){var s=Dh(r.value,2),a=s[0],h=s[1];this.put(a,h)}}catch(t){i={error:t}}finally{try{r&&!r.done&&(o=n.return)&&o.call(n)}finally{if(i)throw i.error}}return this}return Object.defineProperty(t.prototype,"size",{get:function(){return this.size_},enumerable:!1,configurable:!0}),t.prototype.get=function(t){var e=this.map.get(t);return e?this.operator.clone(e):this.operator.create()},t.prototype.put=function(t,e){var i=this.map.get(t);return i||(i=this.operator.create()),!!this.operator.add(e,i)&&(this.map.set(t,i),this.size_++,!0)},t.prototype.putAll=function(e,i){var o,n,r,s,a=0;if(i){var h=e,l=i;try{for(var u=Bh(l),c=u.next();!c.done;c=u.next()){var p=c.value;this.put(h,p),a++}}catch(t){o={error:t}}finally{try{c&&!c.done&&(n=u.return)&&n.call(u)}finally{if(o)throw o.error}}}else{if(!(e instanceof t))throw new TypeError("unexpected arguments");try{for(var d=Bh(e.entries()),f=d.next();!f.done;f=d.next()){var y=Dh(f.value,2);h=y[0],p=y[1];this.put(h,p),a++}}catch(t){r={error:t}}finally{try{f&&!f.done&&(s=d.return)&&s.call(d)}finally{if(r)throw r.error}}}return a>0},t.prototype.has=function(t){return this.map.has(t)},t.prototype.hasEntry=function(t,e){return this.operator.has(e,this.get(t))},t.prototype.delete=function(t){return this.size_-=this.operator.size(this.get(t)),this.map.delete(t)},t.prototype.deleteEntry=function(t,e){var i=this.get(t);return!!this.operator.delete(e,i)&&(this.map.set(t,i),this.size_--,!0)},t.prototype.clear=function(){this.map.clear(),this.size_=0},t.prototype.keys=function(){return this.map.keys()},t.prototype.entries=function(){var t=this;return function(){var e,i,o,n,r,s,a,h,l,u,c,p,d,f;return Rh(this,(function(y){switch(y.label){case 0:y.trys.push([0,11,12,13]),e=Bh(t.map.entries()),i=e.next(),y.label=1;case 1:if(i.done)return[3,10];o=Dh(i.value,2),n=o[0],r=o[1],y.label=2;case 2:y.trys.push([2,7,8,9]),d=void 0,s=Bh(r),a=s.next(),y.label=3;case 3:return a.done?[3,6]:(h=a.value,[4,[n,h]]);case 4:y.sent(),y.label=5;case 5:return a=s.next(),[3,3];case 6:return[3,9];case 7:return l=y.sent(),d={error:l},[3,9];case 8:try{a&&!a.done&&(f=s.return)&&f.call(s)}finally{if(d)throw d.error}return[7];case 9:return i=e.next(),[3,1];case 10:return[3,13];case 11:return u=y.sent(),c={error:u},[3,13];case 12:try{i&&!i.done&&(p=e.return)&&p.call(e)}finally{if(c)throw c.error}return[7];case 13:return[2]}}))}()},t.prototype.values=function(){var t=this;return function(){var e,i,o,n,r,s;return Rh(this,(function(a){switch(a.label){case 0:a.trys.push([0,5,6,7]),e=Bh(t.entries()),i=e.next(),a.label=1;case 1:return i.done?[3,4]:(o=Dh(i.value,2),[4,o[1]]);case 2:a.sent(),a.label=3;case 3:return i=e.next(),[3,1];case 4:return[3,7];case 5:return n=a.sent(),r={error:n},[3,7];case 6:try{i&&!i.done&&(s=e.return)&&s.call(e)}finally{if(r)throw r.error}return[7];case 7:return[2]}}))}()},t.prototype.forEach=function(t,e){var i,o;try{for(var n=Bh(this.entries()),r=n.next();!r.done;r=n.next()){var s=Dh(r.value,2),a=s[0],h=s[1];t.call(void 0===e?this:e,h,a,this)}}catch(t){i={error:t}}finally{try{r&&!r.done&&(o=n.return)&&o.call(n)}finally{if(i)throw i.error}}},t.prototype[Symbol.iterator]=function(){return this.entries()},t.prototype.asMap=function(){var t,e,i=new Map;try{for(var o=Bh(this.keys()),n=o.next();!n.done;n=o.next()){var r=n.value;i.set(r,this.operator.clone(this.get(r)))}}catch(e){t={error:e}}finally{try{n&&!n.done&&(e=o.return)&&e.call(o)}finally{if(t)throw t.error}}return i},t}();Ih.Multimap=Lh;var zh,Fh=e&&e.__extends||(zh=function(t,e){return zh=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i])},zh(t,e)},function(t,e){function i(){this.constructor=t}zh(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)});Object.defineProperty(kh,"__esModule",{value:!0}),kh.ArrayMultimap=void 0;var Vh=function(t){function e(e){return t.call(this,new jh,e)||this}return Fh(e,t),Object.defineProperty(e.prototype,Symbol.toStringTag,{get:function(){return"ArrayMultimap"},enumerable:!1,configurable:!0}),e}(Ih.Multimap);kh.ArrayMultimap=Vh;var jh=function(){function t(){}return t.prototype.create=function(){return[]},t.prototype.clone=function(t){return t.slice()},t.prototype.add=function(t,e){return e.push(t),!0},t.prototype.size=function(t){return t.length},t.prototype.delete=function(t,e){var i=e.indexOf(t);return i>-1&&(e.splice(i,1),!0)},t.prototype.has=function(t,e){return e.includes(t)},t}(),Nh={},Uh=e&&e.__extends||function(){var t=function(e,i){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i])},t(e,i)};return function(e,i){function o(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(o.prototype=i.prototype,new o)}}();Object.defineProperty(Nh,"__esModule",{value:!0}),Nh.SetMultimap=void 0;var Gh=function(t){function e(e){return t.call(this,new Xh,e)||this}return Uh(e,t),Object.defineProperty(e.prototype,Symbol.toStringTag,{get:function(){return"SetMultimap"},enumerable:!1,configurable:!0}),e}(Ih.Multimap);Nh.SetMultimap=Gh;var Xh=function(){function t(){}return t.prototype.create=function(){return new Set},t.prototype.clone=function(t){return new Set(t)},t.prototype.add=function(t,e){var i=e.size;return e.add(t),i!==e.size},t.prototype.size=function(t){return t.size},t.prototype.delete=function(t,e){return e.delete(t)},t.prototype.has=function(t,e){return e.has(t)},t}();!function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.SetMultimap=t.ArrayMultimap=void 0;var e=kh;Object.defineProperty(t,"ArrayMultimap",{enumerable:!0,get:function(){return e.ArrayMultimap}});var i=Nh;Object.defineProperty(t,"SetMultimap",{enumerable:!0,get:function(){return i.SetMultimap}})}(Oh);var Hh=function(t){this.cache=new Oh.ArrayMultimap,this.tinted=new Map,this.units=new Map,this.max_size=t||1/0,this.clear()};function Wh(t,e,i,o){return void 0===i&&(i="default"),void 0===o&&(o="no-repeat"),{meta:{app:"melonJS",size:{w:t,h:e},repeat:o,image:"default"},frames:[{filename:i,frame:{x:0,y:0,w:t,h:e}}]}}Hh.prototype.clear=function(){this.cache.clear(),this.tinted.clear(),this.units.clear(),this.length=0},Hh.prototype.validate=function(){if(this.length>=this.max_size)throw new Error("Texture cache overflow: "+this.max_size+" texture units available for this GPU.")},Hh.prototype.get=function(t,e){var i;return void 0===e?i=this.cache.get(t)[0]:this.cache.forEach((function(o,n){var r=o.getAtlas();n===t&&r[0].width===e.framewidth&&r[0].height===e.frameheight&&(i=o)})),void 0===i&&(e||(e=Wh(t.width,t.height,t.src?ln(t.src):void 0)),i=new Yh(e,t,!1),this.set(t,i)),i},Hh.prototype.delete=function(t){this.cache.has(t)||this.cache.delete(t)},Hh.prototype.tint=function(t,e){var i=this.tinted.get(t);return void 0===i&&(i=this.tinted.set(t,new Map)),i.has(e)||i.set(e,Ou.tint(t,e,"multiply")),i.get(e)},Hh.prototype.set=function(t,e){var i=t.width,o=t.height;if(!(1!==Ou.WebGLVersion||Zo(i)&&Zo(o))){var n=void 0!==t.src?t.src:t;console.warn("[Texture] "+n+" is not a POT texture ("+i+"x"+o+")")}return this.cache.put(t,e)},Hh.prototype.getUnit=function(t){return this.units.has(t)||(this.validate(),this.units.set(t,this.length++)),this.units.get(t)};var Yh=function(t,e,i){var o=this;if(this.format=null,this.sources=new Map,this.atlases=new Map,void 0!==t)for(var n in t=Array.isArray(t)?t:[t]){var r=t[n];if(void 0!==r.meta){if(r.meta.app.includes("texturepacker")||r.meta.app.includes("free-tex-packer")){if(this.format="texturepacker",void 0===e){var s=zl.getImage(r.meta.image);if(!s)throw new Error("Atlas texture '"+s+"' not found");this.sources.set(r.meta.image,s)}else this.sources.set(r.meta.image||"default","string"==typeof e?zl.getImage(e):e);this.repeat="no-repeat"}else if(r.meta.app.includes("ShoeBox")){if(!r.meta.exporter||!r.meta.exporter.includes("melonJS"))throw new Error("ShoeBox requires the JSON exporter : https://github.com/melonjs/melonJS/tree/master/media/shoebox_JSON_export.sbx");this.format="ShoeBox",this.repeat="no-repeat",this.sources.set("default","string"==typeof e?zl.getImage(e):e)}else r.meta.app.includes("melonJS")&&(this.format="melonJS",this.repeat=r.meta.repeat||"no-repeat",this.sources.set("default","string"==typeof e?zl.getImage(e):e));this.atlases.set(r.meta.image||"default",this.parse(r))}else void 0!==r.framewidth&&void 0!==r.frameheight&&(this.format="Spritesheet (fixed cell size)",this.repeat="no-repeat",void 0!==e&&(r.image="string"==typeof e?zl.getImage(e):e),this.atlases.set("default",this.parseFromSpriteSheet(r)),this.sources.set("default",r.image))}if(0===this.atlases.length)throw new Error("texture atlas format not supported");!1!==i&&this.sources.forEach((function(t){i instanceof Hh?i.set(t,o):Ou.cache.set(t,o)}))};Yh.prototype.parse=function(t){var e=this,i={};return t.frames.forEach((function(o){if(o.hasOwnProperty("filename")){var n,r,s=o.frame,a=o.spriteSourceSize&&o.sourceSize&&o.pivot;a&&(n=o.sourceSize.w*o.pivot.x-(o.trimmed?o.spriteSourceSize.x:0),r=o.sourceSize.h*o.pivot.y-(o.trimmed?o.spriteSourceSize.y:0)),i[o.filename]={name:o.filename,texture:t.meta.image||"default",offset:new vn(s.x,s.y),anchorPoint:a?new vn(n/s.w,r/s.h):null,trimmed:!!o.trimmed,width:s.w,height:s.h,angle:!0===o.rotated?-Yo:0},e.addUVs(i,o.filename,t.meta.size.w,t.meta.size.h)}})),i},Yh.prototype.parseFromSpriteSheet=function(t){var e={},i=t.image,o=t.spacing||0,n=t.margin||0,r=i.width,s=i.height,a=gn.pull("Vector2d",~~((r-n+o)/(t.framewidth+o)),~~((s-n+o)/(t.frameheight+o)));if(r%(t.framewidth+o)!=0||s%(t.frameheight+o)!=0){var h=a.x*(t.framewidth+o),l=a.y*(t.frameheight+o);h-r!==o&&l-s!==o&&(r=h,s=l,console.warn("Spritesheet Texture for image: "+i.src+" is not divisible by "+(t.framewidth+o)+"x"+(t.frameheight+o)+", truncating effective size to "+r+"x"+s))}for(var u=0,c=a.x*a.y;u<c;u++){var p=""+u;e[p]={name:p,texture:"default",offset:new vn(n+(o+t.framewidth)*(u%a.x),n+(o+t.frameheight)*~~(u/a.x)),anchorPoint:t.anchorPoint||null,trimmed:!1,width:t.framewidth,height:t.frameheight,angle:0},this.addUVs(e,p,r,s)}return gn.push(a),e},Yh.prototype.getAtlas=function(t){return"string"==typeof t?this.atlases.get(t):this.atlases.values().next().value},Yh.prototype.getFormat=function(){return this.format},Yh.prototype.getTexture=function(t){return"object"==typeof t&&"string"==typeof t.texture?this.sources.get(t.texture):this.sources.values().next().value},Yh.prototype.addRegion=function(t,e,i,o,n){!0===Ou.settings.verbose&&console.warn("Adding texture region",t,"for texture",this);var r=this.getTexture(),s=this.getAtlas(),a=r.width,h=r.height;return s[t]={name:t,offset:new vn(e,i),width:o,height:n,angle:0},this.addUVs(s,t,a,h),s[t]},Yh.prototype.getRegion=function(t,e){var i;return"string"==typeof e?i=this.getAtlas(e)[t]:this.atlases.forEach((function(e){void 0!==e[t]&&(i=e[t])})),i},Yh.prototype.getUVs=function(t){var e=this.getRegion(t);if(void 0===e){var i=t.split(","),o=+i[0],n=+i[1],r=+i[2],s=+i[3];e=this.addRegion(t,o,n,r,s)}return e.uvs},Yh.prototype.addUVs=function(t,e,i,o){if(Ou instanceof wu){var n=t[e].offset,r=t[e].width,s=t[e].height;t[e].uvs=new Float32Array([n.x/i,n.y/o,(n.x+r)/i,(n.y+s)/o]),t[n.x+","+n.y+","+i+","+o]=t[e]}return t[e].uvs},Yh.prototype.createSpriteFromName=function(t,e,i){return void 0===i&&(i=!1),gn.pull(!0===i?"me.NineSliceSprite":"me.Sprite",0,0,Object.assign({image:this,region:t},e||{}))},Yh.prototype.createAnimationFromName=function(t,e){for(var i,o=[],n={},r=0,s=0,a=0;a<t.length;++a){if(null==(i=this.getRegion(t[a])))throw new Error("Texture - region for "+t[a]+" not found");o[a]=i,n[t[a]]=a,r=Math.max(i.width,r),s=Math.max(i.height,s)}return new qh(0,0,Object.assign({image:this,framewidth:r,frameheight:s,margin:0,spacing:0,atlas:o,atlasIndices:n},e||{}))};var qh=function(t){function e(e,i,o){if(t.call(this,e,i,0,0),this.animationpause=!1,this.animationspeed=100,this.offset=gn.pull("Vector2d",0,0),this.source=null,this.anim={},this.resetAnim=void 0,this.current={name:"default",length:0,offset:gn.pull("Vector2d"),width:0,height:0,angle:0,idx:0},this.dt=0,this._flicker={isFlickering:!1,duration:0,callback:null,state:!1},o.image instanceof Yh){if(this.source=o.image,this.image=this.source.getTexture(),this.textureAtlas=o.image,void 0!==o.region){var n=this.source.getRegion(o.region);if(!n)throw new Error("Texture - region for "+o.region+" not found");this.setRegion(n),this.current.width=o.framewidth||n.width,this.current.height=o.frameheight||n.height}}else{if(this.image="object"==typeof o.image?o.image:zl.getImage(o.image),!this.image)throw new Error("me.Sprite: '"+o.image+"' image/texture not found!");this.current.width=o.framewidth=o.framewidth||this.image.width,this.current.height=o.frameheight=o.frameheight||this.image.height,this.source=Ou.cache.get(this.image,o),this.textureAtlas=this.source.getAtlas()}void 0!==o.atlas&&(this.textureAtlas=o.atlas,this.atlasIndices=o.atlasIndices),this.width=this.current.width,this.height=this.current.height,void 0!==o.flipX&&this.flipX(!!o.flipX),void 0!==o.flipY&&this.flipY(!!o.flipY),void 0!==o.rotation&&this.rotate(o.rotation),o.anchorPoint&&this.anchorPoint.set(o.anchorPoint.x,o.anchorPoint.y),void 0!==o.tint&&this.tint.setColor(o.tint),"string"==typeof o.name&&(this.name=o.name),void 0!==o.z&&(this.pos.z=o.z),0!==this.addAnimation("default",null)&&this.setCurrentAnimation("default"),this.autoTransform=!0}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.isFlickering=function(){return this._flicker.isFlickering},e.prototype.flicker=function(t,e){return this._flicker.duration=t,this._flicker.duration<=0?(this._flicker.isFlickering=!1,this._flicker.callback=null):this._flicker.isFlickering||(this._flicker.callback=e,this._flicker.isFlickering=!0),this},e.prototype.addAnimation=function(t,e,i){this.anim[t]={name:t,frames:[],idx:0,length:0};var o=0;if("object"!=typeof this.textureAtlas)return 0;null==e&&(e=[],Object.keys(this.textureAtlas).forEach((function(t,i){e[i]=i})));for(var n=0,r=e.length;n<r;n++){var s,a=e[n],h=(s="number"==typeof a||"string"==typeof a?{name:a,delay:i||this.animationspeed}:a).name;if("number"==typeof h)void 0!==this.textureAtlas[h]&&(this.anim[t].frames[n]=Object.assign({},this.textureAtlas[h],s),o++);else{if(this.source.getFormat().includes("Spritesheet"))throw new Error("string parameters for addAnimation are not allowed for standard spritesheet based Texture");this.anim[t].frames[n]=Object.assign({},this.textureAtlas[this.atlasIndices[h]],s),o++}}return this.anim[t].length=o,o},e.prototype.setCurrentAnimation=function(t,e,i){if(!this.anim[t])throw new Error("animation id '"+t+"' not defined");return this.current.name=t,this.current.length=this.anim[this.current.name].length,this.resetAnim="string"==typeof e?this.setCurrentAnimation.bind(this,e,null,!0):"function"==typeof e?e:void 0,this.setAnimationFrame(this.current.idx),i||(this.dt=0),this.isDirty=!0,this},e.prototype.reverseAnimation=function(t){return void 0!==t&&void 0!==this.anim[t]?this.anim[t].frames.reverse():this.anim[this.current.name].frames.reverse(),this.isDirty=!0,this},e.prototype.isCurrentAnimation=function(t){return this.current.name===t},e.prototype.setRegion=function(t){return this.image=this.source.getTexture(t),this.current.offset.setV(t.offset),this.current.angle=t.angle,this.width=this.current.width=t.width,this.height=this.current.height=t.height,t.anchorPoint&&this.anchorPoint.set(this._flip.x&&!0===t.trimmed?1-t.anchorPoint.x:t.anchorPoint.x,this._flip.y&&!0===t.trimmed?1-t.anchorPoint.y:t.anchorPoint.y),this.isDirty=!0,this},e.prototype.setAnimationFrame=function(t){return this.current.idx=(t||0)%this.current.length,this.setRegion(this.getAnimationFrameObjectByIndex(this.current.idx))},e.prototype.getCurrentAnimationFrame=function(){return this.current.idx},e.prototype.getAnimationFrameObjectByIndex=function(t){return this.anim[this.current.name].frames[t]},e.prototype.update=function(e){if(!this.animationpause&&this.current&&this.current.length>0){var i=this.getAnimationFrameObjectByIndex(this.current.idx).delay;for(this.dt+=e;this.dt>=i;){this.isDirty=!0,this.dt-=i;var o=this.current.length>1?this.current.idx+1:this.current.idx;if(this.setAnimationFrame(o),0===this.current.idx&&"function"==typeof this.resetAnim&&!1===this.resetAnim()){this.setAnimationFrame(this.current.length-1),this.dt%=i;break}i=this.getAnimationFrameObjectByIndex(this.current.idx).delay}}return this._flicker.isFlickering&&(this._flicker.duration-=e,this._flicker.duration<0&&("function"==typeof this._flicker.callback&&this._flicker.callback(),this.flicker(-1)),this.isDirty=!0),t.prototype.update.call(this,e)},e.prototype.destroy=function(){gn.push(this.offset),this.offset=void 0,t.prototype.destroy.call(this)},e.prototype.draw=function(t,e){if(!this._flicker.isFlickering||(this._flicker.state=!this._flicker.state,this._flicker.state)){var i=this.current,o=this.pos.x,n=this.pos.y,r=i.width,s=i.height,a=i.offset,h=this.offset;0!==i.angle&&(t.translate(-o,-n),t.rotate(i.angle),o-=s,r=i.height,s=i.width),t.drawImage(this.image,h.x+a.x,h.y+a.y,r,s,o,n,r,s)}},e}(la),Zh=536870911,Kh=function(t){function e(e,i,o,n){var r,s;if(t.call(this),n.isCollection){var a=n.getTileImage(o&Zh);r=a.width,s=a.height}else r=n.tilewidth,s=n.tileheight;this.setMinMax(0,0,r,s),this.tileset=n,this.currentTransform=null,this.col=e,this.row=i,this.tileId=o,this.flippedX=0!=(2147483648&this.tileId),this.flippedY=0!=(1073741824&this.tileId),this.flippedAD=0!=(536870912&this.tileId),this.flipped=this.flippedX||this.flippedY||this.flippedAD,!0===this.flipped&&(null===this.currentTransform&&(this.currentTransform=new Pn),this.setTileTransform(this.currentTransform.identity())),this.tileId&=Zh}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setTileTransform=function(t){t.translate(this.width/2,this.height/2),this.flippedAD&&(t.rotate(-90*Math.PI/180),t.scale(-1,1)),this.flippedX&&t.scale(this.flippedAD?1:-1,this.flippedAD?-1:1),this.flippedY&&t.scale(this.flippedAD?-1:1,this.flippedAD?1:-1),t.translate(-this.width/2,-this.height/2)},e.prototype.getRenderable=function(t){var e,i=this.tileset;if(i.animations.has(this.tileId)){var o=[],n=[];i.animations.get(this.tileId).frames.forEach((function(t){n.push(t.tileid),o.push({name:""+t.tileid,delay:t.duration})})),(e=i.texture.createAnimationFromName(n,t)).addAnimation(this.tileId-i.firstgid,o),e.setCurrentAnimation(this.tileId-i.firstgid)}else if(!0===i.isCollection){var r=i.getTileImage(this.tileId);(e=new qh(0,0,Object.assign({image:r}))).anchorPoint.set(0,0),e.scale(t.width/this.width,t.height/this.height),void 0!==t.rotation&&(e.anchorPoint.set(.5,.5),e.currentTransform.rotate(t.rotation),e.currentTransform.translate(t.width/2,t.height/2),t.rotation=void 0)}else(e=i.texture.createSpriteFromName(this.tileId-i.firstgid,t)).anchorPoint.set(0,0);return this.setTileTransform(e.currentTransform),e},e}(ls),Jh=function(t){function e(e,i,o,n,r){void 0===r&&(r=20),t.call(this,e,i,o,n),this.radius=r}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var i={radius:{configurable:!0}};return e.prototype.onResetEvent=function(e,i,o,n,r){t.prototype.setShape.call(this,e,i,o,n),this.radius=r},i.radius.get=function(){return this._radius},i.radius.set=function(t){this.width<2*t&&(t=this.width/2),this.height<2*t&&(t=this.height/2),this._radius=t},e.prototype.copy=function(e){return t.prototype.setShape.call(this,e.pos.x,e.pos.y,e.width,e.height),this.radius=e.radius,this},e.prototype.contains=function(){var e,i,o,n,r=arguments[0];if(2===arguments.length)e=r,i=arguments[1];else{if(r instanceof t)return t.prototype.contains.call(this,r);e=r.x,i=r.y}if(e<this.left||e>=this.right||i<this.top||i>=this.bottom)return!1;if(e>=this.left+this.radius&&e<=this.right-this.radius||i>=this.top+this.radius&&i<=this.bottom-this.radius)return!0;var s=Math.max(0,Math.min(this.radius,this.width/2)),a=Math.max(0,Math.min(this.radius,this.height/2));if(e<this.left+s&&i<this.top+a)o=e-this.left-s,n=i-this.top-a;else if(e>this.right-s&&i<this.top+a)o=e-this.right+s,n=i-this.top-a;else if(e>this.right-s&&i>this.bottom-a)o=e-this.right+s,n=i-this.bottom+a;else{if(!(e<this.left+s&&i>this.bottom-a))return!1;o=e-this.left-s,n=i-this.bottom+a}return o*o+n*n<=s*a},e.prototype.equals=function(e){return t.prototype.equals.call(this,e)&&this.radius===e.radius},e.prototype.clone=function(){return new e(this.pos.x,this.pos.y,this.width,this.height,this.radius)},Object.defineProperties(e.prototype,i),e}(Kr),$h=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.contains=function(){var t,e;2===arguments.length?(t=arguments[0],e=arguments[1]):(t=arguments[0].x,e=arguments[0].y),t-=this.pos.x,e-=this.pos.y;var i=this.points[0],o=this.points[1];return(e-i.y)*(o.x-i.x)==(o.y-i.y)*(t-i.x)},e.prototype.recalc=function(){var t=this.edges,e=this.normals,i=this.indices,o=this.points;if(2!==o.length)throw new Error("Requires exactly 2 points");return void 0===t[0]&&(t[0]=gn.pull("Vector2d")),t[0].copy(o[1]).sub(o[0]),void 0===e[0]&&(e[0]=gn.pull("Vector2d")),e[0].copy(t[0]).perp().normalize(),i.length=0,this},e.prototype.clone=function(){var t=[];return this.points.forEach((function(e){t.push(e.clone())})),new e(this.pos.x,this.pos.y,t)},e}(Zr),Qh=function(){this.points=[],this.arcResolution=5,this.vertices=[]};Qh.prototype.beginPath=function(){this.points.forEach((function(t){gn.push(t)})),this.points.length=0},Qh.prototype.closePath=function(){var t=this.points;t.length>1&&!t[t.length-1].equals(t[0])&&t.push(gn.pull("Vector2d",t[0].x,t[0].y))},Qh.prototype.triangulatePath=function(){var t=0,e=this.points,i=this.vertices,o=wr.exports(e.flatMap((function(t){return[t.x,t.y]})));for(t=0;t<o.length;t++)void 0===i[t]&&(i[t]=gn.pull("Vector2d")),i[t].set(e[o[t]].x,e[o[t]].y);for(;i.length>o.length;)gn.push(i[i.length-1]),i.length-=1;return i},Qh.prototype.moveTo=function(t,e){this.points.push(gn.pull("Vector2d",t,e))},Qh.prototype.lineTo=function(t,e){this.points.push(gn.pull("Vector2d",t,e))},Qh.prototype.arc=function(t,e,i,o,n,r){void 0===r&&(r=!1);var s=this.points;if(o!==n){var a=r?Math.abs(o-n)>=Wo:Math.abs(n-o)>=Wo;(o%=Wo)<0&&(o+=Wo),(n%=Wo)<0&&(n+=Wo),o>=n&&(n+=Wo);var h=n-o,l=1;r&&(l=-1,h=Wo-h),a&&(h=Wo);for(var u=h*i/this.arcResolution,c=h/u,p=o,d=0;d<u;d++)s.push(gn.pull("Vector2d",t+i*Math.cos(p),e+i*Math.sin(p))),p+=l*c;s.push(gn.pull("Vector2d",t+i*Math.cos(n),e+i*Math.sin(n)))}},Qh.prototype.arcTo=function(t,e,i,o,n){var r=this.points,s=[r[r.length-1].x-t,r[r.length-1].y-e],a=[i-t,o-e],h=Math.sqrt(Math.pow(s[0],2)+Math.pow(s[1],2)),l=Math.sqrt(Math.pow(a[0],2)+Math.pow(a[1],2));s[0]/=h,s[1]/=h,a[0]/=l,a[1]/=l;var u=Math.atan2(s[1],s[0])-Math.atan2(a[1],a[0]),c=n/Math.tan(u/2),p=[t+s[0]*c,e+s[1]*c],d=[t+a[0]*c,e+a[1]*c];r.push(gn.pull("Vector2d",p[0],p[1]));var f=[(s[0]+a[0])/2,(s[1]+a[1])/2],y=Math.sqrt(Math.pow(f[0],2)+Math.pow(f[1],2));f[0]/=y,f[1]/=y;var g=Math.sqrt(Math.pow(n,2)+Math.pow(c,2)),v=[t+g*f[0],e+g*f[1]],m=Math.atan2(p[1]-v[1],p[0]-v[0]),_=Math.atan2(d[1]-v[1],d[0]-v[0]);this.arc(v[0],v[1],n,m,_)},Qh.prototype.ellipse=function(t,e,i,o,n,r,s,a){void 0===a&&(a=!1);var h=this.points;if(r!==s){var l=a?Math.abs(r-s)>=Wo:Math.abs(s-r)>=Wo;(r%=Wo)<0&&(r+=Wo),(s%=Wo)<0&&(s+=Wo),r>=s&&(s+=Wo);var u=s-r,c=1;a&&(c=-1,u=Wo-u),l&&(u=Wo);for(var p=(u*i+u*o)/2/this.arcResolution,d=u/p,f=r,y=Math.cos(n),g=Math.sin(n),v=0;v<p;v++){var m=i*Math.cos(f),_=o*Math.sin(f),x=t+m*y-_*g,b=e+m*g+_*y;h.push(gn.pull("Vector2d",x,b)),f+=c*d}}},Qh.prototype.rect=function(t,e,i,o){this.moveTo(t,e),this.lineTo(t+i,e),this.lineTo(t+i,e+o),this.lineTo(t,e+o),this.lineTo(t,e)},Qh.prototype.roundRect=function(t,e,i,o,n){this.moveTo(t+n,e),this.lineTo(t+i-n,e),this.arcTo(t+i,e,t+i,e+n,n),this.lineTo(t+i,e+o-n),this.arcTo(t+i,e+o,t+i-n,e+o,n),this.lineTo(t+n,e+o),this.arcTo(t,e+o,t,e+o-n,n),this.lineTo(t,e+n),this.arcTo(t,e,t+n,e,n)};var tl=function(t){this.settings=t,this.isContextValid=!0,this.path2D=new Qh,this.currentScissor=new Int32Array([0,0,this.settings.width,this.settings.height]),this.maskLevel=0,this.currentBlendMode="none",!0===du.ejecta?this.canvas=document.getElementById("canvas"):void 0!==globalThis.canvas?this.canvas=globalThis.canvas:void 0!==this.settings.canvas?this.canvas=this.settings.canvas:this.canvas=ku(this.settings.zoomX,this.settings.zoomY),this.backBufferCanvas=this.canvas,this.context=null,this.currentColor=new Sn(0,0,0,1),this.currentTint=new Sn(255,255,255,1),this.projectionMatrix=new Cn,this.uvOffset=0,fr(Nn,(function(){Ou.reset()}))};tl.prototype.clear=function(){},tl.prototype.reset=function(){this.resetTransform(),this.setBlendMode(this.settings.blendMode),this.setColor("#000000"),this.clearTint(),this.cache.clear(),this.currentScissor[0]=0,this.currentScissor[1]=0,this.currentScissor[2]=this.backBufferCanvas.width,this.currentScissor[3]=this.backBufferCanvas.height,this.clearMask()},tl.prototype.getCanvas=function(){return this.backBufferCanvas},tl.prototype.getScreenCanvas=function(){return this.canvas},tl.prototype.getScreenContext=function(){return this.context},tl.prototype.getBlendMode=function(){return this.currentBlendMode},tl.prototype.getContext2d=function(t,e){if(null==t)throw new Error("You must pass a canvas element in order to create a 2d context");if(void 0===t.getContext)throw new Error("Your browser does not support HTML5 canvas.");"boolean"!=typeof e&&(e=!0);var i=t.getContext("2d",{alpha:e});return i.canvas||(i.canvas=t),this.setAntiAlias(i,this.settings.antiAlias),i},tl.prototype.getWidth=function(){return this.backBufferCanvas.width},tl.prototype.getHeight=function(){return this.backBufferCanvas.height},tl.prototype.getColor=function(){return this.currentColor},tl.prototype.globalAlpha=function(){return this.currentColor.glArray[3]},tl.prototype.overlaps=function(t){return t.left<=this.getWidth()&&t.right>=0&&t.top<=this.getHeight()&&t.bottom>=0},tl.prototype.resize=function(t,e){t===this.backBufferCanvas.width&&e===this.backBufferCanvas.height||(this.canvas.width=this.backBufferCanvas.width=t,this.canvas.height=this.backBufferCanvas.height=e,this.currentScissor[0]=0,this.currentScissor[1]=0,this.currentScissor[2]=t,this.currentScissor[3]=e,dr(sr,t,e))},tl.prototype.setAntiAlias=function(t,e){var i=t.canvas;Uo("imageSmoothingEnabled",!0===e,t),!0!==e?(i.style["image-rendering"]="optimizeSpeed",i.style["image-rendering"]="-moz-crisp-edges",i.style["image-rendering"]="-o-crisp-edges",i.style["image-rendering"]="-webkit-optimize-contrast",i.style["image-rendering"]="optimize-contrast",i.style["image-rendering"]="crisp-edges",i.style["image-rendering"]="pixelated",i.style.msInterpolationMode="nearest-neighbor"):i.style["image-rendering"]="auto"},tl.prototype.setProjection=function(t){this.projectionMatrix.copy(t)},tl.prototype.stroke=function(t,e){if(t instanceof Jh)this.strokeRoundRect(t.left,t.top,t.width,t.height,t.radius,e);else if(t instanceof Kr||t instanceof ls)this.strokeRect(t.left,t.top,t.width,t.height,e);else if(t instanceof $h||t instanceof Zr)this.strokePolygon(t,e);else{if(!(t instanceof ua))throw new Error("Invalid geometry for fill/stroke");this.strokeEllipse(t.pos.x,t.pos.y,t.radiusV.x,t.radiusV.y,e)}},tl.prototype.fill=function(t){this.stroke(t,!0)},tl.prototype.tint=function(t,e,i){var o=ku(t.width,t.height,!0),n=this.getContext2d(o);return n.save(),n.fillStyle=e instanceof Sn?e.toRGB():e,n.fillRect(0,0,t.width,t.height),n.globalCompositeOperation=i||"multiply",n.drawImage(t,0,0),n.globalCompositeOperation="destination-atop",n.drawImage(t,0,0),n.restore(),o},tl.prototype.setMask=function(t){},tl.prototype.clearMask=function(){},tl.prototype.setTint=function(t,e){void 0===e&&(e=t.alpha),this.currentTint.copy(t),this.currentTint.alpha*=e},tl.prototype.clearTint=function(){this.currentTint.setColor(255,255,255,1)},tl.prototype.drawFont=function(){};var el=function(t){function e(e){var i=this;t.call(this,e),this.context=this.getContext2d(this.getScreenCanvas(),this.settings.transparent),this.settings.doubleBuffering?(this.backBufferCanvas=ku(this.settings.width,this.settings.height,!0),this.backBufferContext2D=this.getContext2d(this.backBufferCanvas)):(this.backBufferCanvas=this.getScreenCanvas(),this.backBufferContext2D=this.context),this.setBlendMode(this.settings.blendMode),this.setColor(this.currentColor),this.cache=new Hh,!1===this.settings.textureSeamFix||this.settings.antiAlias||(this.uvOffset=1),this.getScreenCanvas().addEventListener("contextlost",(function(t){t.preventDefault(),i.isContextValid=!1,dr(cr,i)}),!1),this.getScreenCanvas().addEventListener("contextrestored",(function(){i.isContextValid=!0,dr(pr,i)}),!1)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reset=function(){t.prototype.reset.call(this),this.clearColor(this.currentColor,!0!==this.settings.transparent)},e.prototype.resetTransform=function(){this.backBufferContext2D.setTransform(1,0,0,1,0,0)},e.prototype.setBlendMode=function(t,e){switch(void 0===t&&(t="normal"),e=e||this.getContext(),this.currentBlendMode=t,t){case"screen":e.globalCompositeOperation="screen";break;case"lighter":case"additive":e.globalCompositeOperation="lighter";break;case"multiply":e.globalCompositeOperation="multiply";break;default:e.globalCompositeOperation="source-over",this.currentBlendMode="normal"}this.settings.doubleBuffering&&this.settings.transparent&&(this.context.globalCompositeOperation="copy")},e.prototype.clear=function(){this.settings.transparent&&this.clearColor("rgba(0,0,0,0)",!0)},e.prototype.flush=function(){this.settings.doubleBuffering&&this.context.drawImage(this.backBufferCanvas,0,0)},e.prototype.clearColor=function(t,e){void 0===t&&(t="#000000"),this.save(),this.resetTransform(),this.backBufferContext2D.globalCompositeOperation=e?"copy":"source-over",this.backBufferContext2D.fillStyle=t instanceof Sn?t.toRGBA():t,this.fillRect(0,0,this.backBufferCanvas.width,this.backBufferCanvas.height),this.restore()},e.prototype.clearRect=function(t,e,i,o){this.getContext().clearRect(t,e,i,o)},e.prototype.createPattern=function(t,e){return this.getContext().createPattern(t,e)},e.prototype.drawImage=function(t,e,i,o,n,r,s,a,h){if(!(this.getGlobalAlpha()<1/255)){var l=this.getContext();void 0===o?(o=a=t.width,n=h=t.height,r=e,s=i,e=0,i=0):void 0===r&&(r=e,s=i,a=o,h=n,o=t.width,n=t.height,e=0,i=0),!1===this.settings.subPixel&&(r=~~r,s=~~s);var u=t,c=this.currentTint.toArray();1===c[0]&&1===c[1]&&1===c[2]||(u=this.cache.tint(t,this.currentTint.toRGB())),l.drawImage(u,e,i,o,n,r,s,a,h)}},e.prototype.drawPattern=function(t,e,i,o,n){if(!(this.getGlobalAlpha()<1/255)){var r=this.getContext(),s=r.fillStyle;r.fillStyle=t,r.fillRect(e,i,o,n),r.fillStyle=s}},e.prototype.strokeArc=function(t,e,i,o,n,r,s){if(void 0===s&&(s=!1),!(this.getGlobalAlpha()<1/255)){var a=this.getContext();a.translate(t,e),a.beginPath(),a.arc(0,0,i,o,n,r||!1),a[!0===s?"fill":"stroke"](),a.translate(-t,-e)}},e.prototype.fillArc=function(t,e,i,o,n,r){this.strokeArc(t,e,i,o,n,r||!1,!0)},e.prototype.strokeEllipse=function(t,e,i,o,n){if(void 0===n&&(n=!1),!(this.getGlobalAlpha()<1/255)){var r=this.getContext(),s=t-i,a=t+i,h=e-o,l=e+o,u=.551784*i,c=.551784*o,p=t-u,d=t+u,f=e-c,y=e+c;r.beginPath(),r.moveTo(t,h),r.bezierCurveTo(d,h,a,f,a,e),r.bezierCurveTo(a,y,d,l,t,l),r.bezierCurveTo(p,l,s,y,s,e),r.bezierCurveTo(s,f,p,h,t,h),r[!0===n?"fill":"stroke"](),r.closePath()}},e.prototype.fillEllipse=function(t,e,i,o){this.strokeEllipse(t,e,i,o,!0)},e.prototype.strokeLine=function(t,e,i,o){if(!(this.getGlobalAlpha()<1/255)){var n=this.getContext();n.beginPath(),n.moveTo(t,e),n.lineTo(i,o),n.stroke()}},e.prototype.fillLine=function(t,e,i,o){this.strokeLine(t,e,i,o)},e.prototype.strokePolygon=function(t,e){if(void 0===e&&(e=!1),!(this.getGlobalAlpha()<1/255)){var i,o=this.getContext();this.translate(t.pos.x,t.pos.y),o.beginPath(),o.moveTo(t.points[0].x,t.points[0].y);for(var n=1;n<t.points.length;n++)i=t.points[n],o.lineTo(i.x,i.y);o.lineTo(t.points[0].x,t.points[0].y),o[!0===e?"fill":"stroke"](),o.closePath(),this.translate(-t.pos.x,-t.pos.y)}},e.prototype.fillPolygon=function(t){this.strokePolygon(t,!0)},e.prototype.strokeRect=function(t,e,i,o,n){(void 0===n&&(n=!1),this.getGlobalAlpha()<1/255)||this.getContext()[!0===n?"fillRect":"strokeRect"](t,e,i,o)},e.prototype.fillRect=function(t,e,i,o){this.strokeRect(t,e,i,o,!0)},e.prototype.strokeRoundRect=function(t,e,i,o,n,r){if(void 0===r&&(r=!1),!(this.getGlobalAlpha()<1/255)){var s=this.getContext();s.beginPath(),s.roundRect(t,e,i,o,n),s[!0===r?"fill":"stroke"]()}},e.prototype.fillRoundRect=function(t,e,i,o,n){this.strokeRoundRect(t,e,i,o,n,!0)},e.prototype.getContext=function(){return this.backBufferContext2D},e.prototype.getFontContext=function(){return this.getContext()},e.prototype.save=function(){this.backBufferContext2D.save()},e.prototype.restore=function(){this.backBufferContext2D.restore(),this.currentColor.glArray[3]=this.getGlobalAlpha(),this.currentScissor[0]=0,this.currentScissor[1]=0,this.currentScissor[2]=this.backBufferCanvas.width,this.currentScissor[3]=this.backBufferCanvas.height},e.prototype.rotate=function(t){this.backBufferContext2D.rotate(t)},e.prototype.scale=function(t,e){this.backBufferContext2D.scale(t,e)},e.prototype.setColor=function(t){this.backBufferContext2D.strokeStyle=this.backBufferContext2D.fillStyle=t instanceof Sn?t.toRGBA():t},e.prototype.setGlobalAlpha=function(t){this.backBufferContext2D.globalAlpha=this.currentColor.glArray[3]=t},e.prototype.getGlobalAlpha=function(){return this.backBufferContext2D.globalAlpha},e.prototype.setLineWidth=function(t){this.backBufferContext2D.lineWidth=t},e.prototype.setTransform=function(t){this.resetTransform(),this.transform(t)},e.prototype.transform=function(t){var e=t.toArray(),i=e[0],o=e[1],n=e[3],r=e[4],s=e[6],a=e[7];!1===this.settings.subPixel&&(s|=0,a|=0),this.backBufferContext2D.transform(i,o,n,r,s,a)},e.prototype.translate=function(t,e){!1===this.settings.subPixel?this.backBufferContext2D.translate(~~t,~~e):this.backBufferContext2D.translate(t,e)},e.prototype.clipRect=function(t,e,i,o){var n=this.backBufferCanvas;if(0!==t||0!==e||i!==n.width||o!==n.height){var r=this.currentScissor;if(r[0]!==t||r[1]!==e||r[2]!==i||r[3]!==o){var s=this.backBufferContext2D;s.beginPath(),s.rect(t,e,i,o),s.clip(),r[0]=t,r[1]=e,r[2]=i,r[3]=o}}},e.prototype.setMask=function(t,e){void 0===e&&(e=!1);var i=this.getContext();if(0===this.maskLevel)i.save(),i.beginPath();else if(t instanceof Jh)i.roundRect(t.top,t.left,t.width,t.height,t.radius);else if(t instanceof Kr||t instanceof ls)i.rect(t.top,t.left,t.width,t.height);else if(t instanceof ua){var o=t.pos.x,n=t.pos.y,r=t.radiusV.x,s=t.radiusV.y,a=o-r,h=o+r,l=n-s,u=n+s,c=.551784*r,p=.551784*s,d=o-c,f=o+c,y=n-p,g=n+p;i.moveTo(o,l),i.bezierCurveTo(f,l,h,y,h,n),i.bezierCurveTo(h,g,f,u,o,u),i.bezierCurveTo(d,u,a,g,a,n),i.bezierCurveTo(a,y,d,l,o,l)}else{var v,m=t.pos.x,_=t.pos.y;i.moveTo(m+t.points[0].x,_+t.points[0].y);for(var x=1;x<t.points.length;x++)v=t.points[x],i.lineTo(m+v.x,_+v.y)}this.maskLevel++,!0===e?(i.closePath(),i.globalCompositeOperation="destination-atop",i.fill()):i.clip()},e.prototype.clearMask=function(){this.maskLevel>0&&(this.maskLevel=0,this.getContext().restore())},e}(tl);function il(t,e){var i=0;!function(t){t.layerData=new Array(t.cols);for(var e=0;e<t.cols;e++){t.layerData[e]=new Array(t.rows);for(var i=0;i<t.rows;i++)t.layerData[e][i]=null}}(t);for(var o=0;o<t.rows;o++)for(var n=0;n<t.cols;n++){var r=e[i++];0!==r&&(t.layerData[n][o]=t.getTileById(r,n,o))}}var ol=function(t){function e(e,i,o,n,r,s,a){t.call(this,0,0,0,0),this.tilewidth=i.tilewidth||o,this.tileheight=i.tileheight||n,this.orientation=r,this.tilesets=s,this.tileset=this.tilesets?this.tilesets.getTilesetByIndex(0):null,this.maxTileSize={width:0,height:0};for(var h=0;h<this.tilesets.length;h++){var l=this.tilesets.getTilesetByIndex(h);this.maxTileSize.width=Math.max(this.maxTileSize.width,l.tilewidth),this.maxTileSize.height=Math.max(this.maxTileSize.height,l.tileheight)}this.animatedTilesets=[],this.isAnimated=!1,this.renderorder=i.renderorder||"right-down",this.pos.z=a,this.anchorPoint.set(0,0),this.name=i.name,this.cols=+i.width,this.rows=+i.height;var u=void 0!==i.visible?+i.visible:1;this.setOpacity(u?+i.opacity:0),"string"==typeof i.tintcolor&&this.tint.parseHex(i.tintcolor,!0),"isometric"===this.orientation?(this.width=(this.cols+this.rows)*(this.tilewidth/2),this.height=(this.cols+this.rows)*(this.tileheight/2)):(this.width=this.cols*this.tilewidth,this.height=this.rows*this.tileheight),Ph(this,i),void 0===this.preRender&&(this.preRender=Ba.preRender),this.setRenderer(e.getRenderer()),il(this,Eh(i.data,i.encoding,i.compression))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.onActivateEvent=function(){if(void 0===this.animatedTilesets&&(this.animatedTilesets=[]),this.tilesets)for(var t=this.tilesets.tilesets,e=0;e<t.length;e++)t[e].isAnimated&&this.animatedTilesets.push(t[e]);this.isAnimated=this.animatedTilesets.length>0,this.isAnimated&&(this.preRender=!1),this.getBounds().addBounds(this.getRenderer().getBounds(),!0),this.getBounds().shift(this.pos),!0!==this.preRender||this.canvasRenderer||(this.canvasRenderer=new el({canvas:ku(this.width,this.height),widht:this.width,heigth:this.height,transparent:!0}),function(t,e){for(var i=0;i<t.rows;i++)for(var o=0;o<t.cols;o++){var n=t.layerData[o][i];n instanceof Kh&&t.getRenderer().drawTile(e,o,i,n)}}(this,this.canvasRenderer))},e.prototype.onDeactivateEvent=function(){this.animatedTilesets=void 0},e.prototype.setRenderer=function(t){this.renderer=t},e.prototype.getRenderer=function(){return this.renderer},e.prototype.getTileId=function(t,e){var i=this.getTile(t,e);return i?i.tileId:null},e.prototype.getTile=function(t,e){var i=null;if(this.contains(t,e)){var o=this.getRenderer().pixelToTileCoords(t,e,gn.pull("Vector2d"));i=this.cellAt(o.x,o.y),gn.push(o)}return i},e.prototype.setTile=function(t,e,i){return this.layerData[e][i]=t,t},e.prototype.getTileById=function(t,e,i){return this.tileset.contains(t)||(this.tileset=this.tilesets.getTilesetByGid(t)),new Kh(e,i,t,this.tileset)},e.prototype.cellAt=function(t,e,i){var o=~~t,n=~~e,r=this.getRenderer();return!1===i||o>=0&&o<r.cols&&n>=0&&n<r.rows?this.layerData[o][n]:null},e.prototype.clearTile=function(t,e){this.layerData[t][e]=null,this.preRender&&this.canvasRenderer.clearRect(t*this.tilewidth,e*this.tileheight,this.tilewidth,this.tileheight)},e.prototype.update=function(t){if(this.isAnimated){for(var e=!1,i=0;i<this.animatedTilesets.length;i++)e=this.animatedTilesets[i].update(t)||e;return e}return!1},e.prototype.draw=function(t,e){if(this.preRender){var i=Math.min(e.width,this.width),o=Math.min(e.height,this.height);t.drawImage(this.canvasRenderer.getCanvas(),e.pos.x,e.pos.y,i,o,e.pos.x,e.pos.y,i,o)}else this.getRenderer().drawTileLayer(t,this,e)},e}(la),nl=function(t,e,i,o){this.cols=t,this.rows=e,this.tilewidth=i,this.tileheight=o,this.bounds=new ls};nl.prototype.canRender=function(t){return this.tilewidth===t.tilewidth&&this.tileheight===t.tileheight},nl.prototype.getBounds=function(t){var e=t instanceof ol?gn.pull("Bounds"):this.bounds;return e.setMinMax(0,0,this.cols*this.tilewidth,this.rows*this.tileheight),e},nl.prototype.pixelToTileCoords=function(t,e,i){return i},nl.prototype.tileToPixelCoords=function(t,e,i){return i},nl.prototype.drawTile=function(t,e,i,o){},nl.prototype.drawTileLayer=function(t,e,i){};var rl=function(t){function e(e){t.call(this,e.cols,e.rows,e.tilewidth,e.tileheight)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.canRender=function(e){return"orthogonal"===e.orientation&&t.prototype.canRender.call(this,e)},e.prototype.pixelToTileCoords=function(t,e,i){return(i||new vn).set(t/this.tilewidth,e/this.tileheight)},e.prototype.tileToPixelCoords=function(t,e,i){return(i||new vn).set(t*this.tilewidth,e*this.tileheight)},e.prototype.adjustPosition=function(t){"number"==typeof t.gid&&(t.y-=t.height)},e.prototype.drawTile=function(t,e,i,o){var n=o.tileset;n.drawTile(t,n.tileoffset.x+e*this.tilewidth,n.tileoffset.y+(i+1)*this.tileheight-n.tileheight,o)},e.prototype.drawTileLayer=function(t,e,i){var o=1,n=1,r=this.pixelToTileCoords(Math.max(i.pos.x-(e.maxTileSize.width-e.tilewidth),0),Math.max(i.pos.y-(e.maxTileSize.height-e.tileheight),0),gn.pull("Vector2d")).floorSelf(),s=this.pixelToTileCoords(i.pos.x+i.width+this.tilewidth,i.pos.y+i.height+this.tileheight,gn.pull("Vector2d")).ceilSelf();switch(s.x=s.x>this.cols?this.cols:s.x,s.y=s.y>this.rows?this.rows:s.y,e.renderorder){case"right-up":s.y=r.y+(r.y=s.y)-s.y,n=-1;break;case"left-down":s.x=r.x+(r.x=s.x)-s.x,o=-1;break;case"left-up":s.x=r.x+(r.x=s.x)-s.x,s.y=r.y+(r.y=s.y)-s.y,o=-1,n=-1}for(var a=r.y;a!==s.y;a+=n)for(var h=r.x;h!==s.x;h+=o){var l=e.cellAt(h,a,!1);l&&this.drawTile(t,h,a,l)}gn.push(r),gn.push(s)},e}(nl),sl=function(t){function e(e){t.call(this,e.cols,e.rows,e.tilewidth,e.tileheight),this.hTilewidth=this.tilewidth/2,this.hTileheight=this.tileheight/2,this.originX=this.rows*this.hTilewidth}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.canRender=function(e){return"isometric"===e.orientation&&t.prototype.canRender.call(this,e)},e.prototype.getBounds=function(t){var e=t instanceof ol?gn.pull("Bounds"):this.bounds;return e.setMinMax(0,0,(this.cols+this.rows)*(this.tilewidth/2),(this.cols+this.rows)*(this.tileheight/2)),e},e.prototype.pixelToTileCoords=function(t,e,i){return(i||new vn).set(e/this.tileheight+(t-this.originX)/this.tilewidth,e/this.tileheight-(t-this.originX)/this.tilewidth)},e.prototype.tileToPixelCoords=function(t,e,i){return(i||new vn).set((t-e)*this.hTilewidth+this.originX,(t+e)*this.hTileheight)},e.prototype.adjustPosition=function(t){var e=t.x/this.hTilewidth,i=t.y/this.tileheight,o=gn.pull("Vector2d");this.tileToPixelCoords(e,i,o),t.x=o.x,t.y=o.y,gn.push(o)},e.prototype.drawTile=function(t,e,i,o){var n=o.tileset;n.drawTile(t,(this.cols-1)*n.tilewidth+(e-i)*n.tilewidth>>1,-n.tilewidth+(e+i)*n.tileheight>>2,o)},e.prototype.drawTileLayer=function(t,e,i){var o=e.tileset,n=this.pixelToTileCoords(i.pos.x-o.tilewidth,i.pos.y-o.tileheight,gn.pull("Vector2d")).floorSelf(),r=this.pixelToTileCoords(i.pos.x+i.width+o.tilewidth,i.pos.y+i.height+o.tileheight,gn.pull("Vector2d")).ceilSelf(),s=this.tileToPixelCoords(r.x,r.y,gn.pull("Vector2d")),a=this.tileToPixelCoords(n.x,n.y,gn.pull("Vector2d"));a.x-=this.hTilewidth,a.y+=this.tileheight;var h=a.y-i.pos.y>this.hTileheight,l=i.pos.x-a.x<this.hTilewidth;h&&(l?(n.x--,a.x-=this.hTilewidth):(n.y--,a.x+=this.hTilewidth),a.y-=this.hTileheight);for(var u=h^l,c=n.clone(),p=2*a.y;p-2*this.tileheight<2*s.y;p+=this.tileheight){c.setV(n);for(var d=a.x;d<s.x;d+=this.tilewidth){var f=e.cellAt(c.x,c.y);if(f){var y=(o=f.tileset).tileoffset;o.drawTile(t,y.x+d,y.y+p/2-o.tileheight,f)}c.x++,c.y--}u?(n.y++,a.x-=this.hTilewidth,u=!1):(n.x++,a.x+=this.hTilewidth,u=!0)}gn.push(c),gn.push(n),gn.push(r),gn.push(s),gn.push(a)},e}(nl),al=[{x:0,y:0},{x:1,y:-1},{x:1,y:0},{x:2,y:0}],hl=[{x:0,y:0},{x:-1,y:1},{x:0,y:1},{x:0,y:2}],ll=function(t){function e(e){t.call(this,e.cols,e.rows,-2&e.tilewidth,-2&e.tileheight),this.hexsidelength=e.hexsidelength||0,this.staggerX="x"===e.staggeraxis,this.staggerEven="even"===e.staggerindex,this.sidelengthx=0,this.sidelengthy=0,"hexagonal"===e.orientation&&(this.staggerX?this.sidelengthx=this.hexsidelength:this.sidelengthy=this.hexsidelength),this.sideoffsetx=(this.tilewidth-this.sidelengthx)/2,this.sideoffsety=(this.tileheight-this.sidelengthy)/2,this.columnwidth=this.sideoffsetx+this.sidelengthx,this.rowheight=this.sideoffsety+this.sidelengthy,this.centers=[new vn,new vn,new vn,new vn]}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.canRender=function(e){return"hexagonal"===e.orientation&&t.prototype.canRender.call(this,e)},e.prototype.getBounds=function(t){var e=t instanceof ol?gn.pull("Bounds"):this.bounds;return this.staggerX?(e.setMinMax(0,0,this.cols*this.columnwidth+this.sideoffsetx,this.rows*(this.tileheight+this.sidelengthy)),e.width>1&&(e.height+=this.rowheight)):(e.setMinMax(0,0,this.cols*(this.tilewidth+this.sidelengthx),this.rows*this.rowheight+this.sideoffsety),e.height>1&&(e.width+=this.columnwidth)),e},e.prototype.doStaggerX=function(t){return this.staggerX&&1&t^this.staggerEven},e.prototype.doStaggerY=function(t){return!this.staggerX&&1&t^this.staggerEven},e.prototype.topLeft=function(t,e,i){var o=i||new vn;return this.staggerX?1&t^this.staggerEven?o.set(t-1,e):o.set(t-1,e-1):1&e^this.staggerEven?o.set(t,e-1):o.set(t-1,e-1),o},e.prototype.topRight=function(t,e,i){var o=i||new vn;return this.staggerX?1&t^this.staggerEven?o.set(t+1,e):o.set(t+1,e-1):1&e^this.staggerEven?o.set(t+1,e-1):o.set(t,e-1),o},e.prototype.bottomLeft=function(t,e,i){var o=i||new vn;return this.staggerX?1&t^this.staggerEven?o.set(t-1,e+1):o.set(t-1,e):1&e^this.staggerEven?o.set(t,e+1):o.set(t-1,e+1),o},e.prototype.bottomRight=function(t,e,i){var o=i||new vn;return this.staggerX?1&t^this.staggerEven?o.set(t+1,e+1):o.set(t+1,e):1&e^this.staggerEven?o.set(t+1,e+1):o.set(t,e+1),o},e.prototype.pixelToTileCoords=function(t,e,i){var o=i||new vn;this.staggerX?t-=this.staggerEven?this.tilewidth:this.sideoffsetx:e-=this.staggerEven?this.tileheight:this.sideoffsety;var n,r,s,a,h=gn.pull("Vector2d",Math.floor(t/(2*this.columnwidth)),Math.floor(e/(2*this.rowheight))),l=gn.pull("Vector2d",t-h.x*(2*this.columnwidth),e-h.y*(2*this.rowheight));this.staggerX?(h.x=2*h.x,this.staggerEven&&++h.x):(h.y=2*h.y,this.staggerEven&&++h.y),this.staggerX?(s=(n=this.sidelengthx/2)+this.columnwidth,a=this.tileheight/2,this.centers[0].set(n,a),this.centers[1].set(s,a-this.rowheight),this.centers[2].set(s,a+this.rowheight),this.centers[3].set(s+this.columnwidth,a)):(r=this.sidelengthy/2,s=this.tilewidth/2,a=r+this.rowheight,this.centers[0].set(s,r),this.centers[1].set(s-this.columnwidth,a),this.centers[2].set(s+this.columnwidth,a),this.centers[3].set(s,a+this.rowheight));for(var u=0,c=Number.MAX_VALUE,p=0;p<4;++p){var d=this.centers[p].sub(l).length2();d<c&&(c=d,u=p)}var f=this.staggerX?al:hl;return o.set(h.x+f[u].x,h.y+f[u].y),gn.push(h),gn.push(l),o},e.prototype.tileToPixelCoords=function(t,e,i){var o=Math.floor(t),n=Math.floor(e),r=i||new vn;return this.staggerX?(r.y=n*(this.tileheight+this.sidelengthy),this.doStaggerX(o)&&(r.y+=this.rowheight),r.x=o*this.columnwidth):(r.x=o*(this.tilewidth+this.sidelengthx),this.doStaggerY(n)&&(r.x+=this.columnwidth),r.y=n*this.rowheight),r},e.prototype.adjustPosition=function(t){"number"==typeof t.gid&&(t.y-=t.height)},e.prototype.drawTile=function(t,e,i,o){var n=o.tileset,r=this.tileToPixelCoords(e,i,gn.pull("Vector2d"));n.drawTile(t,n.tileoffset.x+r.x,n.tileoffset.y+r.y+(this.tileheight-n.tileheight),o),gn.push(r)},e.prototype.drawTileLayer=function(t,e,i){var o,n=this.pixelToTileCoords(i.pos.x,i.pos.y,gn.pull("Vector2d"));n.sub(e.pos);var r=this.tileToPixelCoords(n.x+e.pos.x,n.y+e.pos.y,gn.pull("Vector2d")),s=n.clone(),a=r.clone(),h=i.pos.y-r.y<this.sideoffsety,l=i.pos.x-r.x<this.sideoffsetx;h&&n.y--,l&&n.x--;var u=e.cols,c=e.rows;if(this.staggerX){n.x=Math.max(0,n.x),n.y=Math.max(0,n.y),r=this.tileToPixelCoords(n.x+e.pos.x,n.y+e.pos.y);for(var p=this.doStaggerX(n.x+e.pos.x);r.y<i.bottom&&n.y<c;){for(s.setV(n),a.setV(r);a.x<i.right&&s.x<u;s.x+=2)(o=e.cellAt(s.x,s.y,!1))&&o.tileset.drawTile(t,a.x,a.y,o),a.x+=this.tilewidth+this.sidelengthx;p?(n.x-=1,n.y+=1,r.x-=this.columnwidth,p=!1):(n.x+=1,r.x+=this.columnwidth,p=!0),r.y+=this.rowheight}gn.push(s),gn.push(a)}else{for(n.x=Math.max(0,n.x),n.y=Math.max(0,n.y),r=this.tileToPixelCoords(n.x+e.pos.x,n.y+e.pos.y),this.doStaggerY(n.y)&&(r.x-=this.columnwidth);r.y<i.bottom&&n.y<c;n.y++){for(s.setV(n),a.setV(r),this.doStaggerY(n.y)&&(a.x+=this.columnwidth);a.x<i.right&&s.x<u;s.x++)(o=e.cellAt(s.x,s.y,!1))&&o.tileset.drawTile(t,a.x,a.y,o),a.x+=this.tilewidth+this.sidelengthx;r.y+=this.rowheight}gn.push(s),gn.push(a)}gn.push(n),gn.push(r)},e}(nl),ul=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.canRender=function(e){return"staggered"===e.orientation&&t.prototype.canRender.call(this,e)},e.prototype.pixelToTileCoords=function(t,e,i){var o=i||new vn,n=t,r=e;this.staggerX?n-=this.staggerEven?this.sideoffsetx:0:r-=this.staggerEven?this.sideoffsety:0;var s=gn.pull("Vector2d",Math.floor(n/this.tilewidth),Math.floor(r/this.tileheight));this.staggerX?(s.x=2*s.x,this.staggerEven&&++s.x):(s.y=2*s.y,this.staggerEven&&++s.y);var a=gn.pull("Vector2d",n-s.x*this.tilewidth,r-s.y*this.tileheight),h=a.x*(this.tileheight/this.tilewidth);return this.sideoffsety-h>a.y&&(s=this.topLeft(s.x,s.y,s)),-this.sideoffsety+h>a.y&&(s=this.topRight(s.x,s.y,s)),this.sideoffsety+h<a.y&&(s=this.bottomLeft(s.x,s.y,s)),3*this.sideoffsety-h<a.y&&(s=this.bottomRight(s.x,s.y,s)),(o=this.tileToPixelCoords(s.x,s.y,o)).set(t-o.x,e-o.y),o.set(o.x-this.tilewidth/2,o.y*(this.tilewidth/this.tileheight)),o.div(this.tilewidth/Math.sqrt(2)).rotate(Jo(-45)).add(s),gn.push(s),gn.push(a),o},e}(ll),cl=function(t){var e=0;if(this.TileProperties=[],this.imageCollection=[],this.firstgid=this.lastgid=+t.firstgid,void 0!==t.source){var i=t.source,o=un(i);if(("tsx"===o||"json"===o)&&!(t=zl.getTMX(ln(i))))throw new Error(i+" external TSX/JSON tileset not found")}this.name=t.name,this.tilewidth=+t.tilewidth,this.tileheight=+t.tileheight,this.spacing=+t.spacing||0,this.margin=+t.margin||0,this.tileoffset=new vn,this.isAnimated=!1,this.isCollection=!1,this.animations=new Map,this._lastUpdate=0;var n=t.tiles;for(e in n)if(n.hasOwnProperty(e)){if("animation"in n[e]&&(this.isAnimated=!0,this.animations.set(n[+e].animation[0].tileid,{dt:0,idx:0,frames:n[+e].animation,cur:n[+e].animation[0]})),"properties"in n[e])if(Array.isArray(n[e].properties)){var r={};for(var s in n[e].properties)r[n[e].properties[s].name]=n[e].properties[s].value;this.setTileProperty(+n[e].id+this.firstgid,r)}else this.setTileProperty(+e+this.firstgid,n[e].properties);if("image"in n[e]){var a=zl.getImage(n[e].image);if(!a)throw new Error("melonJS: '"+n[e].image+"' file for tile '"+(+e+this.firstgid)+"' not found!");this.imageCollection[+e+this.firstgid]=a}}this.isCollection=this.imageCollection.length>0;var h=t.tileoffset;h&&(this.tileoffset.x=+h.x,this.tileoffset.y=+h.y);var l=t.tileproperties;if(l)for(e in l)l.hasOwnProperty(e)&&this.setTileProperty(+e+this.firstgid,l[e]);if(!1===this.isCollection){if(this.image=zl.getImage(t.image),!this.image)throw new Error("melonJS: '"+t.image+"' file for tileset '"+this.name+"' not found!");this.texture=Ou.cache.get(this.image,{framewidth:this.tilewidth,frameheight:this.tileheight,margin:this.margin,spacing:this.spacing}),this.atlas=this.texture.getAtlas();var u=+t.columns||Math.round(this.image.width/(this.tilewidth+this.spacing)),c=Math.round(this.image.height/(this.tileheight+this.spacing));t.tilecount%u>0&&++c,this.lastgid=this.firstgid+(u*c-1||0),t.tilecount&&this.lastgid-this.firstgid+1!=+t.tilecount&&console.warn("Computed tilecount ("+(this.lastgid-this.firstgid+1)+") does not match expected tilecount ("+t.tilecount+")")}};cl.prototype.getTileImage=function(t){return this.imageCollection[t]},cl.prototype.setTileProperty=function(t,e){this.TileProperties[t]=e},cl.prototype.contains=function(t){return t>=this.firstgid&&t<=this.lastgid},cl.prototype.getViewTileId=function(t){var e=t-this.firstgid;return this.animations.has(e)?this.animations.get(e).cur.tileid:e},cl.prototype.getTileProperties=function(t){return this.TileProperties[t]},cl.prototype.update=function(t){var e=0,i=ju.getTime(),o=!1;return this._lastUpdate!==i&&(this._lastUpdate=i,this.animations.forEach((function(i){for(i.dt+=t,e=i.cur.duration;i.dt>=e;)i.dt-=e,i.idx=(i.idx+1)%i.frames.length,i.cur=i.frames[i.idx],e=i.cur.duration,o=!0}))),o},cl.prototype.drawTile=function(t,e,i,o){if(o.flipped&&(t.save(),t.translate(e,i),t.transform(o.currentTransform),e=i=0),!0===this.isCollection)t.drawImage(this.imageCollection[o.tileId],0,0,o.width,o.height,e,i,o.width,o.height);else{var n=this.atlas[this.getViewTileId(o.tileId)].offset;t.drawImage(this.image,n.x,n.y,this.tilewidth,this.tileheight,e,i,this.tilewidth+t.uvOffset,this.tileheight+t.uvOffset)}o.flipped&&t.restore()};var pl=function(){this.tilesets=[],this.length=0};pl.prototype.add=function(t){this.tilesets.push(t),this.length++},pl.prototype.getTilesetByIndex=function(t){return this.tilesets[t]},pl.prototype.getTilesetByGid=function(t){var e=-1;t&=536870911;for(var i=0,o=this.tilesets.length;i<o;i++){if(this.tilesets[i].contains(t))return this.tilesets[i];this.tilesets[i].firstgid===this.tilesets[i].lastgid&&t>=this.tilesets[i].firstgid&&(e=i)}if(-1!==e)return this.tilesets[e];throw new Error("no matching tileset found for gid "+t)};var dl=function(t,e,i){this.points=void 0,this.name=e.name,this.x=+e.x,this.y=+e.y,this.z=+i,this.width=+e.width||0,this.height=+e.height||0,this.gid=+e.gid||null,this.tintcolor=e.tintcolor,this.type=e.type,this.type=e.type,this.rotation=Jo(+e.rotation||0),this.id=+e.id||void 0,this.orientation=t.orientation,this.shapes=void 0,this.isEllipse=!1,this.isPolygon=!1,this.isPolyLine=!1,"number"==typeof this.gid?this.setTile(t.tilesets):void 0!==e.ellipse?this.isEllipse=!0:void 0!==e.polygon?(this.points=e.polygon,this.isPolygon=!0):void 0!==e.polyline&&(this.points=e.polyline,this.isPolyLine=!0),void 0!==e.text?(this.text=e.text,this.text.font=e.text.fontfamily||"sans-serif",this.text.size=e.text.pixelsize||16,this.text.fillStyle=e.text.color||"#000000",this.text.textAlign=e.text.halign||"left",this.text.textBaseline=e.text.valign||"top",this.text.width=this.width,this.text.height=this.height,Ph(this.text,e)):(Ph(this,e),this.shapes||(this.shapes=this.parseTMXShapes())),t.isEditor||t.getRenderer().adjustPosition(this)};dl.prototype.setTile=function(t){var e=t.getTilesetByGid(this.gid);!1===e.isCollection&&(this.width=this.framewidth=e.tilewidth,this.height=this.frameheight=e.tileheight),this.tile=new Kh(this.x,this.y,this.gid,e)},dl.prototype.parseTMXShapes=function(){var t=0,e=[];if(!0===this.isEllipse)e.push(gn.pull("Ellipse",this.width/2,this.height/2,this.width,this.height).rotate(this.rotation));else if(!0===this.isPolygon){var i=gn.pull("Polygon",0,0,this.points);if(!1===i.isConvex())throw new Error("collision polygones in Tiled should be defined as Convex");e.push(i.rotate(this.rotation))}else if(!0===this.isPolyLine){var o,n,r=this.points,s=r.length-1;for(t=0;t<s;t++)o=gn.pull("Vector2d",r[t].x,r[t].y),n=gn.pull("Vector2d",r[t+1].x,r[t+1].y),0!==this.rotation&&(o=o.rotate(this.rotation),n=n.rotate(this.rotation)),e.push(gn.pull("Line",0,0,[o,n]))}else e.push(gn.pull("Polygon",0,0,[gn.pull("Vector2d"),gn.pull("Vector2d",this.width,0),gn.pull("Vector2d",this.width,this.height),gn.pull("Vector2d",0,this.height)]).rotate(this.rotation));if("isometric"===this.orientation)for(t=0;t<e.length;t++)e[t].toIso();return e},dl.prototype.getObjectPropertyByName=function(t){return this[t]};var fl=function(t,e,i){var o=this;this.name=e.name,this.width=e.width||0,this.height=e.height||0,this.tintcolor=e.tintcolor,this.z=i,this.objects=[];var n=void 0===e.visible||e.visible;this.opacity=!0===n?$o(+e.opacity||1,0,1):0,Ph(this,e),e.objects&&e.objects.forEach((function(e){e.tintcolor=o.tintcolor,o.objects.push(new dl(t,e,i))})),e.layers&&e.layers.forEach((function(e){var n=new ol(t,e,t.tilewidth,t.tileheight,t.orientation,t.tilesets,i++);n.setRenderer(t.getRenderer()),o.width=Math.max(o.width,n.width),o.height=Math.max(o.height,n.height),o.objects.push(n)}))};fl.prototype.destroy=function(){this.objects=null},fl.prototype.getObjectCount=function(){return this.objects.length},fl.prototype.getObjectByIndex=function(t){return this.objects[t]};function yl(t,e,i){return new fl(t,e,i)}var gl=function(t,e){if(this.data=e,this.name=t,this.cols=+e.width,this.rows=+e.height,this.tilewidth=+e.tilewidth,this.tileheight=+e.tileheight,this.infinite=+e.infinite,this.orientation=e.orientation,this.renderorder=e.renderorder||"right-down",this.version=e.version,this.tiledversion=e.tiledversion,this.tilesets=null,void 0===this.layers&&(this.layers=[]),void 0===this.objectGroups&&(this.objectGroups=[]),this.isEditor="melon-editor"===e.editor,this.nextobjectid=+e.nextobjectid||void 0,this.hexsidelength=+e.hexsidelength,this.staggeraxis=e.staggeraxis,this.staggerindex=e.staggerindex,this.bounds=this.getRenderer().getBounds().clone(),this.width=this.bounds.width,this.height=this.bounds.height,this.backgroundcolor=e.backgroundcolor,Ph(this,e),this.initialized=!1,1===this.infinite)throw new Error("Tiled Infinite Map not supported!")};gl.prototype.getRenderer=function(){return void 0!==this.renderer&&this.renderer.canRender(this)||(this.renderer=function(t){switch(t.orientation){case"orthogonal":return new rl(t);case"isometric":return new sl(t);case"hexagonal":return new ll(t);case"staggered":return new ul(t);default:throw new Error(t.orientation+" type TMX Tile Map not supported!")}}(this)),this.renderer},gl.prototype.getBounds=function(){return this.bounds},gl.prototype.readMapObjects=function(t){var e=this;if(!0!==this.initialized){var i=0;if(this.tilesets||(this.tilesets=new pl),void 0!==t.tilesets)t.tilesets.forEach((function(t){e.tilesets.add(function(t){return new cl(t)}(t))}));this.background_image&&this.layers.push(gn.pull("ImageLayer",0,0,{name:"background_image",image:this.background_image,z:i++})),t.layers.forEach((function(t){switch(t.type){case"imagelayer":e.layers.push(function(t,e,i){Ph(e.properties,e);var o=gn.pull("ImageLayer",+e.offsetx||+e.x||0,+e.offsety||+e.y||0,Object.assign({name:e.name,image:e.image,ratio:gn.pull("Vector2d",+e.parallaxx||1,+e.parallaxy||1),tint:void 0!==e.tintcolor?gn.pull("Color").parseHex(e.tintcolor,!0):void 0,z:i},e.properties)),n=void 0===e.visible||e.visible;return o.setOpacity(n?+e.opacity:0),o}(0,t,i++));break;case"tilelayer":e.layers.push(function(t,e,i){return new ol(t,e,t.tilewidth,t.tileheight,t.orientation,t.tilesets,i)}(e,t,i++));break;case"objectgroup":case"group":e.objectGroups.push(yl(e,t,i++))}})),this.initialized=!0}},gl.prototype.addTo=function(t,e,i){var o=t.autoSort,n=t.autoDepth,r=this.getBounds();function s(e,i){Ra.setBounds(0,0,Math.max(r.width,e),Math.max(r.height,i)),t.pos.set(Math.max(0,~~((e-r.width)/2)),Math.max(0,~~((i-r.height)/2)),t.pos.z)}t.autoSort=!1,t.autoDepth=!1,this.backgroundcolor&&t.backgroundColor.parseCSS(this.backgroundcolor),this.getLayers().forEach((function(e){t.addChild(e)})),this.getObjects(e).forEach((function(e){t.addChild(e)})),t.resize(this.bounds.width,this.bounds.height),t.sort(!0),!0===i&&(gr(ar,s),s(Ra.width,Ra.height),fr(ar,s,this)),t.autoSort=o,t.autoDepth=n},gl.prototype.getObjects=function(t){var e,i=[],o=!1;this.readMapObjects(this.data);for(var n=0;n<this.objectGroups.length;n++){var r=this.objectGroups[n];o=r.name.toLowerCase().includes("collision"),!1===t&&((e=new Ma(0,0,this.width,this.height)).anchorPoint.set(0,0),e.name=r.name,e.pos.z=r.z,e.setOpacity(r.opacity),e.autoSort=!1,e.autoDepth=!1);for(var s=0;s<r.objects.length;s++){var a,h,l=r.objects[s];void 0===l.anchorPoint&&(l.anchorPoint={x:0,y:0}),void 0!==l.tintcolor&&(l.tint=gn.pull("Color"),l.tint.parseHex(l.tintcolor,!0)),l instanceof ol?a=l:"object"==typeof l.text?(void 0===l.text.anchorPoint&&(l.text.anchorPoint=l.anchorPoint),(a=!0===l.text.bitmap?gn.pull("BitmapText",l.x,l.y,l.text):gn.pull("Text",l.x,l.y,l.text)).pos.z=l.z):"object"==typeof l.tile?(void 0===(h=l.shapes)&&(h=gn.pull("Polygon",0,0,[gn.pull("Vector2d",0,0),gn.pull("Vector2d",this.width,0),gn.pull("Vector2d",this.width,this.height)])),(a=l.tile.getRenderable(l)).body=new Sa(a,h),a.body.setStatic(!0),a.pos.setMuted(l.x,l.y,l.z)):(void 0!==l.name&&""!==l.name?a=gn.pull(l.name,l.x,l.y,l):(a=gn.pull("Renderable",l.x,l.y,l.width,l.height),void 0===(h=l.shapes)&&(h=gn.pull("Polygon",0,0,[gn.pull("Vector2d",0,0),gn.pull("Vector2d",this.width,0),gn.pull("Vector2d",this.width,this.height)])),a.anchorPoint.set(0,0),a.name=l.name,a.type=l.type,a.id=l.id,a.body=new Sa(a,h),a.body.setStatic(!0),a.resize(a.body.getBounds().width,a.body.getBounds().height)),a.pos.z=l.z),o&&!l.name&&a.body&&(a.body.collisionType=Aa.types.WORLD_SHAPE,a.body.isStatic=!0),!1!==t?(!0===a.isRenderable&&(a.setOpacity(a.getOpacity()*r.opacity),a.renderable instanceof la&&a.renderable.setOpacity(a.renderable.getOpacity()*r.opacity)),i.push(a)):e.addChild(a)}!1===t&&e.children.length>0&&(e.autoSort=!0,e.autoDepth=!0,i.push(e))}return i},gl.prototype.getLayers=function(){return this.readMapObjects(this.data),this.layers},gl.prototype.destroy=function(){this.tilesets=void 0,this.layers.length=0,this.objectGroups.length=0,this.initialized=!1};var vl={},ml=[],_l=0;function xl(t,e,i){e.container.reset(),Ka(),vl[bl.getCurrentLevelId()]&&vl[bl.getCurrentLevelId()].destroy(),_l=ml.indexOf(t),function(t,e,i,o){var n=vl[t];zu.resetGUID(t,n.nextobjectid),e.anchorPoint.set(0,0),n.addTo(e,i,o)}(t,e.container,e.flatten,e.setViewportBounds),dr(Yn,t),e.onLoaded(t),i&&Ah.restart()}var bl={add:function(t,e,i){if("tmx"===t)return null==vl[e]&&(vl[e]=new gl(e,zl.getTMX(e)),ml.push(e),i&&i(),!0);throw new Error("no level loader defined for format "+t)},load:function(t,e){if(e=Object.assign({container:Ba,onLoaded:Za,flatten:true,setViewportBounds:!0},e||{}),void 0===vl[t])throw new Error("level "+t+" not found");if(!(vl[t]instanceof gl))throw new Error("no level loader defined");return Ah.isRunning()?(Ah.stop(),zu.function.defer(xl,this,t,e,!0)):xl(t,e),!0},getCurrentLevelId:function(){return ml[_l]},getCurrentLevel:function(){return vl[this.getCurrentLevelId()]},reload:function(t){return this.load(this.getCurrentLevelId(),t)},next:function(t){return _l+1<ml.length&&this.load(ml[_l+1],t)},previous:function(t){return _l-1>=0&&this.load(ml[_l-1],t)},levelCount:function(){return ml.length}},wl={},Tl={},Al={},Sl={},El={},Cl=0,Ml=0,Pl=0;function Ol(t){if(Ml===Cl){if(!t&&!zl.onload)throw new Error("no load callback defined");clearTimeout(Pl);var e=t||zl.onload;setTimeout((function(){e(),dr(qn)}),300)}else Pl=setTimeout((function(){Ol(t)}),100)}function kl(t,e,i){wl[t.name]=new Image,wl[t.name].onload=e,wl[t.name].onerror=i,"string"==typeof zl.crossOrigin&&(wl[t.name].crossOrigin=zl.crossOrigin),wl[t.name].src=t.src+zl.nocache}function Il(t,e,i){var o=new FontFace(t.name,t.src);o.load().then((function(){document.fonts.add(o),document.body.style.fontFamily=t.name,e()}),(function(){i(t.name)}))}function Rl(t,e,i){function o(e){Tl[t.name]=e,"tmx"===t.type&&bl.add(t.type,t.name)}if(t.data)return o(t.data),void e();var n=new XMLHttpRequest,r=un(t.src);n.overrideMimeType&&("json"===r?n.overrideMimeType("application/json"):n.overrideMimeType("text/xml")),n.open("GET",t.src+zl.nocache,!0),n.withCredentials=zl.withCredentials,n.ontimeout=i,n.onreadystatechange=function(){if(4===n.readyState)if(200===n.status||0===n.status&&n.responseText){var s=null;switch(r){case"xml":case"tmx":case"tsx":if(du.ua.match(/msie/i)||!n.responseXML){if(!globalThis.DOMParser)throw new Error("XML file format loading not supported, use the JSON file format instead");s=(new DOMParser).parseFromString(n.responseText,"text/xml")}else s=n.responseXML;var a=Mh(s);switch(r){case"tmx":s=a.map;break;case"tsx":s=a.tilesets[0]}break;case"json":s=JSON.parse(n.responseText);break;default:throw new Error("TMX file format "+r+"not supported !")}o(s),e()}else i(t.name)},n.send()}function Bl(t,e,i){var o=new XMLHttpRequest;o.overrideMimeType&&o.overrideMimeType("application/json"),o.open("GET",t.src+zl.nocache,!0),o.withCredentials=zl.withCredentials,o.ontimeout=i,o.onreadystatechange=function(){4===o.readyState&&(200===o.status||0===o.status&&o.responseText?(Sl[t.name]=JSON.parse(o.responseText),e()):i(t.name))},o.send()}function Dl(t,e,i){var o=new XMLHttpRequest;o.open("GET",t.src+zl.nocache,!0),o.withCredentials=zl.withCredentials,o.responseType="arraybuffer",o.onerror=i,o.onload=function(){var i=o.response;if(i){for(var n=new Uint8Array(i),r=[],s=0;s<n.byteLength;s++)r[s]=String.fromCharCode(n[s]);Al[t.name]=r.join(""),e()}},o.send()}function Ll(t,e,i){var o=document.createElement("script");o.src=t.src,o.type="text/javascript","string"==typeof zl.crossOrigin&&(o.crossOrigin=zl.crossOrigin),o.defer=!0,o.onload=function(){e()},o.onerror=function(){i(t.name)},document.getElementsByTagName("body")[0].appendChild(o)}var zl={nocache:"",onload:void 0,onProgress:void 0,crossOrigin:void 0,withCredentials:!1,onResourceLoaded:function(t){var e=++Ml/Cl;this.onProgress&&this.onProgress(e,t),dr(Zn,e,t)},onLoadingError:function(t){throw new Error("Failed loading resource "+t.src)},setNocache:function(t){this.nocache=t?"?"+~~(1e7*Math.random()):""},setBaseURL:function(t,e){"*"!==t?El[t]=e:(El.audio=e,El.binary=e,El.image=e,El.json=e,El.js=e,El.tmx=e,El.tsx=e)},preload:function(t,e,i){void 0===i&&(i=!0);for(var o=0;o<t.length;o++)Cl+=this.load(t[o],this.onResourceLoaded.bind(this,t[o]),this.onLoadingError.bind(this,t[o]));void 0!==e&&(this.onload=e),!0===i&&Ah.change(Ah.LOADING),Ol(e)},load:function(t,e,i){switch(void 0!==El[t.type]&&(t.src=El[t.type]+t.src),t.type){case"binary":return Dl.call(this,t,e,i),1;case"image":return kl.call(this,t,e,i),1;case"json":return Bl.call(this,t,e,i),1;case"js":return Ll.call(this,t,e,i),1;case"tmx":case"tsx":return Rl.call(this,t,e,i),1;case"audio":return Xl(t,!!t.stream,e,i),1;case"fontface":return Il.call(this,t,e,i),1;default:throw new Error("load : unknown or invalid resource type : "+t.type)}},unload:function(t){switch(t.type){case"binary":return t.name in Al&&(delete Al[t.name],!0);case"image":return t.name in wl&&(delete wl[t.name],!0);case"json":return t.name in Sl&&(delete Sl[t.name],!0);case"js":case"fontface":return!0;case"tmx":case"tsx":return t.name in Tl&&(delete Tl[t.name],!0);case"audio":return Jl(t.name);default:throw new Error("unload : unknown or invalid resource type : "+t.type)}},unloadAll:function(){var t;for(t in Al)Al.hasOwnProperty(t)&&this.unload({name:t,type:"binary"});for(t in wl)wl.hasOwnProperty(t)&&this.unload({name:t,type:"image"});for(t in Tl)Tl.hasOwnProperty(t)&&this.unload({name:t,type:"tmx"});for(t in Sl)Sl.hasOwnProperty(t)&&this.unload({name:t,type:"json"});$l()},getTMX:function(t){return(t=""+t)in Tl?Tl[t]:null},getBinary:function(t){return(t=""+t)in Al?Al[t]:null},getImage:function(t){return(t=ln(""+t))in wl?wl[t]:null},getJSON:function(t){return(t=""+t)in Sl?Sl[t]:null}},Fl={},Vl=null,jl=0,Nl=[],Ul=function(t,e){if(jl++>3)throw new Error("melonJS: failed loading "+t);Fl[t].load()};function Gl(){return!mr.Howler.noAudio}function Xl(t,e,i,o){var n=[];if(0===Nl.length)throw new Error("target audio extension(s) should be set through me.audio.init() before calling the preloader.");for(var r=0;r<Nl.length;r++)n.push(t.src+t.name+"."+Nl[r]+zl.nocache);return Fl[t.name]=new mr.Howl({src:n,volume:mr.Howler.volume(),html5:!0===e,xhrWithCredentials:zl.withCredentials,onloaderror:function(){Ul.call(this,t.name,o)},onload:function(){jl=0,i&&i()}}),1}function Hl(t,e,i,o){void 0===e&&(e=!1);var n=Fl[t];if(n&&void 0!==n){var r=n.play();return"boolean"==typeof e&&n.loop(e,r),n.volume("number"==typeof o?$o(o,0,1):mr.Howler.volume(),r),"function"==typeof i&&(!0===e?n.on("end",i,r):n.once("end",i,r)),r}throw new Error("audio clip "+t+" does not exist")}function Wl(){null!==Vl&&Fl[Vl].pause()}function Yl(){null!==Vl&&Fl[Vl].play()}function ql(t,e,i){i=void 0===i||!!i;var o=Fl[t];if(!o||void 0===o)throw new Error("audio clip "+t+" does not exist");o.mute(i,e)}function Zl(){mr.Howler.mute(!0)}function Kl(){mr.Howler.mute(!1)}function Jl(t){return t in Fl&&(Fl[t].unload(),delete Fl[t],!0)}function $l(){for(var t in Fl)Fl.hasOwnProperty(t)&&Jl(t)}var Ql=Object.freeze({__proto__:null,stopOnAudioError:!0,init:function(t){return void 0===t&&(t="mp3"),Nl=t.split(","),!mr.Howler.noAudio},hasFormat:function(t){return Gl()&&mr.Howler.codecs(t)},hasAudio:Gl,enable:function(){Kl()},disable:function(){Zl()},load:Xl,play:Hl,fade:function(t,e,i,o,n){var r=Fl[t];if(!r||void 0===r)throw new Error("audio clip "+t+" does not exist");r.fade(e,i,o,n)},seek:function(t){for(var e=[],i=arguments.length-1;i-- >0;)e[i]=arguments[i+1];var o=Fl[t];if(o&&void 0!==o)return o.seek.apply(o,e);throw new Error("audio clip "+t+" does not exist")},rate:function(t){for(var e=[],i=arguments.length-1;i-- >0;)e[i]=arguments[i+1];var o=Fl[t];if(o&&void 0!==o)return o.rate.apply(o,e);throw new Error("audio clip "+t+" does not exist")},stop:function(t,e){if(void 0!==t){var i=Fl[t];if(!i||void 0===i)throw new Error("audio clip "+t+" does not exist");i.stop(e),i.off("end",void 0,e)}else mr.Howler.stop()},pause:function(t,e){var i=Fl[t];if(!i||void 0===i)throw new Error("audio clip "+t+" does not exist");i.pause(e)},resume:function(t,e){var i=Fl[t];if(!i||void 0===i)throw new Error("audio clip "+t+" does not exist");i.play(e)},playTrack:function(t,e){return Hl(Vl=t,!0,null,e)},stopTrack:function(){null!==Vl&&(Fl[Vl].stop(),Vl=null)},pauseTrack:Wl,resumeTrack:Yl,getCurrentTrack:function(){return Vl},setVolume:function(t){mr.Howler.volume(t)},getVolume:function(){return mr.Howler.volume()},mute:ql,unmute:function(t,e){ql(t,e,!1)},muteAll:Zl,unmuteAll:Kl,muted:function(){return mr.Howler._muted},unload:Jl,unloadAll:$l}),tu={};function eu(t){return"add"===t||"remove"===t}fr(Rn,(function(){if(void 0!==globalThis.localStorage){var t=globalThis.localStorage.getItem("me.save");if("string"==typeof t&&t.length>0)(JSON.parse(t)||[]).forEach((function(t){tu[t]=JSON.parse(globalThis.localStorage.getItem("me.save."+t))}))}}));var iu={add:function(t){var e=iu;Object.keys(t).forEach((function(i){var o;eu(i)||(o=i,Object.defineProperty(e,o,{configurable:!0,enumerable:!0,get:function(){return tu[o]},set:function(t){tu[o]=t,!0===du.localStorage&&globalThis.localStorage.setItem("me.save."+o,JSON.stringify(t))}}),i in tu||(e[i]=t[i]))})),!0===du.localStorage&&globalThis.localStorage.setItem("me.save",JSON.stringify(Object.keys(tu)))},remove:function(t){eu(t)||void 0!==tu[t]&&(delete tu[t],!0===du.localStorage&&(globalThis.localStorage.removeItem("me.save."+t),globalThis.localStorage.setItem("me.save",JSON.stringify(Object.keys(tu)))))}},ou=!1,nu=!1,ru=!0;function su(t){return t.preventDefault(),"function"==typeof globalThis.scroll&&globalThis.scroll(0,0),!1}var au=!1,hu=!1,lu=[];function uu(){if(!hu){if(void 0!==globalThis.document&&!globalThis.document.body)return setTimeout(uu,13);for(void 0!==globalThis.document&&"function"==typeof globalThis.document.removeEventListener&&globalThis.document.removeEventListener("DOMContentLoaded",this._domReady,!1),"function"==typeof globalThis.removeEventListener&&globalThis.removeEventListener("load",uu,!1);lu.length;)lu.shift().call(globalThis,[]);hu=!0}}var cu={left:0,top:0,x:0,y:0,width:0,height:0,right:0,bottom:0};function pu(){du.iOS=/iPhone|iPad|iPod/i.test(du.ua),du.android=/Android/i.test(du.ua),du.android2=/Android 2/i.test(du.ua),du.linux=/Linux/i.test(du.ua),du.chromeOS=/CrOS/.test(du.ua),du.wp=/Windows Phone/i.test(du.ua),du.BlackBerry=/BlackBerry/i.test(du.ua),du.Kindle=/Kindle|Silk.*Mobile Safari/i.test(du.ua),du.isMobile=/Mobi/i.test(du.ua)||du.iOS||du.android||du.wp||du.BlackBerry||du.Kindle||!1,du.ejecta=void 0!==globalThis.ejecta,du.isWeixin=/MicroMessenger/i.test(du.ua),du.TouchEvent=!!("ontouchstart"in globalThis),du.PointerEvent=!!globalThis.PointerEvent,globalThis.gesture=No("gesture"),du.touch=du.TouchEvent||du.PointerEvent,du.maxTouchPoints=du.touch?du.PointerEvent?globalThis.navigator.maxTouchPoints||1:10:1,du.wheel=void 0!==globalThis.document&&"onwheel"in globalThis.document.createElement("div"),du.hasPointerLockSupport=void 0!==globalThis.document&&void 0!==globalThis.document.pointerLockElement,du.hasDeviceOrientation=!!globalThis.DeviceOrientationEvent,du.hasAccelerometer=!!globalThis.DeviceMotionEvent,du.ScreenOrientation="undefined"!=typeof screen&&void 0!==screen.orientation,du.hasFullscreenSupport=void 0!==globalThis.document&&(No("fullscreenEnabled",globalThis.document)||globalThis.document.mozFullScreenEnabled),!0===du.hasFullscreenSupport&&(globalThis.document.exitFullscreen=void 0!==globalThis.document&&(No("cancelFullScreen",globalThis.document)||No("exitFullscreen",globalThis.document))),du.hasWebAudio=!(!globalThis.AudioContext&&!globalThis.webkitAudioContext);try{du.localStorage=!!globalThis.localStorage}catch(t){du.localStorage=!1}try{du.OffscreenCanvas=void 0!==globalThis.OffscreenCanvas&&null!==new OffscreenCanvas(0,0).getContext("2d")}catch(t){du.OffscreenCanvas=!1}var t,e;("function"==typeof globalThis.addEventListener&&(globalThis.addEventListener("blur",(function(){du.stopOnBlur&&Ah.stop(!0),du.pauseOnBlur&&Ah.pause(!0)}),!1),globalThis.addEventListener("focus",(function(){du.stopOnBlur&&Ah.restart(!0),du.resumeOnFocus&&Ah.resume(!0),du.autoFocus&&du.focus()}),!1)),void 0!==globalThis.document)&&(void 0!==globalThis.document.hidden?(t="hidden",e="visibilitychange"):void 0!==globalThis.document.mozHidden?(t="mozHidden",e="mozvisibilitychange"):void 0!==globalThis.document.msHidden?(t="msHidden",e="msvisibilitychange"):void 0!==globalThis.document.webkitHidden&&(t="webkitHidden",e="webkitvisibilitychange"),"string"==typeof e&&globalThis.document.addEventListener(e,(function(){globalThis.document[t]?(du.stopOnBlur&&Ah.stop(!0),du.pauseOnBlur&&Ah.pause(!0)):(du.stopOnBlur&&Ah.restart(!0),du.resumeOnFocus&&Ah.resume(!0))}),!1));du.isMobile&&du.enableSwipe(!1)}fr(Rn,(function(){pu()}));var du={ua:void 0!==globalThis.navigator?globalThis.navigator.userAgent:"",localStorage:!1,hasAccelerometer:!1,hasDeviceOrientation:!1,ScreenOrientation:!1,hasFullscreenSupport:!1,hasPointerLockSupport:!1,hasWebAudio:!1,nativeBase64:"function"==typeof globalThis.atob,maxTouchPoints:1,touch:!1,wheel:!1,isMobile:!1,iOS:!1,android:!1,android2:!1,linux:!1,ejecta:!1,isWeixin:!1,nodeJS:"undefined"!=typeof process&&"node"===process.release.name,chromeOS:!1,wp:!1,BlackBerry:!1,Kindle:!1,accelerationX:0,accelerationY:0,accelerationZ:0,gamma:0,beta:0,alpha:0,language:void 0!==globalThis.navigator&&(globalThis.navigator.language||globalThis.navigator.browserLanguage||globalThis.navigator.userLanguage)||"en",pauseOnBlur:!0,resumeOnFocus:!0,autoFocus:!0,stopOnBlur:!1,OffscreenCanvas:!1,onReady:function(t){hu?t.call(globalThis,[]):(lu.push(t),au||(!0===du.nodeJS||void 0!==globalThis.document&&"complete"===globalThis.document.readyState?globalThis.setTimeout(uu,0):(void 0!==globalThis.document&&"function"==typeof globalThis.document.addEventListener&&globalThis.document.addEventListener("DOMContentLoaded",uu,!1),globalThis.addEventListener("load",uu,!1)),au=!0))},enableSwipe:function(t){var e=du.PointerEvent?"pointermove":du.TouchEvent?"touchmove":"mousemove";!1!==t?!1===ru&&(globalThis.document.removeEventListener(e,su),ru=!0):!0===ru&&(globalThis.document.addEventListener(e,su,{passive:!1}),ru=!1)},requestFullscreen:function(t){this.hasFullscreenSupport&&((t=t||Iu()).requestFullscreen=No("requestFullscreen",t)||t.mozRequestFullScreen,t.requestFullscreen())},exitFullscreen:function(){this.hasFullscreenSupport&&document.exitFullscreen()},getScreenOrientation:function(){var t="portrait",e="landscape",i=globalThis.screen;if(!0===this.ScreenOrientation){var o=No("orientation",i);if(void 0!==o&&"string"==typeof o.type)return o.type;if("string"==typeof o)return o}return"number"==typeof globalThis.orientation?90===Math.abs(globalThis.orientation)?e:t:globalThis.outerWidth>globalThis.outerHeight?e:t},lockOrientation:function(t){var e=globalThis.screen;if(void 0!==e){var i=No("lockOrientation",e);if(void 0!==i)return i(t)}return!1},unlockOrientation:function(){var t=globalThis.screen;if(void 0!==t){var e=No("unlockOrientation",t);if(void 0!==e)return e()}return!1},isPortrait:function(){return this.getScreenOrientation().includes("portrait")},isLandscape:function(){return this.getScreenOrientation().includes("landscape")},getStorage:function(t){if(void 0===t&&(t="local"),"local"===t)return iu;throw new Error("storage type "+t+" not supported")},getParentElement:function(t){var e=this.getElement(t);return null!==e.parentNode&&(e=e.parentNode),e},getElement:function(t){var e=null;return"undefined"!==t&&("string"==typeof t?e=document.getElementById(t):"object"==typeof t&&t.nodeType===Node.ELEMENT_NODE&&(e=t)),e||(e=document.body),e},getElementBounds:function(t){return"object"==typeof t&&t!==document.body&&void 0!==t.getBoundingClientRect?t.getBoundingClientRect():(cu.width=cu.right=globalThis.innerWidth,cu.height=cu.bottom=globalThis.innerHeight,cu)},getParentBounds:function(t){return this.getElementBounds(this.getParentElement(t))},isWebGLSupported:function(t){var e=!1;try{var i=document.createElement("canvas"),o={stencil:!0,failIfMajorPerformanceCaveat:t.failIfMajorPerformanceCaveat};e=!(!globalThis.WebGLRenderingContext||!i.getContext("webgl",o)&&!i.getContext("experimental-webgl",o))}catch(t){e=!1}return e},getMaxShaderPrecision:function(t){return t.getShaderPrecisionFormat(t.VERTEX_SHADER,t.HIGH_FLOAT).precision>0&&t.getShaderPrecisionFormat(t.FRAGMENT_SHADER,t.HIGH_FLOAT).precision>0?"highp":t.getShaderPrecisionFormat(t.VERTEX_SHADER,t.MEDIUM_FLOAT).precision>0&&t.getShaderPrecisionFormat(t.FRAGMENT_SHADER,t.MEDIUM_FLOAT).precision>0?"mediump":"lowp"},focus:function(){"function"==typeof globalThis.focus&&globalThis.focus()},onDeviceMotion:function(t){this.accelerationX=t.accelerationIncludingGravity.x,this.accelerationY=t.accelerationIncludingGravity.y,this.accelerationZ=t.accelerationIncludingGravity.z},onDeviceRotate:function(t){this.gamma=t.gamma,this.beta=t.beta,this.alpha=t.alpha},watchAccelerometer:function(){var t=this;return this.hasAccelerometer&&!ou&&(DeviceOrientationEvent&&"function"==typeof DeviceOrientationEvent.requestPermission?DeviceOrientationEvent.requestPermission().then((function(e){"granted"===e&&(globalThis.addEventListener("devicemotion",t.onDeviceMotion,!1),ou=!0)})).catch(console.error):(globalThis.addEventListener("devicemotion",this.onDeviceMotion,!1),ou=!0)),ou},unwatchAccelerometer:function(){ou&&(globalThis.removeEventListener("devicemotion",this.onDeviceMotion,!1),ou=!1)},watchDeviceOrientation:function(){var t=this;return this.hasDeviceOrientation&&!nu&&("function"==typeof DeviceOrientationEvent.requestPermission?DeviceOrientationEvent.requestPermission().then((function(e){"granted"===e&&(globalThis.addEventListener("deviceorientation",t.onDeviceRotate,!1),nu=!0)})).catch(console.error):(globalThis.addEventListener("deviceorientation",this.onDeviceRotate,!1),nu=!0)),nu},unwatchDeviceOrientation:function(){nu&&(globalThis.removeEventListener("deviceorientation",this.onDeviceRotate,!1),nu=!1)},vibrate:function(t){void 0!==globalThis.navigator&&"function"==typeof globalThis.navigator.vibrate&&globalThis.navigator.vibrate(t)}};Object.defineProperty(du,"devicePixelRatio",{get:function(){return globalThis.devicePixelRatio||1}}),Object.defineProperty(du,"isFullscreen",{get:function(){return!!this.hasFullscreenSupport&&!(!No("fullscreenElement",document)&&!document.mozFullScreenElement)}}),Object.defineProperty(du,"sound",{get:function(){return Gl()}});var fu={bool:"1i",int:"1i",float:"1f",vec2:"2fv",vec3:"3fv",vec4:"4fv",bvec2:"2iv",bvec3:"3iv",bvec4:"4iv",ivec2:"2iv",ivec3:"3iv",ivec4:"4iv",mat2:"Matrix2fv",mat3:"Matrix3fv",mat4:"Matrix4fv",sampler2D:"1i"};function yu(t,e,i){var o=t.createShader(e);if(t.shaderSource(o,i),t.compileShader(o),!t.getShaderParameter(o,t.COMPILE_STATUS))throw new Error(t.getShaderInfoLog(o));return o}function gu(t,e){return"precision"!==t.substring(0,9)?"precision "+e+" float;"+t:t}function vu(t){return t=(t=(t=(t=t.replace(/\/\*[\s\S]*?\*\/|([^\\:]|^)\/\/.*$/gm,"$1")).replace(/(\\n\s+)|(\s+\\n)/g,"")).replace(/(\\r|\\n)+/g,"")).replace(/\s*([;,[\](){}\\\/\-+*|^&!=<>?~%])\s*/g,"$1")}var mu=function(t,e,i,o){this.gl=t,this.vertex=gu(vu(e),o||du.getMaxShaderPrecision(this.gl)),this.fragment=gu(vu(i),o||du.getMaxShaderPrecision(this.gl)),this.attributes=function(t,e){for(var i,o={},n=/attribute\s+\w+\s+(\w+)/g,r=0;i=n.exec(e.vertex);)o[i[1]]=r++;return o}(this.gl,this),this.program=function(t,e,i,o){var n=yu(t,t.VERTEX_SHADER,e),r=yu(t,t.FRAGMENT_SHADER,i),s=t.createProgram();for(var a in t.attachShader(s,n),t.attachShader(s,r),o)t.bindAttribLocation(s,o[a],a);if(t.linkProgram(s),!t.getProgramParameter(s,t.LINK_STATUS)){var h="Error initializing Shader "+this+"\ngl.VALIDATE_STATUS: "+t.getProgramParameter(s,t.VALIDATE_STATUS)+"\ngl.getError()"+t.getError()+"\ngl.getProgramInfoLog()"+t.getProgramInfoLog(s);throw t.deleteProgram(s),s=null,new Error(h)}return t.useProgram(s),t.deleteShader(n),t.deleteShader(r),s}(this.gl,this.vertex,this.fragment,this.attributes),this.uniforms=function(t,e){var i,o={},n=/uniform\s+(\w+)\s+(\w+)/g,r={},s={},a={};return[e.vertex,e.fragment].forEach((function(t){for(;i=n.exec(t);)r[i[2]]=i[1]})),Object.keys(r).forEach((function(i){var o=r[i];a[i]=t.getUniformLocation(e.program,i),s[i]={get:function(t){return function(){return a[t]}}(i),set:function(e,i,o){return 0===i.indexOf("mat")?function(i){t[o](a[e],!1,i)}:function(i){var n=o;i.length&&"v"!==o.slice(-1)&&(n+="v"),t[n](a[e],i)}}(i,o,"uniform"+fu[o])}})),Object.defineProperties(o,s),o}(this.gl,this),fr(cr,this.destroy,this)};mu.prototype.bind=function(){this.gl.useProgram(this.program)},mu.prototype.getAttribLocation=function(t){var e=this.attributes[t];return void 0!==e?e:-1},mu.prototype.setUniform=function(t,e){var i=this.uniforms;if(void 0===i[t])throw new Error("undefined ("+t+") uniform for shader "+this);"object"==typeof e&&"function"==typeof e.toArray?i[t]=e.toArray():i[t]=e},mu.prototype.setVertexAttributes=function(t,e,i){for(var o=0;o<e.length;++o){var n=e[o],r=this.getAttribLocation(n.name);-1!==r?(t.enableVertexAttribArray(r),t.vertexAttribPointer(r,n.size,n.type,n.normalized,i,n.offset)):t.disableVertexAttribArray(o)}},mu.prototype.destroy=function(){this.uniforms=null,this.attributes=null,this.gl.deleteProgram(this.program),this.vertex=null,this.fragment=null};var _u=function(t,e){this.vertexSize=t,this.quadSize=e,this.maxVertex=256,this.vertexCount=0,this.buffer=new ArrayBuffer(this.maxVertex*this.vertexSize*this.quadSize),this.bufferF32=new Float32Array(this.buffer),this.bufferU32=new Uint32Array(this.buffer)};_u.prototype.clear=function(){this.vertexCount=0},_u.prototype.isFull=function(t){return void 0===t&&(t=this.quadSize),this.vertexCount+t>=this.maxVertex},_u.prototype.resize=function(){this.maxVertex<<=1;var t=this.bufferF32;return this.buffer=new ArrayBuffer(this.maxVertex*this.vertexSize*this.quadSize),this.bufferF32=new Float32Array(this.buffer),this.bufferU32=new Uint32Array(this.buffer),this.bufferF32.set(t),this},_u.prototype.push=function(t,e,i,o,n){var r=this.vertexCount*this.vertexSize;return this.vertexCount>=this.maxVertex&&this.resize(),this.bufferF32[r+0]=t,this.bufferF32[r+1]=e,void 0!==i&&(this.bufferF32[r+2]=i,this.bufferF32[r+3]=o),void 0!==n&&(this.bufferU32[r+4]=n),this.vertexCount++,this},_u.prototype.toFloat32=function(t,e){return void 0!==e?this.bufferF32.subarray(t,e):this.bufferF32},_u.prototype.toUint32=function(t,e){return void 0!==e?this.bufferU32.subarray(t,e):this.bufferU32},_u.prototype.length=function(){return this.vertexCount},_u.prototype.isEmpty=function(){return 0===this.vertexCount};var xu=[new vn,new vn,new vn,new vn],bu=function(t){this.init(t)};bu.prototype.init=function(t){var e=this,i=t.gl;this.currentTextureUnit=-1,this.boundTextures=[],this.renderer=t,this.gl=t.gl,this.color=t.currentColor,this.viewMatrix=t.currentTransform,this.activeShader=null,this.mode=i.TRIANGLES,this.attributes=[],this.vertexByteSize=0,this.vertexSize=0,this.primitiveShader=new mu(this.gl,"// Current vertex point\nattribute vec2 aVertex;\n\n// Projection matrix\nuniform mat4 uProjectionMatrix;\n\n// Vertex color\nuniform vec4 uColor;\n\n// Fragment color\nvarying vec4 vColor;\n\nvoid main(void) {\n // Transform the vertex position by the projection matrix\n gl_Position = uProjectionMatrix * vec4(aVertex, 0.0, 1.0);\n // Pass the remaining attributes to the fragment shader\n vColor = vec4(uColor.rgb * uColor.a, uColor.a);\n}\n","varying vec4 vColor;\n\nvoid main(void) {\n gl_FragColor = vColor;\n}\n"),this.quadShader=new mu(this.gl,"attribute vec2 aVertex;\nattribute vec2 aRegion;\nattribute vec4 aColor;\n\nuniform mat4 uProjectionMatrix;\n\nvarying vec2 vRegion;\nvarying vec4 vColor;\n\nvoid main(void) {\n // Transform the vertex position by the projection matrix\n gl_Position = uProjectionMatrix * vec4(aVertex, 0.0, 1.0);\n // Pass the remaining attributes to the fragment shader\n vColor = vec4(aColor.bgr * aColor.a, aColor.a);\n vRegion = aRegion;\n}\n","uniform sampler2D uSampler;\nvarying vec4 vColor;\nvarying vec2 vRegion;\n\nvoid main(void) {\n gl_FragColor = texture2D(uSampler, vRegion) * vColor;\n}\n"),this.addAttribute("aVertex",2,i.FLOAT,!1,0*Float32Array.BYTES_PER_ELEMENT),this.addAttribute("aRegion",2,i.FLOAT,!1,2*Float32Array.BYTES_PER_ELEMENT),this.addAttribute("aColor",4,i.UNSIGNED_BYTE,!0,4*Float32Array.BYTES_PER_ELEMENT),this.vertexBuffer=new _u(this.vertexSize,6),i.bindBuffer(i.ARRAY_BUFFER,i.createBuffer()),i.bufferData(i.ARRAY_BUFFER,this.vertexBuffer.buffer,i.STREAM_DRAW),fr(sr,(function(t,i){e.flush(),e.setViewport(0,0,t,i)}))},bu.prototype.reset=function(){this.gl=this.renderer.gl,this.flush(),this.setViewport(0,0,this.renderer.getScreenCanvas().width,this.renderer.getScreenCanvas().height),this.clearColor(0,0,0,0);for(var t=0;t<this.renderer.maxTextures;t++){var e=this.getTexture2D(t);void 0!==e&&this.deleteTexture2D(e)}this.currentTextureUnit=-1,this.useShader(this.quadShader)},bu.prototype.addAttribute=function(t,e,i,o,n){switch(this.attributes.push({name:t,size:e,type:i,normalized:o,offset:n}),i){case this.gl.BYTE:this.vertexByteSize+=e*Int8Array.BYTES_PER_ELEMENT;break;case this.gl.UNSIGNED_BYTE:this.vertexByteSize+=e*Uint8Array.BYTES_PER_ELEMENT;break;case this.gl.SHORT:this.vertexByteSize+=e*Int16Array.BYTES_PER_ELEMENT;break;case this.gl.UNSIGNED_SHORT:this.vertexByteSize+=e*Uint16Array.BYTES_PER_ELEMENT;break;case this.gl.INT:this.vertexByteSize+=e*Int32Array.BYTES_PER_ELEMENT;break;case this.gl.UNSIGNED_INT:this.vertexByteSize+=e*Uint32Array.BYTES_PER_ELEMENT;break;case this.gl.FLOAT:this.vertexByteSize+=e*Float32Array.BYTES_PER_ELEMENT;break;default:throw new Error("Invalid GL Attribute type")}this.vertexSize=this.vertexByteSize/Float32Array.BYTES_PER_ELEMENT},bu.prototype.setViewport=function(t,e,i,o){this.gl.viewport(t,e,i,o)},bu.prototype.createTexture2D=function(t,e,i,o,n,r,s,a,h){void 0===o&&(o="no-repeat"),void 0===a&&(a=!0),void 0===h&&(h=!0);var l=this.gl,u=Zo(n||e.width)&&Zo(r||e.height),c=l.createTexture(),p=0===o.search(/^repeat(-x)?$/)&&(u||this.renderer.WebGLVersion>1)?l.REPEAT:l.CLAMP_TO_EDGE,d=0===o.search(/^repeat(-y)?$/)&&(u||this.renderer.WebGLVersion>1)?l.REPEAT:l.CLAMP_TO_EDGE;return this.bindTexture2D(c,t),l.texParameteri(l.TEXTURE_2D,l.TEXTURE_WRAP_S,p),l.texParameteri(l.TEXTURE_2D,l.TEXTURE_WRAP_T,d),l.texParameteri(l.TEXTURE_2D,l.TEXTURE_MAG_FILTER,i),l.texParameteri(l.TEXTURE_2D,l.TEXTURE_MIN_FILTER,i),l.pixelStorei(l.UNPACK_PREMULTIPLY_ALPHA_WEBGL,a),n||r||s?l.texImage2D(l.TEXTURE_2D,0,l.RGBA,n,r,s,l.RGBA,l.UNSIGNED_BYTE,e):l.texImage2D(l.TEXTURE_2D,0,l.RGBA,l.RGBA,l.UNSIGNED_BYTE,e),u&&!1!==h&&l.generateMipmap(l.TEXTURE_2D),c},bu.prototype.deleteTexture2D=function(t){this.gl.deleteTexture(t),this.unbindTexture2D(t)},bu.prototype.getTexture2D=function(t){return this.boundTextures[t]},bu.prototype.bindTexture2D=function(t,e){var i=this.gl;t!==this.boundTextures[e]?(this.flush(),this.currentTextureUnit!==e&&(this.currentTextureUnit=e,i.activeTexture(i.TEXTURE0+e)),i.bindTexture(i.TEXTURE_2D,t),this.boundTextures[e]=t):this.currentTextureUnit!==e&&(this.flush(),this.currentTextureUnit=e,i.activeTexture(i.TEXTURE0+e))},bu.prototype.unbindTexture2D=function(t,e){return void 0===e&&(e=this.boundTextures.indexOf(t)),-1!==e&&(delete this.boundTextures[e],e===this.currentTextureUnit&&(this.currentTextureUnit=-1)),e},bu.prototype.uploadTexture=function(t,e,i,o,n){void 0===n&&(n=!1);var r=this.renderer.cache.getUnit(t),s=this.boundTextures[r];return void 0===s||n?this.createTexture2D(r,t.getTexture(),this.renderer.settings.antiAlias?this.gl.LINEAR:this.gl.NEAREST,t.repeat,e,i,o,t.premultipliedAlpha):this.bindTexture2D(s,r),this.currentTextureUnit},bu.prototype.setProjection=function(t){this.activeShader.setUniform("uProjectionMatrix",t)},bu.prototype.useShader=function(t){this.activeShader!==t&&(this.flush(),this.activeShader=t,this.activeShader.bind(),this.activeShader.setUniform("uProjectionMatrix",this.renderer.projectionMatrix),this.activeShader.setVertexAttributes(this.gl,this.attributes,this.vertexByteSize))},bu.prototype.addQuad=function(t,e,i,o,n,r,s,a,h,l){if(!(this.color.alpha<1/255)){this.useShader(this.quadShader),this.vertexBuffer.isFull(6)&&this.flush();var u=this.uploadTexture(t);this.quadShader.setUniform("uSampler",u);var c=this.viewMatrix,p=xu[0].set(e,i),d=xu[1].set(e+o,i),f=xu[2].set(e,i+n),y=xu[3].set(e+o,i+n);c.isIdentity()||(c.apply(p),c.apply(d),c.apply(f),c.apply(y)),this.vertexBuffer.push(p.x,p.y,r,s,l),this.vertexBuffer.push(d.x,d.y,a,s,l),this.vertexBuffer.push(f.x,f.y,r,h,l),this.vertexBuffer.push(f.x,f.y,r,h,l),this.vertexBuffer.push(d.x,d.y,a,s,l),this.vertexBuffer.push(y.x,y.y,a,h,l)}},bu.prototype.flush=function(t){void 0===t&&(t=this.mode);var e=this.vertexBuffer,i=e.vertexCount;if(i>0){var o=this.gl,n=e.vertexSize;this.renderer.WebGLVersion>1?o.bufferData(o.ARRAY_BUFFER,e.toFloat32(),o.STREAM_DRAW,0,i*n):o.bufferData(o.ARRAY_BUFFER,e.toFloat32(0,i*n),o.STREAM_DRAW),o.drawArrays(t,0,i),e.clear()}},bu.prototype.drawVertices=function(t,e,i){void 0===i&&(i=e.length),this.useShader(this.primitiveShader),this.primitiveShader.setUniform("uColor",this.color);for(var o=this.viewMatrix,n=this.vertexBuffer,r=o.isIdentity(),s=0;s<i;s++)r||o.apply(e[s]),n.push(e[s].x,e[s].y);this.flush(t)},bu.prototype.clearColor=function(t,e,i,o){this.gl.clearColor(t,e,i,o)},bu.prototype.clear=function(){this.gl.clear(this.gl.COLOR_BUFFER_BIT)};var wu=function(t){function e(e){var i=this;t.call(this,e),this.WebGLVersion=1,this.GPUVendor=null,this.GPURenderer=null,this.context=this.gl=this.getContextGL(this.getScreenCanvas(),e.transparent),this.maxTextures=this.gl.getParameter(this.gl.MAX_TEXTURE_IMAGE_UNITS),this._colorStack=[],this._matrixStack=[],this._scissorStack=[],this._blendStack=[],this.currentTransform=new Pn,this.currentCompositor=null,this.compositors=new Map;var o=new(this.settings.compositor||bu)(this);this.compositors.set("default",o),this.setCompositor(o),this.gl.disable(this.gl.DEPTH_TEST),this.gl.disable(this.gl.SCISSOR_TEST),this.gl.enable(this.gl.BLEND),this.setBlendMode(this.settings.blendMode);var n=this.gl.getExtension("WEBGL_debug_renderer_info");null!==n&&(this.GPUVendor=this.gl.getParameter(n.UNMASKED_VENDOR_WEBGL),this.GPURenderer=this.gl.getParameter(n.UNMASKED_RENDERER_WEBGL)),this.cache=new Hh(this.maxTextures),this.getScreenCanvas().addEventListener("webglcontextlost",(function(t){t.preventDefault(),i.isContextValid=!1,dr(cr,i)}),!1),this.getScreenCanvas().addEventListener("webglcontextrestored",(function(){i.reset(),i.isContextValid=!0,dr(pr,i)}),!1)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reset=function(){var e=this;t.prototype.reset.call(this),this.compositors.forEach((function(t){!1===e.isContextValid?t.init(e):t.reset()})),this.gl.disable(this.gl.SCISSOR_TEST),void 0!==this.fontContext2D&&this.createFontTexture(this.cache)},e.prototype.setCompositor=function(t){if(void 0===t&&(t="default"),"string"==typeof t&&(t=this.compositors.get(t)),void 0===t)throw new Error("Invalid WebGL Compositor");this.currentCompositor!==t&&(null!==this.currentCompositor&&this.currentCompositor.flush(),this.currentCompositor=t)},e.prototype.resetTransform=function(){this.currentTransform.identity()},e.prototype.createFontTexture=function(t){if(void 0===this.fontTexture){var e=this.backBufferCanvas,i=e.width,o=e.height;1===this.WebGLVersion&&(Zo(i)||(i=Ko(e.width)),Zo(o)||(o=Ko(e.height)));var n=ku(i,o,!0);this.fontContext2D=this.getContext2d(n),this.fontTexture=new Yh(Wh(e.width,e.height,"fontTexture"),n,t),this.currentCompositor.uploadTexture(this.fontTexture,0,0,0)}else t.set(this.fontContext2D.canvas,this.fontTexture)},e.prototype.createPattern=function(t,e){if(!(1!==Ou.WebGLVersion||Zo(t.width)&&Zo(t.height))){var i=void 0!==t.src?t.src:t;throw new Error("[WebGL Renderer] "+i+" is not a POT texture ("+t.width+"x"+t.height+")")}var o=new Yh(Wh(t.width,t.height,"pattern",e),t);return this.currentCompositor.uploadTexture(o),o},e.prototype.flush=function(){this.currentCompositor.flush()},e.prototype.setProjection=function(e){t.prototype.setProjection.call(this,e),this.currentCompositor.setProjection(e)},e.prototype.clearColor=function(t,e){var i;if(void 0===t&&(t="#000000"),void 0===e&&(e=!1),t instanceof Sn)i=t.toArray();else{var o=gn.pull("me.Color");i=o.parseCSS(t).toArray(),gn.push(o)}this.currentCompositor.clearColor(i[0],i[1],i[2],!0===e?1:i[3]),this.currentCompositor.clear(),this.currentCompositor.clearColor(0,0,0,0)},e.prototype.clearRect=function(t,e,i,o){this.save(),this.clipRect(t,e,i,o),this.clearColor(),this.restore()},e.prototype.drawFont=function(t){var e=this.getFontContext();this.currentCompositor.uploadTexture(this.fontTexture,0,0,0,!0);var i=this.fontTexture.getUVs(t.left+","+t.top+","+t.width+","+t.height);this.currentCompositor.addQuad(this.fontTexture,t.left,t.top,t.width,t.height,i[0],i[1],i[2],i[3],this.currentTint.toUint32()),e.clearRect(t.left,t.top,t.width,t.height)},e.prototype.drawImage=function(t,e,i,o,n,r,s,a,h){void 0===o?(o=a=t.width,n=h=t.height,r=e,s=i,e=0,i=0):void 0===r&&(r=e,s=i,a=o,h=n,o=t.width,n=t.height,e=0,i=0),!1===this.settings.subPixel&&(r|=0,s|=0);var l=this.cache.get(t),u=l.getUVs(e+","+i+","+o+","+n);this.currentCompositor.addQuad(l,r,s,a,h,u[0],u[1],u[2],u[3],this.currentTint.toUint32())},e.prototype.drawPattern=function(t,e,i,o,n){var r=t.getUVs("0,0,"+o+","+n);this.currentCompositor.addQuad(t,e,i,o,n,r[0],r[1],r[2],r[3],this.currentTint.toUint32())},e.prototype.getScreenContext=function(){return this.gl},e.prototype.getContextGL=function(t,e){if(null==t)throw new Error("You must pass a canvas element in order to create a GL context");"boolean"!=typeof e&&(e=!0);var i,o={alpha:e,antialias:this.settings.antiAlias,depth:!1,stencil:!0,preserveDrawingBuffer:!1,premultipliedAlpha:e,powerPreference:this.settings.powerPreference,failIfMajorPerformanceCaveat:this.settings.failIfMajorPerformanceCaveat};if(!1===this.settings.preferWebGL1&&(i=t.getContext("webgl2",o))&&(this.WebGLVersion=2),i||(this.WebGLVersion=1,i=t.getContext("webgl",o)||t.getContext("experimental-webgl",o)),!i)throw new Error("A WebGL context could not be created.");return i},e.prototype.getContext=function(){return this.gl},e.prototype.setBlendMode=function(t,e){if(void 0===t&&(t="normal"),void 0===e&&(e=this.gl),this.currentBlendMode!==t)switch(this.flush(),e.enable(e.BLEND),this.currentBlendMode=t,t){case"screen":e.blendFunc(e.ONE,e.ONE_MINUS_SRC_COLOR);break;case"lighter":case"additive":e.blendFunc(e.ONE,e.ONE);break;case"multiply":e.blendFunc(e.DST_COLOR,e.ONE_MINUS_SRC_ALPHA);break;default:e.blendFunc(e.ONE,e.ONE_MINUS_SRC_ALPHA),this.currentBlendMode="normal"}},e.prototype.getFontContext=function(){return void 0===this.fontContext2D&&(console.warn("[WebGL Renderer] WARNING : Using Standard me.Text with WebGL will severly impact performances !"),this.createFontTexture(this.cache)),this.fontContext2D},e.prototype.restore=function(){if(0!==this._matrixStack.length){var t=this._colorStack.pop(),e=this._matrixStack.pop();this.currentColor.copy(t),this.currentTransform.copy(e),this.setBlendMode(this._blendStack.pop()),gn.push(t),gn.push(e)}0!==this._scissorStack.length?this.currentScissor.set(this._scissorStack.pop()):(this.gl.disable(this.gl.SCISSOR_TEST),this.currentScissor[0]=0,this.currentScissor[1]=0,this.currentScissor[2]=this.backBufferCanvas.width,this.currentScissor[3]=this.backBufferCanvas.height)},e.prototype.save=function(){this._colorStack.push(this.currentColor.clone()),this._matrixStack.push(this.currentTransform.clone()),this.gl.isEnabled(this.gl.SCISSOR_TEST)&&this._scissorStack.push(this.currentScissor.slice()),this._blendStack.push(this.getBlendMode())},e.prototype.rotate=function(t){this.currentTransform.rotate(t)},e.prototype.scale=function(t,e){this.currentTransform.scale(t,e)},e.prototype.setAntiAlias=function(e,i){t.prototype.setAntiAlias.call(this,e,i)},e.prototype.setGlobalAlpha=function(t){this.currentColor.alpha=t},e.prototype.getGlobalAlpha=function(){return this.currentColor.alpha},e.prototype.setColor=function(t){var e=this.currentColor.alpha;this.currentColor.copy(t),this.currentColor.alpha*=e},e.prototype.setLineWidth=function(t){this.getScreenContext().lineWidth(t)},e.prototype.strokeArc=function(t,e,i,o,n,r,s){void 0===r&&(r=!1),void 0===s&&(s=!1),this.getGlobalAlpha()<1/255||(this.path2D.beginPath(),this.path2D.arc(t,e,i,o,n,r),!1===s?this.currentCompositor.drawVertices(this.gl.LINE_STRIP,this.path2D.points):(this.path2D.closePath(),this.currentCompositor.drawVertices(this.gl.TRIANGLES,this.path2D.triangulatePath())))},e.prototype.fillArc=function(t,e,i,o,n,r){void 0===r&&(r=!1),this.strokeArc(t,e,i,o,n,r,!0)},e.prototype.strokeEllipse=function(t,e,i,o,n){void 0===n&&(n=!1),this.getGlobalAlpha()<1/255||(this.path2D.beginPath(),this.path2D.ellipse(t,e,i,o,0,0,360),this.path2D.closePath(),!1===n?this.currentCompositor.drawVertices(this.gl.LINE_LOOP,this.path2D.points):this.currentCompositor.drawVertices(this.gl.TRIANGLES,this.path2D.triangulatePath()))},e.prototype.fillEllipse=function(t,e,i,o){this.strokeEllipse(t,e,i,o,!1)},e.prototype.strokeLine=function(t,e,i,o){this.getGlobalAlpha()<1/255||(this.path2D.beginPath(),this.path2D.moveTo(t,e),this.path2D.lineTo(i,o),this.currentCompositor.drawVertices(this.gl.LINE_STRIP,this.path2D.points))},e.prototype.fillLine=function(t,e,i,o){this.strokeLine(t,e,i,o)},e.prototype.strokePolygon=function(t,e){if(void 0===e&&(e=!1),!(this.getGlobalAlpha()<1/255)){var i;this.translate(t.pos.x,t.pos.y),this.path2D.beginPath(),this.path2D.moveTo(t.points[0].x,t.points[0].y);for(var o=1;o<t.points.length;o++)i=t.points[o],this.path2D.lineTo(i.x,i.y);this.path2D.lineTo(t.points[0].x,t.points[0].y),this.path2D.closePath(),!1===e?this.currentCompositor.drawVertices(this.gl.LINE_LOOP,this.path2D.points):this.currentCompositor.drawVertices(this.gl.TRIANGLES,this.path2D.triangulatePath()),this.translate(-t.pos.x,-t.pos.y)}},e.prototype.fillPolygon=function(t){this.strokePolygon(t,!0)},e.prototype.strokeRect=function(t,e,i,o,n){void 0===n&&(n=!1),this.getGlobalAlpha()<1/255||(this.path2D.beginPath(),this.path2D.rect(t,e,i,o),!1===n?this.currentCompositor.drawVertices(this.gl.LINE_LOOP,this.path2D.points):this.currentCompositor.drawVertices(this.gl.TRIANGLES,this.path2D.triangulatePath()))},e.prototype.fillRect=function(t,e,i,o){this.strokeRect(t,e,i,o,!0)},e.prototype.strokeRoundRect=function(t,e,i,o,n,r){void 0===r&&(r=!1),this.getGlobalAlpha()<1/255||(this.path2D.beginPath(),this.path2D.roundRect(t,e,i,o,n),!1===r?this.currentCompositor.drawVertices(this.gl.LINE_LOOP,this.path2D.points):(this.path2D.closePath(),this.currentCompositor.drawVertices(this.gl.TRIANGLES,this.path2D.triangulatePath())))},e.prototype.fillRoundRect=function(t,e,i,o,n){this.strokeRoundRect(t,e,i,o,n,!0)},e.prototype.setTransform=function(t){this.resetTransform(),this.transform(t)},e.prototype.transform=function(t){var e=this.currentTransform;if(e.multiply(t),!1===this.settings.subPixel){var i=e.toArray();i[6]|=0,i[7]|=0}},e.prototype.translate=function(t,e){var i=this.currentTransform;if(i.translate(t,e),!1===this.settings.subPixel){var o=i.toArray();o[6]|=0,o[7]|=0}},e.prototype.clipRect=function(t,e,i,o){var n=this.backBufferCanvas,r=this.gl;if(0!==t||0!==e||i!==n.width||o!==n.height){var s=this.currentScissor;if(r.isEnabled(r.SCISSOR_TEST)&&s[0]===t&&s[1]===e&&s[2]===i&&s[3]===o)return;this.flush(),r.enable(this.gl.SCISSOR_TEST),r.scissor(t+this.currentTransform.tx,n.height-o-e-this.currentTransform.ty,i,o),s[0]=t,s[1]=e,s[2]=i,s[3]=o}else r.disable(r.SCISSOR_TEST)},e.prototype.setMask=function(t,e){void 0===e&&(e=!1);var i=this.gl;this.flush(),0===this.maskLevel&&(i.enable(i.STENCIL_TEST),i.clear(i.STENCIL_BUFFER_BIT)),this.maskLevel++,i.colorMask(!1,!1,!1,!1),i.stencilFunc(i.EQUAL,this.maskLevel,1),i.stencilOp(i.REPLACE,i.REPLACE,i.REPLACE),this.fill(t),this.flush(),i.colorMask(!0,!0,!0,!0),!0===e?i.stencilFunc(i.EQUAL,this.maskLevel+1,1):i.stencilFunc(i.NOTEQUAL,this.maskLevel+1,1),i.stencilOp(i.KEEP,i.KEEP,i.KEEP)},e.prototype.clearMask=function(){this.maskLevel>0&&(this.flush(),this.maskLevel=0,this.gl.disable(this.gl.STENCIL_TEST))},e}(tl),Tu=1,Au=0,Su=0,Eu={parent:void 0,renderer:2,doubleBuffering:!1,autoScale:!1,scale:1,scaleMethod:"fit",transparent:!1,blendMode:"normal",antiAlias:!1,failIfMajorPerformanceCaveat:!0,subPixel:!1,preferWebGL1:!1,powerPreference:"default",verbose:!1,consoleHeader:!0};function Cu(){var t=Ou.settings,e=1,i=1;if(t.autoScale){var o=1/0,n=1/0;if(globalThis.getComputedStyle){var r=globalThis.getComputedStyle(Ou.getScreenCanvas(),null);o=parseInt(r.maxWidth,10)||1/0,n=parseInt(r.maxHeight,10)||1/0}var s=du.getParentBounds(Iu()),a=Math.min(o,s.width),h=Math.min(n,s.height),l=a/h;if("fill-min"===t.scaleMethod&&l>Tu||"fill-max"===t.scaleMethod&&l<Tu||"flex-width"===t.scaleMethod){var u=Math.min(o,Su*l);e=i=a/u,Ou.resize(Math.floor(u),Su)}else if("fill-min"===t.scaleMethod&&l<Tu||"fill-max"===t.scaleMethod&&l>Tu||"flex-height"===t.scaleMethod){var c=Math.min(n,Au*(h/a));e=i=h/c,Ou.resize(Au,Math.floor(c))}else"flex"===t.scaleMethod?Ou.resize(Math.floor(a),Math.floor(h)):"stretch"===t.scaleMethod?(e=a/Au,i=h/Su):e=i=l<Tu?a/Au:h/Su;Ru(e,i)}}var Mu=null,Pu=new vn(1,1),Ou=null;function ku(t,e,i){var o;if(void 0===i&&(i=!1),0===t||0===e)throw new Error("width or height was zero, Canvas could not be initialized !");return!0===du.OffscreenCanvas&&!0===i?void 0===(o=new OffscreenCanvas(0,0)).style&&(o.style={}):o=document.createElement("canvas"),o.width=t,o.height=e,o}function Iu(){return Mu}function Ru(t,e){var i=Ou.getScreenCanvas(),o=Ou.getScreenContext(),n=Ou.settings,r=du.devicePixelRatio,s=n.zoomX=i.width*t*r,a=n.zoomY=i.height*e*r;Pu.set(t*r,e*r),i.style.width=s/r+"px",i.style.height=a/r+"px",Ou.setAntiAlias(o,n.antiAlias),Ou.setBlendMode(n.blendMode,o),$a()}var Bu=Object.freeze({__proto__:null,CANVAS:0,WEBGL:1,AUTO:2,get parent(){return Mu},scaleRatio:Pu,get renderer(){return Ou},init:function(e,i,o){if(!t.initialized)throw new Error("me.video.init() called before engine initialization.");(Eu=Object.assign(Eu,o||{})).width=e,Eu.height=i,Eu.doubleBuffering=!!Eu.doubleBuffering,Eu.transparent=!!Eu.transparent,Eu.antiAlias=!!Eu.antiAlias,Eu.failIfMajorPerformanceCaveat=!!Eu.failIfMajorPerformanceCaveat,Eu.subPixel=!!Eu.subPixel,Eu.verbose=!!Eu.verbose,-1!==Eu.scaleMethod.search(/^(fill-(min|max)|fit|flex(-(width|height))?|stretch)$/)?Eu.autoScale="auto"===Eu.scale||!0:(Eu.scaleMethod="fit",Eu.autoScale="auto"===Eu.scale||!1),!1!==Eu.consoleHeader&&console.log("melonJS 2 (v"+Mc+") | http://melonjs.org");var n=zu.getUriFragment();!0!==n.webgl&&!0!==n.webgl1&&!0!==n.webgl2||(Eu.renderer=1,!0===n.webgl1&&(Eu.preferWebGL1=!0)),Eu.scale=Eu.autoScale?1:+Eu.scale||1,Pu.set(Eu.scale,Eu.scale),(Eu.autoScale||1!==Eu.scale)&&(Eu.doubleBuffering=!0),Tu=e/i,Au=e,Su=i,Eu.zoomX=e*Pu.x,Eu.zoomY=i*Pu.y,globalThis.addEventListener("resize",zu.function.throttle((function(t){dr(rr,t)}),100),!1),globalThis.addEventListener("orientationchange",(function(t){dr(hr,t)}),!1),globalThis.addEventListener("onmozorientationchange",(function(t){dr(hr,t)}),!1),!0===du.ScreenOrientation&&(globalThis.screen.orientation.onchange=function(t){dr(hr,t)}),globalThis.addEventListener("scroll",zu.function.throttle((function(t){dr(lr,t)}),100),!1),fr(rr,Cu,this),fr(hr,Cu,this);try{switch(Eu.renderer){case 2:case 1:Ou=function(t){try{if(du.isWebGLSupported(t))return new wu(t)}catch(t){console.log("Error creating WebGL renderer :"+t.message)}return new el(t)}(Eu);break;default:Ou=new el(Eu)}}catch(t){return console(t.message),!1}if((Mu=du.getElement(void 0!==Eu.parent?Eu.parent:document.body)).appendChild(Ou.getScreenCanvas()),Cu(),"MutationObserver"in globalThis&&new MutationObserver(Cu.bind(this)).observe(Mu,{attributes:!1,childList:!0,subtree:!0}),!1!==Eu.consoleHeader){var r=Ou instanceof el?"CANVAS":"WebGL"+Ou.WebGLVersion,s=du.hasWebAudio?"Web Audio":"HTML5 Audio",a="string"==typeof Ou.GPURenderer?" ("+Ou.GPURenderer+")":"";console.log(r+" renderer"+a+" | "+s+" | pixel ratio "+du.devicePixelRatio+" | "+(du.nodeJS?"node.js":du.isMobile?"mobile":"desktop")+" | "+du.getScreenOrientation()+" | "+du.language),console.log("resolution: requested "+e+"x"+i+", got "+Ou.getWidth()+"x"+Ou.getHeight())}return dr(Vn),!0},createCanvas:ku,getParent:Iu,scale:Ru}),Du="",Lu=0,zu={agent:Go,array:sn,file:cn,string:Vo,function:fn,getPixels:function(t){if(t instanceof HTMLImageElement){var e=el.getContext2d(ku(t.width,t.height));return e.drawImage(t,0,0),e.getImageData(0,0,t.width,t.height)}return t.getContext("2d").getImageData(0,0,t.width,t.height)},checkVersion:function(t,e){void 0===e&&(e=Mc);for(var i=t.split("."),o=e.split("."),n=Math.min(i.length,o.length),r=0,s=0;s<n&&!(r=+i[s]-+o[s]);s++);return r||i.length-o.length},getUriFragment:function(t){var e={};if(void 0===t){if(void 0===globalThis.document)return e;var i=globalThis.document.location;if(!i||!i.hash)return e;t=i.hash}else{var o=t.indexOf("#");if(-1===o)return e;t=t.slice(o,t.length)}return t.slice(1).split("&").filter((function(t){return""!==t})).forEach((function(t){var i=t.split("="),o=i.shift(),n=i.join("=");e[o]=n||!0})),e},resetGUID:function(t,e){void 0===e&&(e=0),Du=Fo(t.toString().toUpperCase()),Lu=e},createGUID:function(t){return void 0===t&&(t=1),Lu+=t,Du+"-"+(t||Lu)}},Fu=function(){var t=this;this.tick=1,this.fps=0,this.maxfps=60,this.interpolation=!1,this.framecount=0,this.framedelta=0,this.last=0,this.now=0,this.delta=0,this.step=0,this.minstep=0,this.timers=[],this.timerId=0,fr(Rn,(function(){t.reset(),t.now=t.last=0,fr(Un,t.update.bind(t))})),fr(Dn,(function(){t.reset()})),fr(zn,(function(){t.reset()})),fr(Fn,(function(){t.reset()}))};Fu.prototype.reset=function(){this.last=this.now=globalThis.performance.now(),this.delta=0,this.framedelta=0,this.framecount=0,this.step=Math.ceil(1e3/this.maxfps),this.minstep=1e3/this.maxfps*1.25},Fu.prototype.setTimeout=function(t,e,i){for(var o=[],n=arguments.length-3;n-- >0;)o[n]=arguments[n+3];return this.timers.push({fn:t,delay:e,elapsed:0,repeat:!1,timerId:++this.timerId,pauseable:!0===i||!0,args:o}),this.timerId},Fu.prototype.setInterval=function(t,e,i){for(var o=[],n=arguments.length-3;n-- >0;)o[n]=arguments[n+3];return this.timers.push({fn:t,delay:e,elapsed:0,repeat:!0,timerId:++this.timerId,pauseable:!0===i||!0,args:o}),this.timerId},Fu.prototype.clearTimeout=function(t){zu.function.defer(this.clearTimer.bind(this),this,t)},Fu.prototype.clearInterval=function(t){zu.function.defer(this.clearTimer.bind(this),this,t)},Fu.prototype.getTime=function(){return this.now},Fu.prototype.getDelta=function(){return this.delta},Fu.prototype.countFPS=function(){this.framecount++,this.framedelta+=this.delta,this.framecount%10==0&&(this.fps=$o(Math.round(1e3*this.framecount/this.framedelta),0,this.maxfps),this.framedelta=0,this.framecount=0)},Fu.prototype.update=function(t){this.last=this.now,this.now=t,this.delta=this.now-this.last,this.delta<0&&(this.delta=0),this.tick=this.delta>this.minstep&&this.interpolation?this.delta/this.step:1,this.updateTimers()},Fu.prototype.clearTimer=function(t){for(var e=0,i=this.timers.length;e<i;e++)if(this.timers[e].timerId===t){this.timers.splice(e,1);break}},Fu.prototype.updateTimers=function(){for(var t=0,e=this.timers.length;t<e;t++){var i=this.timers[t];i.pauseable&&Ah.isPaused()||(i.elapsed+=this.delta),i.elapsed>=i.delay&&(i.fn.apply(null,i.args),!0===i.repeat?i.elapsed-=i.delay:this.clearTimeout(i.timerId))}};var Vu,ju=new Fu,Nu=0,Uu=["ms","moz","webkit","o"],Gu=globalThis.requestAnimationFrame,Xu=globalThis.cancelAnimationFrame;for(Vu=0;Vu<Uu.length&&!Gu;++Vu)Gu=globalThis[Uu[Vu]+"RequestAnimationFrame"];for(Vu=0;Vu<Uu.length&&!Xu;++Vu)Xu=globalThis[Uu[Vu]+"CancelAnimationFrame"]||globalThis[Uu[Vu]+"CancelRequestAnimationFrame"];Gu&&Xu||(Gu=function(t){var e=globalThis.performance.now(),i=Math.max(0,1e3/ju.maxfps-(e-Nu)),o=globalThis.setTimeout((function(){t(e+i)}),i);return Nu=e+i,o},Xu=function(t){globalThis.clearTimeout(t)},globalThis.requestAnimationFrame=Gu,globalThis.cancelAnimationFrame=Xu),function(){function t(t,e,i,o,n){if([t,e,i,o].every((function(t){return Number.isFinite(t)}))){var r,s,a,h;if(4===(n=function(t){var e=typeof t;if("undefined"===e||null===t)return[0];if("function"===e)return[NaN];if("object"===e)return"function"==typeof t[Symbol.iterator]?[].concat(t).map((function(t){var e=typeof t;return"undefined"===e||null===t?0:"function"===e?NaN:"object"===e?c(t):p(t)})):[c(t)];return[p(t)]}(n)).length)r=d(n[0]),s=d(n[1]),a=d(n[2]),h=d(n[3]);else if(3===n.length)r=d(n[0]),s=d(n[1]),h=d(n[1]),a=d(n[2]);else if(2===n.length)r=d(n[0]),a=d(n[0]),s=d(n[1]),h=d(n[1]);else{if(1!==n.length)throw new Error(n.length+" is not a valid size for radii sequence.");r=d(n[0]),s=d(n[0]),a=d(n[0]),h=d(n[0])}var l=[r,s,a,h],u=l.find((function(t){var e=t.x,i=t.y;return e<0||i<0}));if(!l.some((function(t){var e=t.x,i=t.y;return!Number.isFinite(e)||!Number.isFinite(i)}))){if(u)throw new Error("Radius value "+u+" is negative.");!function(t){var e=t[0],n=t[1],r=t[2],s=t[3],a=[Math.abs(i)/(e.x+n.x),Math.abs(o)/(n.y+r.y),Math.abs(i)/(r.x+s.x),Math.abs(o)/(e.y+s.y)],h=Math.min.apply(Math,a);h<=1&&t.forEach((function(t){t.x*=h,t.y*=h}))}(l),i<0&&o<0?(this.moveTo(t-r.x,e),this.ellipse(t+i+s.x,e-s.y,s.x,s.y,0,1.5*-Math.PI,-Math.PI),this.ellipse(t+i+a.x,e+o+a.y,a.x,a.y,0,-Math.PI,-Math.PI/2),this.ellipse(t-h.x,e+o+h.y,h.x,h.y,0,-Math.PI/2,0),this.ellipse(t-r.x,e-r.y,r.x,r.y,0,0,-Math.PI/2)):i<0?(this.moveTo(t-r.x,e),this.ellipse(t+i+s.x,e+s.y,s.x,s.y,0,-Math.PI/2,-Math.PI,1),this.ellipse(t+i+a.x,e+o-a.y,a.x,a.y,0,-Math.PI,1.5*-Math.PI,1),this.ellipse(t-h.x,e+o-h.y,h.x,h.y,0,Math.PI/2,0,1),this.ellipse(t-r.x,e+r.y,r.x,r.y,0,0,-Math.PI/2,1)):o<0?(this.moveTo(t+r.x,e),this.ellipse(t+i-s.x,e-s.y,s.x,s.y,0,Math.PI/2,0,1),this.ellipse(t+i-a.x,e+o+a.y,a.x,a.y,0,0,-Math.PI/2,1),this.ellipse(t+h.x,e+o+h.y,h.x,h.y,0,-Math.PI/2,-Math.PI,1),this.ellipse(t+r.x,e-r.y,r.x,r.y,0,-Math.PI,1.5*-Math.PI,1)):(this.moveTo(t+r.x,e),this.ellipse(t+i-s.x,e+s.y,s.x,s.y,0,-Math.PI/2,0),this.ellipse(t+i-a.x,e+o-a.y,a.x,a.y,0,0,Math.PI/2),this.ellipse(t+h.x,e+o-h.y,h.x,h.y,0,Math.PI/2,Math.PI),this.ellipse(t+r.x,e+r.y,r.x,r.y,0,Math.PI,1.5*Math.PI)),this.closePath(),this.moveTo(t,e)}}function c(t){return{x:t.x,y:t.y,z:t.z,w:t.w}}function p(t){return+t}function d(t){var e=p(t);return Number.isFinite(e)?{x:e,y:e}:Object(t)===t?{x:p(t.x||0),y:p(t.y||0)}:{x:NaN,y:NaN}}}globalThis.CanvasRenderingContext2D&&void 0===globalThis.Path2D.prototype.roundRect&&(globalThis.Path2D.prototype.roundRect=t),globalThis.CanvasRenderingContext2D&&void 0===globalThis.CanvasRenderingContext2D.prototype.roundRect&&(globalThis.CanvasRenderingContext2D.prototype.roundRect=t),globalThis.OffscreenCanvasRenderingContext2D&&void 0===globalThis.OffscreenCanvasRenderingContext2D.prototype.roundRect&&(globalThis.OffscreenCanvasRenderingContext2D.prototype.roundRect=t)}();var Hu={},Wu={Base:function(){this.version="10.12.0"},patch:function(t,e,i){if(void 0!==t.prototype&&(t=t.prototype),"function"!=typeof t[e])throw new Error(e+" is not an existing function");var o=t[e];Object.defineProperty(t,e,{configurable:!0,value:function(t,e){return function(){this._patched=o;var t=e.apply(this,arguments);return this._patched=null,t}}(0,i)})},register:function(t,e){if(Hu[e])throw new Error("plugin "+e+" already registered");var i=[];arguments.length>2&&(i=Array.prototype.slice.call(arguments,1)),i[0]=t;var o=new(t.bind.apply(t,i));if(void 0===o||!(o instanceof Wu.Base))throw new Error("Plugin should extend the me.plugin.Base Class !");if(zu.checkVersion(o.version)>0)throw new Error("Plugin version mismatch, expected: "+o.version+", got: "+Mc);Hu[e]=o}},Yu={Linear:{None:function(t){return t}},Quadratic:{In:function(t){return t*t},Out:function(t){return t*(2-t)},InOut:function(t){return(t*=2)<1?.5*t*t:-.5*(--t*(t-2)-1)}},Cubic:{In:function(t){return t*t*t},Out:function(t){return--t*t*t+1},InOut:function(t){return(t*=2)<1?.5*t*t*t:.5*((t-=2)*t*t+2)}},Quartic:{In:function(t){return t*t*t*t},Out:function(t){return 1- --t*t*t*t},InOut:function(t){return(t*=2)<1?.5*t*t*t*t:-.5*((t-=2)*t*t*t-2)}},Quintic:{In:function(t){return t*t*t*t*t},Out:function(t){return--t*t*t*t*t+1},InOut:function(t){return(t*=2)<1?.5*t*t*t*t*t:.5*((t-=2)*t*t*t*t+2)}},Sinusoidal:{In:function(t){return 1-Math.cos(t*Math.PI/2)},Out:function(t){return Math.sin(t*Math.PI/2)},InOut:function(t){return.5*(1-Math.cos(Math.PI*t))}},Exponential:{In:function(t){return 0===t?0:Math.pow(1024,t-1)},Out:function(t){return 1===t?1:1-Math.pow(2,-10*t)},InOut:function(t){return 0===t?0:1===t?1:(t*=2)<1?.5*Math.pow(1024,t-1):.5*(2-Math.pow(2,-10*(t-1)))}},Circular:{In:function(t){return 1-Math.sqrt(1-t*t)},Out:function(t){return Math.sqrt(1- --t*t)},InOut:function(t){return(t*=2)<1?-.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1)}},Elastic:{In:function(t){return 0===t?0:1===t?1:-Math.pow(2,10*(t-1))*Math.sin(5*(t-1.1)*Math.PI)},Out:function(t){return 0===t?0:1===t?1:Math.pow(2,-10*t)*Math.sin(5*(t-.1)*Math.PI)+1},InOut:function(t){return 0===t?0:1===t?1:(t*=2)<1?-.5*Math.pow(2,10*(t-1))*Math.sin(5*(t-1.1)*Math.PI):.5*Math.pow(2,-10*(t-1))*Math.sin(5*(t-1.1)*Math.PI)+1}},Back:{In:function(t){var e=1.70158;return t*t*((e+1)*t-e)},Out:function(t){var e=1.70158;return--t*t*((e+1)*t+e)+1},InOut:function(t){var e=2.5949095;return(t*=2)<1?t*t*((e+1)*t-e)*.5:.5*((t-=2)*t*((e+1)*t+e)+2)}},Bounce:{In:function(t){return 1-Yu.Bounce.Out(1-t)},Out:function(t){return t<1/2.75?7.5625*t*t:t<2/2.75?7.5625*(t-=1.5/2.75)*t+.75:t<2.5/2.75?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375},InOut:function(t){return t<.5?.5*Yu.Bounce.In(2*t):.5*Yu.Bounce.Out(2*t-1)+.5}}},qu={Linear:function(t,e){var i=t.length-1,o=i*e,n=Math.floor(o),r=qu.Utils.Linear;return e<0?r(t[0],t[1],o):e>1?r(t[i],t[i-1],i-o):r(t[n],t[n+1>i?i:n+1],o-n)},Bezier:function(t,e){var i,o=0,n=t.length-1,r=Math.pow,s=qu.Utils.Bernstein;for(i=0;i<=n;i++)o+=r(1-e,n-i)*r(e,i)*t[i]*s(n,i);return o},CatmullRom:function(t,e){var i=t.length-1,o=i*e,n=Math.floor(o),r=qu.Utils.CatmullRom;return t[0]===t[i]?(e<0&&(n=Math.floor(o=i*(1+e))),r(t[(n-1+i)%i],t[n],t[(n+1)%i],t[(n+2)%i],o-n)):e<0?t[0]-(r(t[0],t[0],t[1],t[1],-o)-t[0]):e>1?t[i]-(r(t[i],t[i],t[i-1],t[i-1],o-i)-t[i]):r(t[n?n-1:0],t[n],t[i<n+1?i:n+1],t[i<n+2?i:n+2],o-n)},Utils:{Linear:function(t,e,i){return(e-t)*i+t},Bernstein:function(t,e){var i=qu.Utils.Factorial;return i(t)/i(e)/i(t-e)},Factorial:function(){var t=[1];return function(e){var i,o=1;if(t[e])return t[e];for(i=e;i>1;i--)o*=i;return t[e]=o,o}}(),CatmullRom:function(t,e,i,o,n){var r=.5*(i-t),s=.5*(o-e),a=n*n;return(2*e-2*i+r+s)*(n*a)+(-3*e+3*i-2*r-s)*a+r*n+e}}},Zu=function(t){this.setProperties(t)},Ku={Easing:{configurable:!0},Interpolation:{configurable:!0}};Zu.prototype.onResetEvent=function(t){this.setProperties(t)},Zu.prototype.setProperties=function(t){for(var e in this._object=t,this._valuesStart={},this._valuesEnd={},this._valuesStartRepeat={},this._duration=1e3,this._repeat=0,this._yoyo=!1,this._reversed=!1,this._delayTime=0,this._startTime=null,this._easingFunction=Yu.Linear.None,this._interpolationFunction=qu.Linear,this._chainedTweens=[],this._onStartCallback=null,this._onStartCallbackFired=!1,this._onUpdateCallback=null,this._onCompleteCallback=null,this._tweenTimeTracker=qa,this.isPersistent=!1,this.updateWhenPaused=!1,this.isRenderable=!1,t)"object"!=typeof t&&(this._valuesStart[e]=parseFloat(t[e]))},Zu.prototype._resumeCallback=function(t){this._startTime&&(this._startTime+=t)},Zu.prototype.onActivateEvent=function(){fr(Dn,this._resumeCallback,this)},Zu.prototype.onDeactivateEvent=function(){gr(Dn,this._resumeCallback)},Zu.prototype.to=function(t,e){return this._valuesEnd=t,void 0!==e&&("number"==typeof e?this._duration=e:"object"==typeof e&&(e.duration&&(this._duration=e.duration),e.yoyo&&this.yoyo(e.yoyo),e.easing&&this.easing(e.easing),e.repeat&&this.repeat(e.repeat),e.delay&&this.delay(e.delay),e.interpolation&&this.interpolation(e.interpolation),e.autoStart&&this.start())),this},Zu.prototype.start=function(t){for(var e in void 0===t&&(t=ju.getTime()),this._onStartCallbackFired=!1,Ba.addChild(this),this._startTime=t+this._delayTime,this._valuesEnd){if(this._valuesEnd[e]instanceof Array){if(0===this._valuesEnd[e].length)continue;this._valuesEnd[e]=[this._object[e]].concat(this._valuesEnd[e])}this._valuesStart[e]=this._object[e],this._valuesStart[e]instanceof Array==!1&&(this._valuesStart[e]*=1),this._valuesStartRepeat[e]=this._valuesStart[e]||0}return this},Zu.prototype.stop=function(){return Ba.removeChildNow(this),this},Zu.prototype.delay=function(t){return this._delayTime=t,this},Zu.prototype.repeat=function(t){return this._repeat=t,this},Zu.prototype.yoyo=function(t){return this._yoyo=t,this},Zu.prototype.easing=function(t){if("function"!=typeof t)throw new Error("invalid easing function for me.Tween.easing()");return this._easingFunction=t,this},Zu.prototype.interpolation=function(t){return this._interpolationFunction=t,this},Zu.prototype.chain=function(){return this._chainedTweens=arguments,this},Zu.prototype.onStart=function(t){return this._onStartCallback=t,this},Zu.prototype.onUpdate=function(t){return this._onUpdateCallback=t,this},Zu.prototype.onComplete=function(t){return this._onCompleteCallback=t,this},Zu.prototype.update=function(t){this._tweenTimeTracker=qa>this._tweenTimeTracker?qa:this._tweenTimeTracker+t;var e,i=this._tweenTimeTracker;if(i<this._startTime)return!0;!1===this._onStartCallbackFired&&(null!==this._onStartCallback&&this._onStartCallback.call(this._object),this._onStartCallbackFired=!0);var o=(i-this._startTime)/this._duration;o=o>1?1:o;var n=this._easingFunction(o);for(e in this._valuesEnd){var r=this._valuesStart[e]||0,s=this._valuesEnd[e];s instanceof Array?this._object[e]=this._interpolationFunction(s,n):("string"==typeof s&&(s=r+parseFloat(s)),"number"==typeof s&&(this._object[e]=r+(s-r)*n))}if(null!==this._onUpdateCallback&&this._onUpdateCallback.call(this._object,n),1===o){if(this._repeat>0){for(e in isFinite(this._repeat)&&this._repeat--,this._valuesStartRepeat){if("string"==typeof this._valuesEnd[e]&&(this._valuesStartRepeat[e]=this._valuesStartRepeat[e]+parseFloat(this._valuesEnd[e])),this._yoyo){var a=this._valuesStartRepeat[e];this._valuesStartRepeat[e]=this._valuesEnd[e],this._valuesEnd[e]=a}this._valuesStart[e]=this._valuesStartRepeat[e]}return this._yoyo&&(this._reversed=!this._reversed),this._startTime=i+this._delayTime,!0}Ba.removeChildNow(this),null!==this._onCompleteCallback&&this._onCompleteCallback.call(this._object);for(var h=0,l=this._chainedTweens.length;h<l;h++)this._chainedTweens[h].start(i);return!1}return!0},Ku.Easing.get=function(){return Yu},Ku.Interpolation.get=function(){return qu},Object.defineProperties(Zu,Ku);var Ju={offscreenCanvas:!1,willReadFrequently:!1},$u=function(t,e,i){void 0===i&&(i=Ju),i=Object.assign(Ju,i||{}),this.canvas=ku(t,e,i.offscreenCanvas),this.context=this.canvas.getContext("2d",{willReadFrequently:i.willReadFrequently})},Qu={width:{configurable:!0},height:{configurable:!0}};function tc(t,e,i){void 0===i&&(i=!1),t.font=e.font,t.fillStyle=e.fillStyle.toRGBA(),!0===i&&(t.strokeStyle=e.strokeStyle.toRGBA(),t.lineWidth=e.lineWidth),t.textAlign=e.textAlign,t.textBaseline=e.textBaseline}$u.prototype.onResetEvent=function(t,e){this.clear(),this.resize(t,e)},$u.prototype.clear=function(){this.context.setTransform(1,0,0,1,0,0),this.context.clearRect(0,0,this.canvas.width,this.canvas.height)},$u.prototype.resize=function(t,e){this.canvas.width=Math.round(t),this.canvas.height=Math.round(e)},$u.prototype.destroy=function(){this.context=void 0,this.canvas=void 0},Qu.width.get=function(){return this.canvas.width},Qu.width.set=function(t){this.canvas.width=Math.round(t)},Qu.height.get=function(){return this.canvas.height},Qu.height.set=function(t){this.canvas.height=Math.round(t)},Object.defineProperties($u.prototype,Qu);var ec=function(t){function e(e){t.call(this),this.ancestor=e,this.setMinMax(0,0,0,0)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.lineHeight=function(){return this.ancestor instanceof rc?this.ancestor.fontSize*this.ancestor.lineHeight:this.ancestor.fontData.capHeight*this.ancestor.lineHeight*this.ancestor.fontScale.y},e.prototype.lineWidth=function(t,e){if(this.ancestor instanceof rc)return e.measureText(t).width;for(var i=t.split(""),o=0,n=null,r=0;r<i.length;r++){var s=i[r].charCodeAt(0),a=this.ancestor.fontData.glyphs[s],h=n&&n.kerning?n.getKerning(s):0;o+=(a.xadvance+h)*this.ancestor.fontScale.x,n=a}return o},e.prototype.measureText=function(t,e){var i;i=Array.isArray(t)?t:(""+t).split("\n"),void 0!==e&&(e.save(),tc(e,this.ancestor)),this.width=this.height=0;for(var o=0;o<i.length;o++)this.width=Math.max(this.lineWidth(Do(i[o]),e),this.width),this.height+=this.lineHeight();return this.width=Math.ceil(this.width),this.height=Math.ceil(this.height),this.x=Math.floor("right"===this.ancestor.textAlign?this.ancestor.pos.x-this.width:"center"===this.ancestor.textAlign?this.ancestor.pos.x-this.width/2:this.ancestor.pos.x),this.y=Math.floor(0===this.ancestor.textBaseline.search(/^(top|hanging)$/)?this.ancestor.pos.y:"middle"===this.ancestor.textBaseline?this.ancestor.pos.y-this.lineHeight()/2:this.ancestor.pos.y-this.lineHeight()),void 0!==e&&e.restore(),this},e.prototype.wordWrap=function(t,e,i){var o,n="",r=[];Array.isArray(t)&&(t=t.join(" ")),o=t.replace(/[\r\n]+/g," ").split(" "),void 0!==i&&(i.save(),tc(i,this.ancestor));for(var s=0;s<o.length;s++){var a=o[s];this.lineWidth(n+a+" ",i)<e?n+=a+" ":(r.push(n+"\n"),n=a+" ")}return r.push(n),void 0!==i&&i.restore(),r},e}(ls),ic=["ex","em","pt","px"],oc=[12,24,.75,1],nc=function(t,e){return!0===e.offScreenCanvas?e.canvasTexture.context:(void 0===t&&(t=Ou),t.getFontContext())},rc=function(t){function e(e,i,o){t.call(this,e,i,o.width||0,o.height||0),this.onResetEvent(e,i,o)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.onResetEvent=function(t,e,i){void 0!==i.fillStyle?i.fillStyle instanceof Sn?this.fillStyle=i.fillStyle:this.fillStyle=gn.pull("Color").parseCSS(i.fillStyle):this.fillStyle=gn.pull("Color",0,0,0),void 0!==i.strokeStyle?i.strokeStyle instanceof Sn?this.strokeStyle=i.strokeStyle:this.strokeStyle=gn.pull("Color").parseCSS(i.strokeStyle):this.strokeStyle=gn.pull("Color",0,0,0),this.lineWidth=i.lineWidth||1,this.textAlign=i.textAlign||"left",this.textBaseline=i.textBaseline||"top",this.lineHeight=i.lineHeight||1,this.offScreenCanvas=!1,this.wordWrapWidth=i.wordWrapWidth||-1,this._text=[],this.fontSize=10,void 0!==i.anchorPoint?this.anchorPoint.setV(i.anchorPoint):this.anchorPoint.set(0,0),void 0!==i.floating&&(this.floating=!!i.floating),this.setFont(i.font,i.size),!0===i.bold&&this.bold(),!0===i.italic&&this.italic(),!0===i.offScreenCanvas&&(this.offScreenCanvas=!0,this.canvasTexture=gn.pull("CanvasTexture",2,2,{offscreenCanvas:!0})),this.metrics=new ec(this),this.setText(i.text)},e.prototype.onDeactivateEvent=function(){!0===this.offScreenCanvas&&(Ou.currentCompositor.deleteTexture2D(Ou.currentCompositor.getTexture2D(this.glTextureUnit)),Ou.cache.delete(this.canvasTexture.canvas),gn.push(this.canvasTexture),this.canvasTexture=void 0,this.glTextureUnit=void 0)},e.prototype.bold=function(){return this.font="bold "+this.font,this.isDirty=!0,this},e.prototype.italic=function(){return this.font="italic "+this.font,this.isDirty=!0,this},e.prototype.setFont=function(t,e){void 0===e&&(e=10);var i=t.split(",").map((function(t){return t=t.trim(),/(^".*"$)|(^'.*'$)/.test(t)?t:'"'+t+'"'}));if("number"==typeof e)this.fontSize=e,e+="px";else{var o=e.match(/([-+]?[\d.]*)(.*)/);this.fontSize=parseFloat(o[1]),o[2]?this.fontSize*=oc[ic.indexOf(o[2])]:e+="px"}return this.height=this.fontSize,this.font=e+" "+i.join(","),this.isDirty=!0,this},e.prototype.setText=function(t){void 0===t&&(t="");var e=this.getBounds();if(this._text.toString()!==t.toString()&&(Array.isArray(t)?this._text=t:this._text=(""+t).split("\n")),this._text.length>0&&this.wordWrapWidth>0&&(this._text=this.metrics.wordWrap(this._text,this.wordWrapWidth,nc(Ou,this))),e.addBounds(this.metrics.measureText(this._text,nc(Ou,this)),!0),!0===this.offScreenCanvas){var i=Math.ceil(this.metrics.width),o=Math.ceil(this.metrics.height);Ou instanceof wu&&(this.glTextureUnit=Ou.cache.getUnit(Ou.cache.get(this.canvasTexture.canvas)),Ou.currentCompositor.unbindTexture2D(null,this.glTextureUnit),1===Ou.WebGLVersion&&(i=Ko(this.metrics.width),o=Ko(this.metrics.height))),(this.canvasTexture.width<i||this.canvasTexture.height<o)&&this.canvasTexture.resize(i,o),this.canvasTexture.clear(),this._drawFont(this.canvasTexture.context,this._text,this.pos.x-this.metrics.x,this.pos.y-this.metrics.y,!1)}return this.isDirty=!0,this},e.prototype.measureText=function(t,e){return void 0===e&&(e=this._text),this.metrics.measureText(e,nc(t,this))},e.prototype.draw=function(t,e,i,o,n){void 0===i&&(i=this.pos.x),void 0===o&&(o=this.pos.y),void 0===n&&(n=!1),void 0===this.ancestor?(this.pos.x===i&&this.pos.y===o||(this.pos.x=i,this.pos.y=o,this.isDirty=!0),this.setText(e),i=this.metrics.x,o=this.metrics.y,t.save(),t.setGlobalAlpha(t.globalAlpha()*this.getOpacity())):(i=this.pos.x,o=this.pos.y),!1===t.settings.subPixel&&(i=~~i,o=~~o),!0===this.offScreenCanvas?t.drawImage(this.canvasTexture.canvas,i,o):t.drawFont(this._drawFont(t.getFontContext(),this._text,i,o,n)),void 0===this.ancestor&&t.restore()},e.prototype.drawStroke=function(t,e,i,o){this.draw(t,e,i,o,!0)},e.prototype._drawFont=function(t,e,i,o,n){void 0===n&&(n=!1),tc(t,this,n);for(var r=0;r<e.length;r++){var s=Do(e[r]);t[n?"strokeText":"fillText"](s,i,o),o+=this.metrics.lineHeight()}return this.metrics},e.prototype.destroy=function(){gn.push(this.fillStyle),gn.push(this.strokeStyle),this.fillStyle=this.strokeStyle=void 0,this.metrics=void 0,this._text.length=0,t.prototype.destroy.call(this)},e}(la),sc=function(t){function e(e,i,o){t.call(this,e,i,o.width||0,o.height||0),this.textAlign=o.textAlign||"left",this.textBaseline=o.textBaseline||"top",this.lineHeight=o.lineHeight||1,this.wordWrapWidth=o.wordWrapWidth||-1,this._text=[],this.fontScale=gn.pull("Vector2d",1,1),this.fontImage="object"==typeof o.font?o.font:zl.getImage(o.font),"string"!=typeof o.fontData?this.fontData=gn.pull("BitmapTextData",zl.getBinary(o.font)):this.fontData=gn.pull("BitmapTextData",o.fontData.includes("info face")?o.fontData:zl.getBinary(o.fontData)),void 0!==o.floating&&(this.floating=!!o.floating),void 0!==o.fillStyle&&(o.fillStyle instanceof Sn?this.fillStyle.setColor(o.fillStyle):this.fillStyle.parseCSS(o.fillStyle)),void 0!==o.anchorPoint?this.anchorPoint.set(o.anchorPoint.x,o.anchorPoint.y):this.anchorPoint.set(0,0),this.metrics=new ec(this),"number"==typeof o.size&&1!==o.size&&this.resize(o.size),this.setText(o.text)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var i={fillStyle:{configurable:!0}};return e.prototype.set=function(t,e){return this.textAlign=t,e&&this.resize(e),this.isDirty=!0,this},e.prototype.setText=function(t){return void 0===t&&(t=""),this._text.toString()!==t.toString()&&(Array.isArray(t)?this._text=t:this._text=(""+t).split("\n"),this.isDirty=!0),this._text.length>0&&this.wordWrapWidth>0&&(this._text=this.metrics.wordWrap(this._text,this.wordWrapWidth)),this.getBounds().addBounds(this.metrics.measureText(this._text),!0),this},i.fillStyle.get=function(){return this.tint},i.fillStyle.set=function(t){this.tint=t},e.prototype.resize=function(t){return this.fontScale.set(t,t),this.getBounds().addBounds(this.metrics.measureText(this._text),!0),this.isDirty=!0,this},e.prototype.measureText=function(t){return void 0===t&&(t=this._text),this.metrics.measureText(t)},e.prototype.draw=function(t,e,i,o){var n=t.globalAlpha();void 0===this.ancestor?(this.setText(e),t.setGlobalAlpha(n*this.getOpacity())):(i=this.pos.x,o=this.pos.y);for(var r=i,s=this.metrics.lineHeight(),a=0,h=0;h<this._text.length;h++){i=r;var l=Do(this._text[h]),u=this.metrics.lineWidth(l);switch(this.textAlign){case"right":i-=u;break;case"center":i-=.5*u}switch(this.textBaseline){case"middle":o-=.5*s;break;case"ideographic":case"alphabetic":case"bottom":o-=s}!0===this.isDirty&&void 0===this.ancestor&&(0===h&&(this.pos.y=o),a<u&&(a=u,this.pos.x=i));for(var c=null,p=0,d=l.length;p<d;p++){var f=l.charCodeAt(p),y=this.fontData.glyphs[f],g=y.width,v=y.height,m=c&&c.kerning?c.getKerning(f):0;0!==g&&0!==v&&t.drawImage(this.fontImage,y.x,y.y,g,v,i+y.xoffset,o+y.yoffset*this.fontScale.y,g*this.fontScale.x,v*this.fontScale.y),i+=(y.xadvance+m)*this.fontScale.x,c=y}o+=s}void 0===this.ancestor&&t.setGlobalAlpha(n),this.isDirty=!1},e.prototype.destroy=function(){gn.push(this.fontScale),this.fontScale=void 0,gn.push(this.fontData),this.fontData=void 0,this._text.length=0,this.metrics=void 0,t.prototype.destroy.call(this)},Object.defineProperties(e.prototype,i),e}(la),ac=function(){this.id=0,this.x=0,this.y=0,this.width=0,this.height=0,this.u=0,this.v=0,this.u2=0,this.v2=0,this.xoffset=0,this.yoffset=0,this.xadvance=0,this.fixedWidth=!1};ac.prototype.getKerning=function(t){if(this.kerning){var e=this.kerning[t>>>9];if(e)return e[511&t]||0}return 0},ac.prototype.setKerning=function(t,e){this.kerning||(this.kerning={});var i=this.kerning[t>>>9];void 0===i&&(this.kerning[t>>>9]={},i=this.kerning[t>>>9]),i[511&t]=e};var hc=["M","N","B","D","C","E","F","K","A","G","H","I","J","L","O","P","Q","R","S","T","U","V","W","X","Y","Z"];function lc(t,e){var i=t.match(e);if(!i)throw new Error("Could not find pattern "+e+" in string: "+t);return i[0].split("=")[1]}function uc(t){var e=" ".charCodeAt(0),i=t[e];i||((i=new ac).id=e,i.xadvance=function(t){for(var e=Object.keys(t),i=0;i<e.length;i++)if(e[i]>32)return t[e[i]];return null}(t).xadvance,t[e]=i)}var cc=function(t){this.onResetEvent(t)};cc.prototype.onResetEvent=function(t){this.padTop=0,this.padRight=0,this.padBottom=0,this.padLeft=0,this.lineHeight=0,this.capHeight=1,this.descent=0,this.glyphs={},this.parse(t)},cc.prototype.parse=function(t){if(!t)throw new Error("File containing font data was empty, cannot load the bitmap font.");var e=t.split(/\r\n|\n/),i=t.match(/padding\=\d+,\d+,\d+,\d+/g);if(!i)throw new Error("Padding not found in first line");var o=i[0].split("=")[1].split(",");this.padTop=parseFloat(o[0]),this.padLeft=parseFloat(o[1]),this.padBottom=parseFloat(o[2]),this.padRight=parseFloat(o[3]),this.lineHeight=parseFloat(lc(e[1],/lineHeight\=\d+/g));var n,r=parseFloat(lc(e[1],/base\=\d+/g)),s=this.padTop+this.padBottom,a=null;for(n=4;n<e.length;n++){var h=e[n],l=h.split(/=|\s+/);if(h&&!/^kernings/.test(h))if(/^kerning\s/.test(h)){var u=parseFloat(l[2]),c=parseFloat(l[4]),p=parseFloat(l[6]);null!=(a=this.glyphs[u])&&a.setKerning(c,p)}else{a=new ac;var d=parseFloat(l[2]);a.id=d,a.x=parseFloat(l[4]),a.y=parseFloat(l[6]),a.width=parseFloat(l[8]),a.height=parseFloat(l[10]),a.xoffset=parseFloat(l[12]),a.yoffset=parseFloat(l[14]),a.xadvance=parseFloat(l[16]),a.width>0&&a.height>0&&(this.descent=Math.min(r+a.yoffset,this.descent)),this.glyphs[d]=a}}this.descent+=this.padBottom,uc(this.glyphs);var f=null;for(n=0;n<hc.length;n++){var y=hc[n];if(f=this.glyphs[y.charCodeAt(0)])break}if(f)this.capHeight=f.height;else for(var g in this.glyphs)if(this.glyphs.hasOwnProperty(g)){if(0===(a=this.glyphs[g]).height||0===a.width)continue;this.capHeight=Math.max(this.capHeight,a.height)}this.capHeight-=s};var pc=function(t){function e(e,i,o){t.call(this,0,0,1/0,1/0),this.color=gn.pull("Color").parseCSS(i),this.onResetEvent(e,i,o)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.onResetEvent=function(t,e,i){void 0===i&&(i=0),this.name=t,this.pos.z=i,this.floating=!0,this.color.parseCSS(e)},e.prototype.draw=function(t,e){t.save(),t.clipRect(0,0,e.width,e.height),t.clearColor(this.color),t.restore()},e.prototype.destroy=function(){gn.push(this.color),this.color=void 0,t.prototype.destroy.call(this)},e}(la),dc=function(t){function e(e,i,o){t.call(this,e,i,o),this.floating=!0,this.offset.set(e,i),this.ratio=gn.pull("Vector2d",1,1),void 0!==o.ratio&&(Lo(o.ratio)?this.ratio.set(o.ratio,+o.ratio):this.ratio.setV(o.ratio)),void 0===o.anchorPoint?this.anchorPoint.set(0,0):"number"==typeof o.anchorPoint?this.anchorPoint.set(o.anchorPoint,o.anchorPoint):this.anchorPoint.setV(o.anchorPoint),this.repeat=o.repeat||"repeat",fr(pr,this.createPattern,this)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var i={repeat:{configurable:!0}};return i.repeat.get=function(){return this._repeat},i.repeat.set=function(t){switch(this._repeat=t,this._repeat){case"no-repeat":this.repeatX=!1,this.repeatY=!1;break;case"repeat-x":this.repeatX=!0,this.repeatY=!1;break;case"repeat-y":this.repeatX=!1,this.repeatY=!0;break;default:this.repeatX=!0,this.repeatY=!0}this.resize(Ra.width,Ra.height),this.createPattern()},e.prototype.onActivateEvent=function(){var t=this;fr(ur,this.updateLayer,this),fr(ar,this.resize,this),yr(Yn,(function(){t.updateLayer(Ra.pos)})),!0!==this.ancestor.root&&this.updateLayer(Ra.pos)},e.prototype.resize=function(e,i){return t.prototype.resize.call(this,this.repeatX?1/0:e,this.repeatY?1/0:i)},e.prototype.createPattern=function(){this._pattern=Ou.createPattern(this.image,this._repeat)},e.prototype.updateLayer=function(t){var e=this.ratio.x,i=this.ratio.y;if(0!==e||0!==i){var o=this.width,n=this.height,r=Ra.bounds.width,s=Ra.bounds.height,a=this.anchorPoint.x,h=this.anchorPoint.y,l=a*(e-1)*(r-Ra.width)+this.offset.x-e*t.x,u=h*(i-1)*(s-Ra.height)+this.offset.y-i*t.y;this.repeatX?this.pos.x=l%o:this.pos.x=l,this.repeatY?this.pos.y=u%n:this.pos.y=u,this.isDirty=!0}},e.prototype.preDraw=function(t){t.save(),t.setGlobalAlpha(t.globalAlpha()*this.getOpacity()),t.setTint(this.tint)},e.prototype.draw=function(t,e){var i=this.width,o=this.height,n=e.bounds.width,r=e.bounds.height,s=this.anchorPoint.x,a=this.anchorPoint.y,h=this.pos.x,l=this.pos.y;0===this.ratio.x&&0===this.ratio.y&&(h+=s*(n-i),l+=a*(r-o)),t.translate(h,l),t.drawPattern(this._pattern,0,0,2*e.width,2*e.height)},e.prototype.onDeactivateEvent=function(){gr(ur,this.updateLayer),gr(ar,this.resize)},e.prototype.destroy=function(){gn.push(this.ratio),this.ratio=void 0,gr(pr,this.createPattern),t.prototype.destroy.call(this)},Object.defineProperties(e.prototype,i),e}(qh),fc=function(t){function e(e,i,o){if(t.call(this,e,i,o),"number"!=typeof o.width||"number"!=typeof o.height)throw new Error("height and width properties are mandatory");this.width=Math.floor(o.width),this.height=Math.floor(o.height),this.nss_width=this.width,this.nss_height=this.height,this.insetx=o.insetx,this.insety=o.insety}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.draw=function(t){var e=this.current,i=this.pos.x,o=this.pos.y,n=e.width,r=e.height,s=e.offset,a=this.offset;0!==e.angle&&(t.translate(-i,-o),t.rotate(e.angle),i-=r,n=e.height,r=e.width);var h=a.x+s.x,l=a.y+s.y,u=this.insetx||n/4,c=this.insety||r/4;t.drawImage(this.image,h,l,u,c,i,o,u,c),t.drawImage(this.image,h+n-u,l,u,c,i+this.nss_width-u,o,u,c),t.drawImage(this.image,h,l+r-c,u,c,i,o+this.nss_height-c,u,c),t.drawImage(this.image,h+n-u,l+r-c,u,c,i+this.nss_width-u,o+this.nss_height-c,u,c);var p=n-(u<<1),d=r-(c<<1),f=this.nss_width-(u<<1),y=this.nss_height-(c<<1);t.drawImage(this.image,h+u,l,p,c,i+u,o,f,c),t.drawImage(this.image,h+u,l+r-c,p,c,i+u,o+this.nss_height-c,f,c),t.drawImage(this.image,h,l+c,u,d,i,o+c,u,y),t.drawImage(this.image,h+n-u,l+c,u,d,i+this.nss_width-u,o+c,u,y),t.drawImage(this.image,h+u,l+c,p,d,i+u,o+c,f,y)},e}(qh),yc=function(t){function e(e,i,o){t.call(this,e,i,o),this.isClickable=!0,this.holdThreshold=250,this.isHoldable=!1,this.hover=!1,this.holdTimeout=null,this.released=!0,this.floating=!0,this.isKinematic=!1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.clicked=function(t){if(0===t.button&&this.isClickable)return this.dirty=!0,this.released=!1,this.isHoldable&&(null!==this.holdTimeout&&ju.clearTimeout(this.holdTimeout),this.holdTimeout=ju.setTimeout(this.hold.bind(this),this.holdThreshold,!1),this.released=!1),this.onClick(t)},e.prototype.onClick=function(t){return!1},e.prototype.enter=function(t){return this.hover=!0,this.dirty=!0,this.onOver(t)},e.prototype.onOver=function(t){},e.prototype.leave=function(t){return this.hover=!1,this.dirty=!0,this.release(t),this.onOut(t)},e.prototype.onOut=function(t){},e.prototype.release=function(t){if(!1===this.released)return this.released=!0,this.dirty=!0,ju.clearTimeout(this.holdTimeout),this.onRelease(t)},e.prototype.onRelease=function(){return!1},e.prototype.hold=function(){ju.clearTimeout(this.holdTimeout),this.dirty=!0,this.released||this.onHold()},e.prototype.onHold=function(){},e.prototype.onActivateEvent=function(){Ws("pointerdown",this,this.clicked.bind(this)),Ws("pointerup",this,this.release.bind(this)),Ws("pointercancel",this,this.release.bind(this)),Ws("pointerenter",this,this.enter.bind(this)),Ws("pointerleave",this,this.leave.bind(this))},e.prototype.onDeactivateEvent=function(){Ys("pointerdown",this),Ys("pointerup",this),Ys("pointercancel",this),Ys("pointerenter",this),Ys("pointerleave",this),ju.clearTimeout(this.holdTimeout)},e}(qh),gc=function(t){function e(e,i,o){t.call(this,e,i,o),this.name=o.name,this.type=o.type,this.id=o.id;var n=o.shapes;void 0===n&&(n=gn.pull("Polygon",0,0,[gn.pull("Vector2d",0,0),gn.pull("Vector2d",this.width,0),gn.pull("Vector2d",this.width,this.height)])),this.body=new Sa(this,n),this.body.collisionType=Aa.types.COLLECTABLE_OBJECT,this.body.setCollisionMask(Aa.types.PLAYER_OBJECT),this.body.setStatic(!0),o.anchorPoint?this.anchorPoint.set(o.anchorPoint.x,o.anchorPoint.y):this.anchorPoint.set(0,0)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}(qh),vc=function(t){function e(e,i,o){t.call(this,e,i,o.width||0,o.height||0),this.anchorPoint.set(0,0),this.fade=o.fade,this.duration=o.duration,this.fading=!1,this.name="Trigger",this.type=o.type,this.id=o.id,this.gotolevel=o.to,this.triggerSettings={event:"level"},["type","container","onLoaded","flatten","setViewportBounds","to"].forEach(function(t){void 0!==o[t]&&(this.triggerSettings[t]=o[t])}.bind(this));var n=o.shapes;void 0===n&&(n=gn.pull("Polygon",0,0,[gn.pull("Vector2d",0,0),gn.pull("Vector2d",this.width,0),gn.pull("Vector2d",this.width,this.height)])),this.body=new Sa(this,n),this.body.collisionType=Aa.types.ACTION_OBJECT,this.body.setCollisionMask(Aa.types.PLAYER_OBJECT),this.body.setStatic(!0),this.resize(this.body.getBounds().width,this.body.getBounds().height)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getTriggerSettings=function(){return"string"==typeof this.triggerSettings.container&&(this.triggerSettings.container=Ba.getChildByName(this.triggerSettings.container)[0]),this.triggerSettings},e.prototype.onFadeComplete=function(){bl.load(this.gotolevel,this.getTriggerSettings()),Ra.fadeOut(this.fade,this.duration)},e.prototype.triggerEvent=function(){var t=this.getTriggerSettings();if("level"!==t.event)throw new Error("Trigger invalid type");this.gotolevel=t.to,this.fade&&this.duration?this.fading||(this.fading=!0,Ra.fadeIn(this.fade,this.duration,this.onFadeComplete.bind(this))):bl.load(this.gotolevel,t)},e.prototype.onCollision=function(t,e){return"Trigger"===this.name&&this.triggerEvent.apply(this),!1},e}(la);var mc=function(t){function e(e,i,o,n,r){var s,a,h,l,u;void 0===n&&(n="#FFF"),void 0===r&&(r=.7),t.call(this,e,i,2*o,2*o),this.color=gn.pull("Color").parseCSS(n),this.radius=o,this.intensity=r,this.blendMode="lighter",this.visibleArea=gn.pull("Ellipse",this.centerX,this.centerY,this.width,this.height),this.texture=gn.pull("CanvasTexture",this.width,this.height,{offscreenCanvas:!1}),this.anchorPoint.set(0,0),a=(s=this).texture.context,h=s.texture.width/2,l=s.texture.height/2,u=a.createRadialGradient(h,l,0,h,l,s.radius),s.texture.clear(),u.addColorStop(0,s.color.toRGBA(s.intensity)),u.addColorStop(1,s.color.toRGBA(0)),a.beginPath(),a.fillStyle=u,a.arc(h,l,s.radius,0,2*Math.PI,!1),a.fill()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getVisibleArea=function(){return this.visibleArea.setShape(this.getBounds().centerX,this.getBounds().centerY,this.width,this.height)},e.prototype.draw=function(t,e){t.drawImage(this.texture.canvas,this.getBounds().x,this.getBounds().y)},e.prototype.destroy=function(){gn.push(this.color),this.color=void 0,gn.push(this.texture),this.texture=void 0,gn.push(this.visibleArea),this.visibleArea=void 0,t.prototype.destroy.call(this)},e}(la),_c=function(t){function e(e,i,o,n){t.call(this,e,i,o,n),this.isKinematic=!1,this.dragging=!1,this.dragId=null,this.grabOffset=new vn(0,0),this.initEvents()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initEvents=function(){var t=this;Ws("pointerdown",this,(function(e){dr(or,e,t)})),Ws("pointerup",this,(function(e){dr(nr,e,t)})),Ws("pointercancel",this,(function(e){dr(nr,e,t)})),fr(er,this.dragMove.bind(this)),fr(or,(function(e,i){i===t&&t.dragStart(e)})),fr(nr,(function(e,i){i===t&&t.dragEnd(e)}))},e.prototype.dragStart=function(t){if(!1===this.dragging)return this.dragging=!0,this.grabOffset.set(t.gameX,t.gameY),this.grabOffset.sub(this.pos),!1},e.prototype.dragMove=function(t){!0===this.dragging&&(this.pos.set(t.gameX,t.gameY,this.pos.z),this.pos.sub(this.grabOffset))},e.prototype.dragEnd=function(){if(!0===this.dragging)return this.dragging=!1,!1},e.prototype.destroy=function(){gr(er,this.dragMove),gr(or,this.dragStart),gr(nr,this.dragEnd),Ys("pointerdown",this),Ys("pointerup",this),Ys("pointercancel",this),t.prototype.destroy.call(this)},e}(la),xc=function(t){function e(e,i,o,n){t.call(this,e,i,o,n),this.isKinematic=!1,this.CHECKMETHOD_OVERLAP="overlaps",this.CHECKMETHOD_CONTAINS="contains",this.checkMethod=this.CHECKMETHOD_OVERLAP,fr(nr,this.checkOnMe,this)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setCheckMethod=function(t){"function"==typeof this.getBounds()[this.checkMethod]&&(this.checkMethod=t)},e.prototype.checkOnMe=function(t,e){e&&this.getBounds()[this.checkMethod](e.getBounds())&&this.drop(e)},e.prototype.drop=function(t){},e.prototype.destroy=function(){gr(nr,this.checkOnMe),t.prototype.destroy.call(this)},e}(la),bc={width:1,height:1,image:void 0,textureSize:8,tint:"#fff",totalParticles:50,angle:Math.PI/2,angleVariation:0,minLife:1e3,maxLife:3e3,speed:2,speedVariation:1,minRotation:0,maxRotation:0,minStartScale:1,maxStartScale:1,minEndScale:0,maxEndScale:0,gravity:0,wind:0,followTrajectory:!1,textureAdditive:!1,blendMode:"normal",onlyInViewport:!0,floating:!1,maxParticles:10,frequency:100,duration:1/0,framesToSkip:0};var wc=function(t){function e(e,i,o){void 0===o&&(o={}),t.call(this,e,i,1|o.width,1|o.height),this.settings={},this.centerOn(e,i),this._stream=!1,this._frequencyTimer=0,this._durationTimer=0,this._enabled=!1,this.alwaysUpdate=!0,this.autoSort=!1,this._updateCount=0,this._dt=0,this.reset(o)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reset=function(t){void 0===t&&(t={}),Object.assign(this.settings,bc,t),void 0===this.settings.image&&(this._defaultParticle=function(t,e){void 0===t&&(t=8),void 0===e&&(e=8);var i=gn.pull("CanvasTexture",t,e,{offscreenCanvas:!0});return i.context.fillStyle="#fff",i.context.fillRect(0,0,t,e),i}(t.textureSize,t.textureSize),this.settings.image=this._defaultParticle.canvas),this.floating=this.settings.floating,this.isDirty=!0},e.prototype.getRandomPointX=function(){return tn(0,this.getBounds().width)},e.prototype.getRandomPointY=function(){return tn(0,this.getBounds().height)},e.prototype.addParticles=function(t){for(var e=0;e<t;e++)this.addChild(gn.pull("Particle",this),this.pos.z);this.isDirty=!0},e.prototype.isRunning=function(){return this._enabled&&this._stream},e.prototype.streamParticles=function(t){this._enabled=!0,this._stream=!0,this.settings.frequency=Math.max(1,this.settings.frequency),this._durationTimer="number"==typeof t?t:this.settings.duration},e.prototype.stopStream=function(){this._enabled=!1},e.prototype.burstParticles=function(t){this._enabled=!0,this._stream=!1,this.addParticles("number"==typeof t?t:this.settings.totalParticles),this._enabled=!1},e.prototype.update=function(e){if(++this._updateCount>this.settings.framesToSkip&&(this._updateCount=0),this._updateCount>0)return this._dt+=e,this.isDirty;if(e+=this._dt,this._dt=0,this.isDirty|=t.prototype.update.call(this,e),this._enabled&&this._stream){if(this._durationTimer!==1/0&&(this._durationTimer-=e,this._durationTimer<=0))return this.stopStream(),this.isDirty;this._frequencyTimer+=e;var i=this.children.length;i<this.settings.totalParticles&&this._frequencyTimer>=this.settings.frequency&&(i+this.settings.maxParticles<=this.settings.totalParticles?this.addParticles(this.settings.maxParticles):this.addParticles(this.settings.totalParticles-i),this._frequencyTimer=0,this.isDirty=!0)}return this.isDirty},e.prototype.destroy=function(){t.prototype.destroy.call(this,arguments),void 0!==this._defaultParticle&&(gn.push(this._defaultParticle),this._defaultParticle=void 0),this.settings.image=void 0,this.settings=void 0},e}(Ma),Tc=function(t){function e(e){t.call(this,e.getRandomPointX(),e.getRandomPointY(),e.settings.image.width,e.settings.image.height),this.onResetEvent(e,!0)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.onResetEvent=function(t,e){void 0===e&&(e=!1),!1===e?(this.pos.set(t.getRandomPointX(),t.getRandomPointY()),this.resize(t.settings.image.width,t.settings.image.height),this.currentTransform.identity()):this.vel=gn.pull("Vector2d"),this.image=t.settings.image,this.alwaysUpdate=!0,"string"==typeof t.settings.tint&&this.tint.parseCSS(t.settings.tint),!0===t.settings.textureAdditive&&(this.blendMode="additive"),"normal"!==t.settings.blendMode&&(this.blendMode=t.settings.blendMode);var i=t.settings.angle+(t.settings.angleVariation>0?(tn(0,2)-1)*t.settings.angleVariation:0),o=t.settings.speed+(t.settings.speedVariation>0?(tn(0,2)-1)*t.settings.speedVariation:0);this.vel.set(o*Math.cos(i),-o*Math.sin(i)),this.life=tn(t.settings.minLife,t.settings.maxLife),this.startLife=this.life,this.startScale=$o(tn(t.settings.minStartScale,t.settings.maxStartScale),t.settings.minStartScale,t.settings.maxStartScale),this.endScale=$o(tn(t.settings.minEndScale,t.settings.maxEndScale),t.settings.minEndScale,t.settings.maxEndScale),this.gravity=t.settings.gravity,this.wind=t.settings.wind,this.followTrajectory=t.settings.followTrajectory,this.onlyInViewport=t.settings.onlyInViewport,this._deltaInv=ju.maxfps/1e3,t.settings.followTrajectory||(this.angle=tn(t.settings.minRotation,t.settings.maxRotation))},e.prototype.update=function(e){var i=e*this._deltaInv;if(this.life=this.life>e?this.life-e:0,this.life<=0)return this.ancestor.removeChild(this),!1;var o=this.life/this.startLife,n=this.startScale;this.startScale>this.endScale?n=(n*=o)<this.endScale?this.endScale:n:this.startScale<this.endScale&&(n=(n/=o)>this.endScale?this.endScale:n),this.alpha=o,this.vel.x+=this.wind*i,this.vel.y+=this.gravity*i;var r=this.followTrajectory?Math.atan2(this.vel.y,this.vel.x):this.angle;return this.pos.x+=this.vel.x*i,this.pos.y+=this.vel.y*i,this.currentTransform.setTransform(n,0,0,0,n,0,this.pos.x,this.pos.y,1).rotate(r),this.isDirty=this.inViewport||!this.onlyInViewport,t.prototype.update.call(this,e)},e.prototype.draw=function(t){var e=this.width,i=this.height;t.drawImage(this.image,0,0,e,i,-e/2,-i/2,e,i)},e}(la),Ac=function(t){function e(e,i,o){if("number"!=typeof o.width||"number"!=typeof o.height)throw new Error("height and width properties are mandatory when passing settings parameters to an object entity");t.call(this,e,i,o.width,o.height),this.children=[],o.image&&(o.framewidth=o.framewidth||o.width,o.frameheight=o.frameheight||o.height,this.renderable=new qh(0,0,o)),o.anchorPoint?this.anchorPoint.set(o.anchorPoint.x,o.anchorPoint.y):this.anchorPoint.set(0,0),"string"==typeof o.name&&(this.name=o.name),this.type=o.type||"",this.id=o.id||"",this.alive=!0,void 0===o.shapes&&(o.shapes=gn.pull("Polygon",0,0,[gn.pull("Vector2d",0,0),gn.pull("Vector2d",this.width,0),gn.pull("Vector2d",this.width,this.height),gn.pull("Vector2d",0,this.height)])),this.body=new Sa(this,o.shapes,this.onBodyUpdate.bind(this)),0===this.width&&0===this.height&&this.resize(this.body.getBounds().width,this.body.getBounds().height),this.body.setCollisionMask(o.collisionMask),this.body.setCollisionType(o.collisionType),this.autoTransform=!1}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var i={renderable:{configurable:!0}};return i.renderable.get=function(){return this.children[0]},i.renderable.set=function(e){if(!(e instanceof t))throw new Error(e+"should extend me.Renderable");this.children[0]=e,this.children[0].ancestor=this},e.prototype.update=function(e){return this.renderable&&(this.isDirty|=this.renderable.update(e)),t.prototype.update.call(this,e)},e.prototype.onBodyUpdate=function(t){this.getBounds().addBounds(t.getBounds(),!0),this.updateBoundsPos(this.pos.x,this.pos.y)},e.prototype.preDraw=function(e){e.save(),e.translate(this.pos.x+this.body.getBounds().x,this.pos.y+this.body.getBounds().y),this.renderable instanceof t&&e.translate(this.anchorPoint.x*this.body.getBounds().width,this.anchorPoint.y*this.body.getBounds().height)},e.prototype.draw=function(e,i){var o=this.renderable;o instanceof t&&(o.preDraw(e),o.draw(e,i),o.postDraw(e))},e.prototype.destroy=function(){this.renderable&&(this.renderable.destroy.apply(this.renderable,arguments),this.children.splice(0,1)),t.prototype.destroy.call(this,arguments)},e.prototype.onDeactivateEvent=function(){this.renderable&&this.renderable.onDeactivateEvent&&this.renderable.onDeactivateEvent()},Object.defineProperties(e.prototype,i),e}(la);function Sc(t,e,i){var o="melonJS: %s is deprecated since version %s, please use %s",n=(new Error).stack;console.groupCollapsed?console.groupCollapsed("%c"+o,"font-weight:normal;color:yellow;",t,i,e):console.warn(o,t,i,e),void 0!==n&&console.warn(n),console.groupCollapsed&&console.groupEnd()}du.turnOnPointerLock=function(){return Sc("device.turnOnPointerLock()","input.requestPointerLock()","10.3.0"),Zs()},du.turnOffPointerLock=function(){return Sc("device.turnOffPointerLock()","input.exitPointerLock()","10.3.0"),Ks()},Object.defineProperty(tl.prototype,"Texture",{get:function(){return Sc("me.video.renderer.Texture","me.TextureAtlas","10.4.0"),Yh}});var Ec=function(t){function e(e,i,o){Sc("DraggableEntity","Draggable","10.5.0"),t.call(this,e,i,o.width,o.height)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}(_c),Cc=function(t){function e(e,i,o){Sc("DroptargetEntity","DropTarget","10.5.0"),t.call(this,e,i,o.width,o.height)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}(xc),Mc="10.12.0";t.initialized=!1;function Pc(){!0!==t.initialized&&(gn.register("me.Entity",Ac),gn.register("me.Collectable",gc),gn.register("me.Trigger",vc),gn.register("me.Light2d",mc),gn.register("me.Tween",Zu,!0),gn.register("me.Color",Sn,!0),gn.register("me.Particle",Tc,!0),gn.register("me.Sprite",qh),gn.register("me.NineSliceSprite",fc),gn.register("me.Renderable",la),gn.register("me.Text",rc,!0),gn.register("me.BitmapText",sc),gn.register("me.BitmapTextData",cc,!0),gn.register("me.ImageLayer",dc),gn.register("me.ColorLayer",pc,!0),gn.register("me.Vector2d",vn,!0),gn.register("me.Vector3d",xr,!0),gn.register("me.ObservableVector2d",_r,!0),gn.register("me.ObservableVector3d",br,!0),gn.register("me.Matrix2d",Pn,!0),gn.register("me.Matrix3d",Cn,!0),gn.register("me.Rect",Kr,!0),gn.register("me.RoundRect",Jh,!0),gn.register("me.Polygon",Zr,!0),gn.register("me.Line",$h,!0),gn.register("me.Ellipse",ua,!0),gn.register("me.Bounds",ls,!0),gn.register("Entity",Ac),gn.register("Collectable",gc),gn.register("Trigger",vc),gn.register("Light2d",mc),gn.register("Tween",Zu,!0),gn.register("Color",Sn,!0),gn.register("Particle",Tc,!0),gn.register("Sprite",qh),gn.register("NineSliceSprite",fc),gn.register("Renderable",la),gn.register("Text",rc,!0),gn.register("BitmapText",sc),gn.register("BitmapTextData",cc,!0),gn.register("ImageLayer",dc),gn.register("ColorLayer",pc,!0),gn.register("Vector2d",vn,!0),gn.register("Vector3d",xr,!0),gn.register("ObservableVector2d",_r,!0),gn.register("ObservableVector3d",br,!0),gn.register("Matrix2d",Pn,!0),gn.register("Matrix3d",Cn,!0),gn.register("Rect",Kr,!0),gn.register("RoundRect",Jh,!0),gn.register("Polygon",Zr,!0),gn.register("Line",$h,!0),gn.register("Ellipse",ua,!0),gn.register("Bounds",ls,!0),gn.register("CanvasTexture",$u,!0),dr(Rn),zl.setNocache(zu.getUriFragment().nocache||!1),ss(),t.initialized=!0)}du.onReady((function(){Pc()})),t.BitmapText=sc,t.BitmapTextData=cc,t.Body=Sa,t.Bounds=ls,t.Camera2d=sh,t.CanvasRenderer=el,t.Collectable=gc,t.Color=Sn,t.ColorLayer=pc,t.Container=Ma,t.Draggable=_c,t.DraggableEntity=Ec,t.DropTarget=xc,t.DroptargetEntity=Cc,t.Ellipse=ua,t.Entity=Ac,t.GLShader=mu,t.GUI_Object=yc,t.ImageLayer=dc,t.Light2d=mc,t.Line=$h,t.Math=nn,t.Matrix2d=Pn,t.Matrix3d=Cn,t.NineSliceSprite=fc,t.ObservableVector2d=_r,t.ObservableVector3d=br,t.Particle=Tc,t.ParticleEmitter=wc,t.ParticleEmitterSettings=bc,t.Pointer=ds,t.Polygon=Zr,t.QuadTree=Ia,t.Rect=Kr,t.Renderable=la,t.Renderer=tl,t.RoundRect=Jh,t.Sprite=qh,t.Stage=hh,t.TMXHexagonalRenderer=ll,t.TMXIsometricRenderer=sl,t.TMXLayer=ol,t.TMXOrthogonalRenderer=rl,t.TMXRenderer=nl,t.TMXStaggeredRenderer=ul,t.TMXTileMap=gl,t.TMXTileset=cl,t.TMXTilesetGroup=pl,t.Text=rc,t.TextureAtlas=Yh,t.Tile=Kh,t.Trigger=vc,t.Tween=Zu,t.Vector2d=vn,t.Vector3d=xr,t.WebGLCompositor=bu,t.WebGLRenderer=wu,t.World=Da,t.audio=Ql,t.boot=Pc,t.collision=Aa,t.device=du,t.event=vr,t.game=ih,t.input=ha,t.level=bl,t.loader=zl,t.plugin=Wu,t.plugins=Hu,t.pool=gn,t.save=iu,t.skipAutoInit=!1,t.state=Ah,t.timer=ju,t.utils=zu,t.version=Mc,t.video=Bu,t.warning=Sc,Object.defineProperty(t,"__esModule",{value:!0})}));
29
+ function(){var t;HowlerGlobal.prototype._pos=[0,0,0],HowlerGlobal.prototype._orientation=[0,0,-1,0,1,0],HowlerGlobal.prototype.stereo=function(t){var e=this;if(!e.ctx||!e.ctx.listener)return e;for(var i=e._howls.length-1;i>=0;i--)e._howls[i].stereo(t);return e},HowlerGlobal.prototype.pos=function(t,e,i){var o=this;return o.ctx&&o.ctx.listener?(e="number"!=typeof e?o._pos[1]:e,i="number"!=typeof i?o._pos[2]:i,"number"!=typeof t?o._pos:(o._pos=[t,e,i],void 0!==o.ctx.listener.positionX?(o.ctx.listener.positionX.setTargetAtTime(o._pos[0],Howler.ctx.currentTime,.1),o.ctx.listener.positionY.setTargetAtTime(o._pos[1],Howler.ctx.currentTime,.1),o.ctx.listener.positionZ.setTargetAtTime(o._pos[2],Howler.ctx.currentTime,.1)):o.ctx.listener.setPosition(o._pos[0],o._pos[1],o._pos[2]),o)):o},HowlerGlobal.prototype.orientation=function(t,e,i,o,n,r){var s=this;if(!s.ctx||!s.ctx.listener)return s;var a=s._orientation;return e="number"!=typeof e?a[1]:e,i="number"!=typeof i?a[2]:i,o="number"!=typeof o?a[3]:o,n="number"!=typeof n?a[4]:n,r="number"!=typeof r?a[5]:r,"number"!=typeof t?a:(s._orientation=[t,e,i,o,n,r],void 0!==s.ctx.listener.forwardX?(s.ctx.listener.forwardX.setTargetAtTime(t,Howler.ctx.currentTime,.1),s.ctx.listener.forwardY.setTargetAtTime(e,Howler.ctx.currentTime,.1),s.ctx.listener.forwardZ.setTargetAtTime(i,Howler.ctx.currentTime,.1),s.ctx.listener.upX.setTargetAtTime(o,Howler.ctx.currentTime,.1),s.ctx.listener.upY.setTargetAtTime(n,Howler.ctx.currentTime,.1),s.ctx.listener.upZ.setTargetAtTime(r,Howler.ctx.currentTime,.1)):s.ctx.listener.setOrientation(t,e,i,o,n,r),s)},Howl.prototype.init=(t=Howl.prototype.init,function(e){var i=this;return i._orientation=e.orientation||[1,0,0],i._stereo=e.stereo||null,i._pos=e.pos||null,i._pannerAttr={coneInnerAngle:void 0!==e.coneInnerAngle?e.coneInnerAngle:360,coneOuterAngle:void 0!==e.coneOuterAngle?e.coneOuterAngle:360,coneOuterGain:void 0!==e.coneOuterGain?e.coneOuterGain:0,distanceModel:void 0!==e.distanceModel?e.distanceModel:"inverse",maxDistance:void 0!==e.maxDistance?e.maxDistance:1e4,panningModel:void 0!==e.panningModel?e.panningModel:"HRTF",refDistance:void 0!==e.refDistance?e.refDistance:1,rolloffFactor:void 0!==e.rolloffFactor?e.rolloffFactor:1},i._onstereo=e.onstereo?[{fn:e.onstereo}]:[],i._onpos=e.onpos?[{fn:e.onpos}]:[],i._onorientation=e.onorientation?[{fn:e.onorientation}]:[],t.call(this,e)}),Howl.prototype.stereo=function(t,i){var o=this;if(!o._webAudio)return o;if("loaded"!==o._state)return o._queue.push({event:"stereo",action:function(){o.stereo(t,i)}}),o;var n=void 0===Howler.ctx.createStereoPanner?"spatial":"stereo";if(void 0===i){if("number"!=typeof t)return o._stereo;o._stereo=t,o._pos=[t,0,0]}for(var r=o._getSoundIds(i),s=0;s<r.length;s++){var a=o._soundById(r[s]);if(a){if("number"!=typeof t)return a._stereo;a._stereo=t,a._pos=[t,0,0],a._node&&(a._pannerAttr.panningModel="equalpower",a._panner&&a._panner.pan||e(a,n),"spatial"===n?void 0!==a._panner.positionX?(a._panner.positionX.setValueAtTime(t,Howler.ctx.currentTime),a._panner.positionY.setValueAtTime(0,Howler.ctx.currentTime),a._panner.positionZ.setValueAtTime(0,Howler.ctx.currentTime)):a._panner.setPosition(t,0,0):a._panner.pan.setValueAtTime(t,Howler.ctx.currentTime)),o._emit("stereo",a._id)}}return o},Howl.prototype.pos=function(t,i,o,n){var r=this;if(!r._webAudio)return r;if("loaded"!==r._state)return r._queue.push({event:"pos",action:function(){r.pos(t,i,o,n)}}),r;if(i="number"!=typeof i?0:i,o="number"!=typeof o?-.5:o,void 0===n){if("number"!=typeof t)return r._pos;r._pos=[t,i,o]}for(var s=r._getSoundIds(n),a=0;a<s.length;a++){var h=r._soundById(s[a]);if(h){if("number"!=typeof t)return h._pos;h._pos=[t,i,o],h._node&&(h._panner&&!h._panner.pan||e(h,"spatial"),void 0!==h._panner.positionX?(h._panner.positionX.setValueAtTime(t,Howler.ctx.currentTime),h._panner.positionY.setValueAtTime(i,Howler.ctx.currentTime),h._panner.positionZ.setValueAtTime(o,Howler.ctx.currentTime)):h._panner.setPosition(t,i,o)),r._emit("pos",h._id)}}return r},Howl.prototype.orientation=function(t,i,o,n){var r=this;if(!r._webAudio)return r;if("loaded"!==r._state)return r._queue.push({event:"orientation",action:function(){r.orientation(t,i,o,n)}}),r;if(i="number"!=typeof i?r._orientation[1]:i,o="number"!=typeof o?r._orientation[2]:o,void 0===n){if("number"!=typeof t)return r._orientation;r._orientation=[t,i,o]}for(var s=r._getSoundIds(n),a=0;a<s.length;a++){var h=r._soundById(s[a]);if(h){if("number"!=typeof t)return h._orientation;h._orientation=[t,i,o],h._node&&(h._panner||(h._pos||(h._pos=r._pos||[0,0,-.5]),e(h,"spatial")),void 0!==h._panner.orientationX?(h._panner.orientationX.setValueAtTime(t,Howler.ctx.currentTime),h._panner.orientationY.setValueAtTime(i,Howler.ctx.currentTime),h._panner.orientationZ.setValueAtTime(o,Howler.ctx.currentTime)):h._panner.setOrientation(t,i,o)),r._emit("orientation",h._id)}}return r},Howl.prototype.pannerAttr=function(){var t,i,o,n=this,r=arguments;if(!n._webAudio)return n;if(0===r.length)return n._pannerAttr;if(1===r.length){if("object"!=typeof r[0])return(o=n._soundById(parseInt(r[0],10)))?o._pannerAttr:n._pannerAttr;t=r[0],void 0===i&&(t.pannerAttr||(t.pannerAttr={coneInnerAngle:t.coneInnerAngle,coneOuterAngle:t.coneOuterAngle,coneOuterGain:t.coneOuterGain,distanceModel:t.distanceModel,maxDistance:t.maxDistance,refDistance:t.refDistance,rolloffFactor:t.rolloffFactor,panningModel:t.panningModel}),n._pannerAttr={coneInnerAngle:void 0!==t.pannerAttr.coneInnerAngle?t.pannerAttr.coneInnerAngle:n._coneInnerAngle,coneOuterAngle:void 0!==t.pannerAttr.coneOuterAngle?t.pannerAttr.coneOuterAngle:n._coneOuterAngle,coneOuterGain:void 0!==t.pannerAttr.coneOuterGain?t.pannerAttr.coneOuterGain:n._coneOuterGain,distanceModel:void 0!==t.pannerAttr.distanceModel?t.pannerAttr.distanceModel:n._distanceModel,maxDistance:void 0!==t.pannerAttr.maxDistance?t.pannerAttr.maxDistance:n._maxDistance,refDistance:void 0!==t.pannerAttr.refDistance?t.pannerAttr.refDistance:n._refDistance,rolloffFactor:void 0!==t.pannerAttr.rolloffFactor?t.pannerAttr.rolloffFactor:n._rolloffFactor,panningModel:void 0!==t.pannerAttr.panningModel?t.pannerAttr.panningModel:n._panningModel})}else 2===r.length&&(t=r[0],i=parseInt(r[1],10));for(var s=n._getSoundIds(i),a=0;a<s.length;a++)if(o=n._soundById(s[a])){var h=o._pannerAttr;h={coneInnerAngle:void 0!==t.coneInnerAngle?t.coneInnerAngle:h.coneInnerAngle,coneOuterAngle:void 0!==t.coneOuterAngle?t.coneOuterAngle:h.coneOuterAngle,coneOuterGain:void 0!==t.coneOuterGain?t.coneOuterGain:h.coneOuterGain,distanceModel:void 0!==t.distanceModel?t.distanceModel:h.distanceModel,maxDistance:void 0!==t.maxDistance?t.maxDistance:h.maxDistance,refDistance:void 0!==t.refDistance?t.refDistance:h.refDistance,rolloffFactor:void 0!==t.rolloffFactor?t.rolloffFactor:h.rolloffFactor,panningModel:void 0!==t.panningModel?t.panningModel:h.panningModel};var l=o._panner;l?(l.coneInnerAngle=h.coneInnerAngle,l.coneOuterAngle=h.coneOuterAngle,l.coneOuterGain=h.coneOuterGain,l.distanceModel=h.distanceModel,l.maxDistance=h.maxDistance,l.refDistance=h.refDistance,l.rolloffFactor=h.rolloffFactor,l.panningModel=h.panningModel):(o._pos||(o._pos=n._pos||[0,0,-.5]),e(o,"spatial"))}return n},Sound.prototype.init=function(t){return function(){var e=this,i=e._parent;e._orientation=i._orientation,e._stereo=i._stereo,e._pos=i._pos,e._pannerAttr=i._pannerAttr,t.call(this),e._stereo?i.stereo(e._stereo):e._pos&&i.pos(e._pos[0],e._pos[1],e._pos[2],e._id)}}(Sound.prototype.init),Sound.prototype.reset=function(t){return function(){var e=this,i=e._parent;return e._orientation=i._orientation,e._stereo=i._stereo,e._pos=i._pos,e._pannerAttr=i._pannerAttr,e._stereo?i.stereo(e._stereo):e._pos?i.pos(e._pos[0],e._pos[1],e._pos[2],e._id):e._panner&&(e._panner.disconnect(0),e._panner=void 0,i._refreshBuffer(e)),t.call(this)}}(Sound.prototype.reset);var e=function(t,e){"spatial"===(e=e||"spatial")?(t._panner=Howler.ctx.createPanner(),t._panner.coneInnerAngle=t._pannerAttr.coneInnerAngle,t._panner.coneOuterAngle=t._pannerAttr.coneOuterAngle,t._panner.coneOuterGain=t._pannerAttr.coneOuterGain,t._panner.distanceModel=t._pannerAttr.distanceModel,t._panner.maxDistance=t._pannerAttr.maxDistance,t._panner.refDistance=t._pannerAttr.refDistance,t._panner.rolloffFactor=t._pannerAttr.rolloffFactor,t._panner.panningModel=t._pannerAttr.panningModel,void 0!==t._panner.positionX?(t._panner.positionX.setValueAtTime(t._pos[0],Howler.ctx.currentTime),t._panner.positionY.setValueAtTime(t._pos[1],Howler.ctx.currentTime),t._panner.positionZ.setValueAtTime(t._pos[2],Howler.ctx.currentTime)):t._panner.setPosition(t._pos[0],t._pos[1],t._pos[2]),void 0!==t._panner.orientationX?(t._panner.orientationX.setValueAtTime(t._orientation[0],Howler.ctx.currentTime),t._panner.orientationY.setValueAtTime(t._orientation[1],Howler.ctx.currentTime),t._panner.orientationZ.setValueAtTime(t._orientation[2],Howler.ctx.currentTime)):t._panner.setOrientation(t._orientation[0],t._orientation[1],t._orientation[2])):(t._panner=Howler.ctx.createStereoPanner(),t._panner.pan.setValueAtTime(t._stereo,Howler.ctx.currentTime)),t._panner.connect(t._node),t._paused||t._parent.pause(t._id,!0).play(t._id,!0)}}()}(Ja);var $a={},th=null,eh=0,ih=[],oh=function(t,e){if(eh++>3)throw new Error("melonJS: failed loading "+t);$a[t].load()};function nh(){return!Ja.Howler.noAudio}function rh(t,e,i,o){var n=[];if(0===ih.length)throw new Error("target audio extension(s) should be set through me.audio.init() before calling the preloader.");if(!0===vn(t.src))n.push(t.src);else for(var r=0;r<ih.length;r++)n.push(t.src+t.name+"."+ih[r]+lc.nocache);return $a[t.name]=new Ja.Howl({src:n,volume:Ja.Howler.volume(),html5:!0===e,xhrWithCredentials:lc.withCredentials,onloaderror:function(){oh.call(this,t.name,o)},onload:function(){eh=0,i&&i()}}),1}function sh(t,e,i,o){void 0===e&&(e=!1);var n=$a[t];if(n&&void 0!==n){var r=n.play();return"boolean"==typeof e&&n.loop(e,r),n.volume("number"==typeof o?kn(o,0,1):Ja.Howler.volume(),r),"function"==typeof i&&(!0===e?n.on("end",i,r):n.once("end",i,r)),r}throw new Error("audio clip "+t+" does not exist")}function ah(){null!==th&&$a[th].pause()}function hh(){null!==th&&$a[th].play()}function lh(t,e,i){i=void 0===i||!!i;var o=$a[t];if(!o||void 0===o)throw new Error("audio clip "+t+" does not exist");o.mute(i,e)}function uh(){Ja.Howler.mute(!0)}function ch(){Ja.Howler.mute(!1)}function ph(t){return t in $a&&($a[t].unload(),delete $a[t],!0)}function dh(){for(var t in $a)$a.hasOwnProperty(t)&&ph(t)}var fh=Object.freeze({__proto__:null,stopOnAudioError:!0,init:function(t){return void 0===t&&(t="mp3"),ih=t.split(","),!Ja.Howler.noAudio},hasFormat:function(t){return nh()&&Ja.Howler.codecs(t)},hasAudio:nh,enable:function(){ch()},disable:function(){uh()},load:rh,play:sh,fade:function(t,e,i,o,n){var r=$a[t];if(!r||void 0===r)throw new Error("audio clip "+t+" does not exist");r.fade(e,i,o,n)},seek:function(t){for(var e=[],i=arguments.length-1;i-- >0;)e[i]=arguments[i+1];var o=$a[t];if(o&&void 0!==o)return o.seek.apply(o,e);throw new Error("audio clip "+t+" does not exist")},rate:function(t){for(var e=[],i=arguments.length-1;i-- >0;)e[i]=arguments[i+1];var o=$a[t];if(o&&void 0!==o)return o.rate.apply(o,e);throw new Error("audio clip "+t+" does not exist")},stop:function(t,e){if(void 0!==t){var i=$a[t];if(!i||void 0===i)throw new Error("audio clip "+t+" does not exist");i.stop(e),i.off("end",void 0,e)}else Ja.Howler.stop()},pause:function(t,e){var i=$a[t];if(!i||void 0===i)throw new Error("audio clip "+t+" does not exist");i.pause(e)},resume:function(t,e){var i=$a[t];if(!i||void 0===i)throw new Error("audio clip "+t+" does not exist");i.play(e)},playTrack:function(t,e){return sh(th=t,!0,null,e)},stopTrack:function(){null!==th&&($a[th].stop(),th=null)},pauseTrack:ah,resumeTrack:hh,getCurrentTrack:function(){return th},setVolume:function(t){Ja.Howler.volume(t)},getVolume:function(){return Ja.Howler.volume()},mute:lh,unmute:function(t,e){lh(t,e,!1)},muteAll:uh,unmuteAll:ch,muted:function(){return Ja.Howler._muted},unload:ph,unloadAll:dh}),yh=function(t){function e(e,i,o){if(void 0===e&&(e=0),void 0===i&&(i=0),t.call(this,e,i),void 0===o)throw new Error("undefined `onUpdate` callback");this.setCallback(o.onUpdate,o.scope)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var i={x:{configurable:!0},y:{configurable:!0}};return e.prototype.onResetEvent=function(t,e,i){return void 0===t&&(t=0),void 0===e&&(e=0),this.setMuted(t,e),void 0!==i&&this.setCallback(i.onUpdate,i.scope),this},i.x.get=function(){return this._x},i.x.set=function(t){var e=this.onUpdate.call(this.scope,t,this._y,this._x,this._y);this._x=e&&"x"in e?e.x:t},i.y.get=function(){return this._y},i.y.set=function(t){var e=this.onUpdate.call(this.scope,this._x,t,this._x,this._y);this._y=e&&"y"in e?e.y:t},e.prototype._set=function(t,e){var i=this.onUpdate.call(this.scope,t,e,this._x,this._y);return i&&"x"in i&&"y"in i?(this._x=i.x,this._y=i.y):(this._x=t,this._y=e),this},e.prototype.setMuted=function(t,e){return this._x=t,this._y=e,this},e.prototype.setCallback=function(t,e){if(void 0===e&&(e=null),"function"!=typeof t)throw new Error("invalid `onUpdate` callback");return this.onUpdate=t,this.scope=e,this},e.prototype.add=function(t){return this._set(this._x+t.x,this._y+t.y)},e.prototype.sub=function(t){return this._set(this._x-t.x,this._y-t.y)},e.prototype.scale=function(t,e){return this._set(this._x*t,this._y*(void 0!==e?e:t))},e.prototype.scaleV=function(t){return this._set(this._x*t.x,this._y*t.y)},e.prototype.div=function(t){return this._set(this._x/t,this._y/t)},e.prototype.abs=function(){return this._set(this._x<0?-this._x:this._x,this._y<0?-this._y:this._y)},e.prototype.clamp=function(t,i){return new e(kn(this.x,t,i),kn(this.y,t,i),{onUpdate:this.onUpdate,scope:this.scope})},e.prototype.clampSelf=function(t,e){return this._set(kn(this._x,t,e),kn(this._y,t,e))},e.prototype.minV=function(t){return this._set(this._x<t.x?this._x:t.x,this._y<t.y?this._y:t.y)},e.prototype.maxV=function(t){return this._set(this._x>t.x?this._x:t.x,this._y>t.y?this._y:t.y)},e.prototype.floor=function(){return new e(Math.floor(this._x),Math.floor(this._y),{onUpdate:this.onUpdate,scope:this.scope})},e.prototype.floorSelf=function(){return this._set(Math.floor(this._x),Math.floor(this._y))},e.prototype.ceil=function(){return new e(Math.ceil(this._x),Math.ceil(this._y),{onUpdate:this.onUpdate,scope:this.scope})},e.prototype.ceilSelf=function(){return this._set(Math.ceil(this._x),Math.ceil(this._y))},e.prototype.negate=function(){return new e(-this._x,-this._y,{onUpdate:this.onUpdate,scope:this.scope})},e.prototype.negateSelf=function(){return this._set(-this._x,-this._y)},e.prototype.copy=function(t){return this._set(t.x,t.y)},e.prototype.equals=function(t){return this._x===t.x&&this._y===t.y},e.prototype.perp=function(){return this._set(this._y,-this._x)},e.prototype.rotate=function(t,e){var i=0,o=0;"object"==typeof e&&(i=e.x,o=e.y);var n=this._x-i,r=this._y-o,s=Math.cos(t),a=Math.sin(t);return this._set(n*s-r*a+i,n*a+r*s+o)},e.prototype.dot=function(t){return this._x*t.x+this._y*t.y},e.prototype.cross=function(t){return this._x*t.y-this._y*t.x},e.prototype.lerp=function(t,e){return this._x+=(t.x-this._x)*e,this._y+=(t.y-this._y)*e,this},e.prototype.distance=function(t){return Math.sqrt((this._x-t.x)*(this._x-t.x)+(this._y-t.y)*(this._y-t.y))},e.prototype.clone=function(){return qn.pull("ObservableVector2d",this._x,this._y,{onUpdate:this.onUpdate,scope:this.scope})},e.prototype.toVector2d=function(){return qn.pull("Vector2d",this._x,this._y)},e.prototype.toString=function(){return"x:"+this._x+",y:"+this._y},Object.defineProperties(e.prototype,i),e}(Kn),gh=function(t,e,i){void 0===t&&(t=0),void 0===e&&(e=0),void 0===i&&(i=0),this.onResetEvent(t,e,i)};gh.prototype.onResetEvent=function(t,e,i){return void 0===t&&(t=0),void 0===e&&(e=0),void 0===i&&(i=0),this.x=t,this.y=e,this.z=i,this},gh.prototype._set=function(t,e,i){return void 0===i&&(i=0),this.x=t,this.y=e,this.z=i,this},gh.prototype.set=function(t,e,i){if(t!==+t||e!==+e||void 0!==i&&i!==+i)throw new Error("invalid x, y, z parameters (not a number)");return this._set(t,e,i)},gh.prototype.setZero=function(){return this.set(0,0,0)},gh.prototype.setV=function(t){return this._set(t.x,t.y,t.z)},gh.prototype.add=function(t){return this._set(this.x+t.x,this.y+t.y,this.z+(t.z||0))},gh.prototype.sub=function(t){return this._set(this.x-t.x,this.y-t.y,this.z-(t.z||0))},gh.prototype.scale=function(t,e,i){return e=void 0!==e?e:t,this._set(this.x*t,this.y*e,this.z*(i||1))},gh.prototype.scaleV=function(t){return this.scale(t.x,t.y,t.z)},gh.prototype.toIso=function(){return this._set(this.x-this.y,.5*(this.x+this.y),this.z)},gh.prototype.to2d=function(){return this._set(this.y+this.x/2,this.y-this.x/2,this.z)},gh.prototype.div=function(t){return this._set(this.x/t,this.y/t,this.z/t)},gh.prototype.abs=function(){return this._set(this.x<0?-this.x:this.x,this.y<0?-this.y:this.y,this.z<0?-this.z:this.z)},gh.prototype.clamp=function(t,e){return new gh(kn(this.x,t,e),kn(this.y,t,e),kn(this.z,t,e))},gh.prototype.clampSelf=function(t,e){return this._set(kn(this.x,t,e),kn(this.y,t,e),kn(this.z,t,e))},gh.prototype.minV=function(t){var e=t.z||0;return this._set(this.x<t.x?this.x:t.x,this.y<t.y?this.y:t.y,this.z<e?this.z:e)},gh.prototype.maxV=function(t){var e=t.z||0;return this._set(this.x>t.x?this.x:t.x,this.y>t.y?this.y:t.y,this.z>e?this.z:e)},gh.prototype.floor=function(){return new gh(Math.floor(this.x),Math.floor(this.y),Math.floor(this.z))},gh.prototype.floorSelf=function(){return this._set(Math.floor(this.x),Math.floor(this.y),Math.floor(this.z))},gh.prototype.ceil=function(){return new gh(Math.ceil(this.x),Math.ceil(this.y),Math.ceil(this.z))},gh.prototype.ceilSelf=function(){return this._set(Math.ceil(this.x),Math.ceil(this.y),Math.ceil(this.z))},gh.prototype.negate=function(){return new gh(-this.x,-this.y,-this.z)},gh.prototype.negateSelf=function(){return this._set(-this.x,-this.y,-this.z)},gh.prototype.copy=function(t){return this._set(t.x,t.y,t.z||0)},gh.prototype.equals=function(){var t,e,i;return arguments.length>=2?(t=arguments[0],e=arguments[1],i=arguments[2]):(t=arguments[0].x,e=arguments[0].y,i=arguments[0].z),void 0===i&&(i=this.z),this.x===t&&this.y===e&&this.z===i},gh.prototype.normalize=function(){return this.div(this.length()||1)},gh.prototype.perp=function(){return this._set(this.y,-this.x,this.z)},gh.prototype.rotate=function(t,e){var i=0,o=0;"object"==typeof e&&(i=e.x,o=e.y);var n=this.x-i,r=this.y-o,s=Math.cos(t),a=Math.sin(t);return this._set(n*s-r*a+i,n*a+r*s+o,this.z)},gh.prototype.dot=function(t){return this.x*t.x+this.y*t.y+this.z*(void 0!==t.z?t.z:this.z)},gh.prototype.cross=function(t){var e=this.x,i=this.y,o=this.z,n=t.x,r=t.y,s=t.z;return this.x=i*s-o*r,this.y=o*n-e*s,this.z=e*r-i*n,this},gh.prototype.length2=function(){return this.dot(this)},gh.prototype.length=function(){return Math.sqrt(this.length2())},gh.prototype.lerp=function(t,e){return this.x+=(t.x-this.x)*e,this.y+=(t.y-this.y)*e,this.z+=(t.z-this.z)*e,this},gh.prototype.distance=function(t){var e=this.x-t.x,i=this.y-t.y,o=this.z-(t.z||0);return Math.sqrt(e*e+i*i+o*o)},gh.prototype.angle=function(t){return Math.acos(kn(this.dot(t)/(this.length()*t.length()),-1,1))},gh.prototype.project=function(t){var e=this.dot(t)/t.length2();return this.scale(e,e,e)},gh.prototype.projectN=function(t){var e=this.dot(t)/t.length2();return this.scale(e,e,e)},gh.prototype.clone=function(){return qn.pull("Vector3d",this.x,this.y,this.z)},gh.prototype.toString=function(){return"x:"+this.x+",y:"+this.y+",z:"+this.z};var vh=function(t){function e(e,i,o,n){if(void 0===e&&(e=0),void 0===i&&(i=0),void 0===o&&(o=0),t.call(this,e,i,o),void 0===n)throw new Error("undefined `onUpdate` callback");this.setCallback(n.onUpdate,n.scope)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var i={x:{configurable:!0},y:{configurable:!0},z:{configurable:!0}};return e.prototype.onResetEvent=function(t,e,i,o){return void 0===t&&(t=0),void 0===e&&(e=0),void 0===i&&(i=0),this.setMuted(t,e,i),void 0!==o&&this.setCallback(o.onUpdate,o.scope),this},i.x.get=function(){return this._x},i.x.set=function(t){var e=this.onUpdate.call(this.scope,t,this._y,this._z,this._x,this._y,this._z);this._x=e&&"x"in e?e.x:t},i.y.get=function(){return this._y},i.y.set=function(t){var e=this.onUpdate.call(this.scope,this._x,t,this._z,this._x,this._y,this._z);this._y=e&&"y"in e?e.y:t},i.z.get=function(){return this._z},i.z.set=function(t){var e=this.onUpdate.call(this.scope,this._x,this._y,t,this._x,this._y,this._z);this._z=e&&"z"in e?e.z:t},e.prototype._set=function(t,e,i){var o=this.onUpdate.call(this.scope,t,e,i,this._x,this._y,this._z);return o&&"x"in o&&"y"in o&&"z"in o?(this._x=o.x,this._y=o.y,this._z=o.z):(this._x=t,this._y=e,this._z=i||0),this},e.prototype.setMuted=function(t,e,i){return this._x=t,this._y=e,this._z=i||0,this},e.prototype.setCallback=function(t,e){if(void 0===e&&(e=null),"function"!=typeof t)throw new Error("invalid `onUpdate` callback");return this.onUpdate=t,this.scope=e,this},e.prototype.add=function(t){return this._set(this._x+t.x,this._y+t.y,this._z+(t.z||0))},e.prototype.sub=function(t){return this._set(this._x-t.x,this._y-t.y,this._z-(t.z||0))},e.prototype.scale=function(t,e,i){return e=void 0!==e?e:t,this._set(this._x*t,this._y*e,this._z*(i||1))},e.prototype.scaleV=function(t){return this._set(this._x*t.x,this._y*t.y,this._z*(t.z||1))},e.prototype.div=function(t){return this._set(this._x/t,this._y/t,this._z/t)},e.prototype.abs=function(){return this._set(this._x<0?-this._x:this._x,this._y<0?-this._y:this._y,this._Z<0?-this._z:this._z)},e.prototype.clamp=function(t,i){return new e(kn(this._x,t,i),kn(this._y,t,i),kn(this._z,t,i),{onUpdate:this.onUpdate,scope:this.scope})},e.prototype.clampSelf=function(t,e){return this._set(kn(this._x,t,e),kn(this._y,t,e),kn(this._z,t,e))},e.prototype.minV=function(t){var e=t.z||0;return this._set(this._x<t.x?this._x:t.x,this._y<t.y?this._y:t.y,this._z<e?this._z:e)},e.prototype.maxV=function(t){var e=t.z||0;return this._set(this._x>t.x?this._x:t.x,this._y>t.y?this._y:t.y,this._z>e?this._z:e)},e.prototype.floor=function(){return new e(Math.floor(this._x),Math.floor(this._y),Math.floor(this._z),{onUpdate:this.onUpdate,scope:this.scope})},e.prototype.floorSelf=function(){return this._set(Math.floor(this._x),Math.floor(this._y),Math.floor(this._z))},e.prototype.ceil=function(){return new e(Math.ceil(this._x),Math.ceil(this._y),Math.ceil(this._z),{onUpdate:this.onUpdate,scope:this.scope})},e.prototype.ceilSelf=function(){return this._set(Math.ceil(this._x),Math.ceil(this._y),Math.ceil(this._z))},e.prototype.negate=function(){return new e(-this._x,-this._y,-this._z,{onUpdate:this.onUpdate,scope:this.scope})},e.prototype.negateSelf=function(){return this._set(-this._x,-this._y,-this._z)},e.prototype.copy=function(t){return this._set(t.x,t.y,t.z||0)},e.prototype.equals=function(t){return this._x===t.x&&this._y===t.y&&this._z===(t.z||this._z)},e.prototype.perp=function(){return this._set(this._y,-this._x,this._z)},e.prototype.rotate=function(t,e){var i=0,o=0;"object"==typeof e&&(i=e.x,o=e.y);var n=this.x-i,r=this.y-o,s=Math.cos(t),a=Math.sin(t);return this._set(n*s-r*a+i,n*a+r*s+o,this.z)},e.prototype.dot=function(t){return this._x*t.x+this._y*t.y+this._z*(t.z||1)},e.prototype.cross=function(t){var e=this._x,i=this._y,o=this._z,n=t.x,r=t.y,s=t.z;return this._set(i*s-o*r,o*n-e*s,e*r-i*n)},e.prototype.lerp=function(t,e){return this._x+=(t.x-this._x)*e,this._y+=(t.y-this._y)*e,this._z+=(t.z-this._z)*e,this},e.prototype.distance=function(t){var e=this._x-t.x,i=this._y-t.y,o=this._z-(t.z||0);return Math.sqrt(e*e+i*i+o*o)},e.prototype.clone=function(){return qn.pull("ObservableVector3d",this._x,this._y,this._z,{onUpdate:this.onUpdate})},e.prototype.toVector3d=function(){return qn.pull("Vector3d",this._x,this._y,this._z)},e.prototype.toString=function(){return"x:"+this._x+",y:"+this._y+",z:"+this._z},Object.defineProperties(e.prototype,i),e}(gh),mh={},xh={},_h={},bh={},wh={},Th={},Ah=function(t,e,i){e=e||t.keyCode||t.button;var o=Th[e];if(Yr(Pr,o,e,!o||!_h[o]),o){if(!_h[o]){var n=void 0!==i?i:e;bh[o][n]||(mh[o]++,bh[o][n]=!0)}return!wh[e]||"function"!=typeof t.preventDefault||t.preventDefault()}return!0},Sh=function(t,e,i){e=e||t.keyCode||t.button;var o=Th[e];if(Yr(Or,o,e),o){var n=void 0!==i?i:e;return bh[o][n]=void 0,mh[o]>0&&mh[o]--,_h[o]=!1,!wh[e]||"function"!=typeof t.preventDefault||t.preventDefault()}return!0},Eh=null;function Ch(){null===Eh&&!1===gs&&"function"==typeof(Eh=globalThis).addEventListener&&(Eh.addEventListener("keydown",Ah,!1),Eh.addEventListener("keyup",Sh,!1))}function Mh(t,e,i){!0===e?Ah({},t,i):Sh({},t,i)}function Ph(t){return Th[t]}var Oh,kh=new Kn,Ih=function(t){function e(e,i,o,n){void 0===e&&(e=0),void 0===i&&(i=0),void 0===o&&(o=1),void 0===n&&(n=1),t.call(this),this.setMinMax(e,i,e+o,i+n),this.LEFT=0,this.MIDDLE=1,this.RIGHT=2,this.event=void 0,this.type=void 0,this.button=0,this.isPrimary=!1,this.pageX=0,this.pageY=0,this.clientX=0,this.clientY=0,this.movementX=0,this.movementY=0,this.deltaMode=0,this.deltaX=0,this.deltaY=0,this.deltaZ=0,this.gameX=0,this.gameY=0,this.gameScreenX=0,this.gameScreenY=0,this.gameWorldX=0,this.gameWorldY=0,this.gameLocalX=0,this.gameLocalY=0,this.pointerId=void 0,this.isNormalized=!1,this.locked=!1,this.bind=[0,0,0]}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setEvent=function(t,e,i,o,n,r){void 0===e&&(e=0),void 0===i&&(i=0),void 0===o&&(o=0),void 0===n&&(n=0),void 0===r&&(r=1),this.event=t,this.pageX=e,this.pageY=i,this.clientX=o,this.clientY=n,ll(this.pageX,this.pageY,kh),this.gameScreenX=this.x=kh.x,this.gameScreenY=this.y=kh.y,this.isNormalized=void 0!==globalThis.PointerEvent&&!(t instanceof globalThis.PointerEvent),this.locked=hl,this.movementX=t.movementX||0,this.movementY=t.movementY||0,"wheel"===t.type?(this.deltaMode=t.deltaMode||0,this.deltaX=t.deltaX||0,this.deltaY=t.deltaY||0,this.deltaZ=t.deltaZ||0):(this.deltaMode=0,this.deltaX=0,this.deltaY=0,this.deltaZ=0),this.pointerId=r,this.isPrimary=void 0===t.isPrimary||t.isPrimary,this.button=t.button||0,this.type=t.type,void 0!==Ql.viewport&&Ql.viewport.localToWorld(this.gameScreenX,this.gameScreenY,kh),this.gameWorldX=kh.x,this.gameWorldY=kh.y,!1===this.isNormalized?(this.width=t.width||1,this.height=t.height||1):"number"==typeof t.radiusX?(this.width=2*t.radiusX||1,this.height=2*t.radiusY||1):this.width=this.height=1},e}(qa),Bh=[],Rh=new Map,Dh=!1,Lh=0,zh=[],Fh=["wheel"],Vh=["pointermove","mousemove","touchmove"],jh=["pointerdown","mousedown","touchstart"],Uh=["pointerup","mouseup","touchend"],Nh=["pointercancel","mousecancel","touchcancel"],Gh=["pointerenter","mouseenter","touchenter"],Xh=["pointerover","mouseover","touchover"],Hh=["pointerleave","mouseleave","touchleave"],Yh=[Fh[0],Vh[0],jh[0],Uh[0],Nh[0],Gh[0],Xh[0],Hh[0]],Wh=[Fh[0],Vh[1],jh[1],Uh[1],Nh[1],Gh[1],Xh[1],Hh[1]],qh=[Vh[2],jh[2],Uh[2],Nh[2],Gh[2],Xh[2],Hh[2]],Kh={wheel:Fh,pointermove:Vh,pointerdown:jh,pointerup:Uh,pointercancel:Nh,pointerenter:Gh,pointerover:Xh,pointerleave:Hh},Zh=[];function Qh(){if(!Dh){Oh=new Xa(0,0,1,1);for(var t=0;t<Ms;t++)Bh.push(new Ih);var e;null===sl&&(sl=zc.getScreenCanvas()),zh=Es?Yh:Wh,Cs&&!Es&&(zh=zh.concat(qh)),function(t,e){for(var i=0;i<t.length;i++)-1===Vh.indexOf(t[i])&&sl.addEventListener(t[i],e,{passive:!1===Al})}(zh,nl),void 0===rl&&(rl=~~(1e3/Wc.maxfps)),sa(),sl.addEventListener(zh[2],(function(){sa()}),{passive:!1===Al});var i=$h(zh,Vh);if(rl<17)for(e=0;e<i.length;e++)-1!==zh.indexOf(i[e])&&sl.addEventListener(i[e],ol,{passive:!0});else for(e=0;e<i.length;e++)-1!==zh.indexOf(i[e])&&sl.addEventListener(i[e],Hn(ol,rl,!1),{passive:!0});ul(sl),Os&&document.addEventListener("pointerlockchange",(function(){hl=document.pointerLockElement===Vc(),Yr(Dr,hl)}),!0),Dh=!0}}function Jh(t,e){for(var i=0;i<e.length;i++){if(-1!==t.indexOf(e[i]))return e[i]}}function $h(t,e){for(var i=[],o=0;o<e.length;o++){-1!==t.indexOf(e[o])&&i.push(e[o])}return i}function tl(t,e,i,o){var n;if(t.callbacks[e]){t.pointerId=o;for(var r=t.callbacks[e].length-1;r>=0&&(n=t.callbacks[e][r]);r--)if(!1===n(i))return!0}return!1}function el(t){for(var e=!1;t.length>0;){var i=t.pop();if(Bh.push(i),!0===i.isNormalized&&void 0!==i.event.timeStamp){if(i.event.timeStamp<Lh)continue;Lh=i.event.timeStamp}Oh.setShape(i.gameWorldX,i.gameWorldY,i.width,i.height),Vh.includes(i.type)&&(i.gameX=i.gameLocalX=i.gameScreenX,i.gameY=i.gameLocalY=i.gameScreenY,Yr(Rr,i));for(var o,n=Ql.world.broadphase.retrieve(Oh,Xl.prototype._sortReverseZ),r=(n=n.concat([Ql.viewport])).length;o=n[--r];){if(Rh.has(o)&&!0!==o.isKinematic){var s,a=Rh.get(o),h=a.region,l=h.ancestor,u=h.getBounds();if(!0===h.isFloating?(i.gameX=i.gameLocalX=i.gameScreenX,i.gameY=i.gameLocalY=i.gameScreenY):(i.gameX=i.gameLocalX=i.gameWorldX,i.gameY=i.gameLocalY=i.gameWorldY),void 0!==l){var c=l.getBounds();i.gameLocalX=i.gameX-c.x,i.gameLocalY=i.gameY-c.y}var p=i.gameX,d=i.gameY;if(void 0!==h.currentTransform&&!h.currentTransform.isIdentity()){var f=h.currentTransform.applyInverse(qn.pull("Vector2d",p,d));p=f.x,d=f.y,qn.push(f)}switch(s=u.contains(p,d),i.type){case Vh[0]:case Vh[1]:case Vh[2]:case Vh[3]:if(a.pointerId!==i.pointerId||s){if(null===a.pointerId&&s&&tl(a,Jh(zh,Gh),i,i.pointerId)){e=!0;break}}else if(tl(a,Jh(zh,Hh),i,null)){e=!0;break}if(s&&tl(a,i.type,i,i.pointerId)){e=!0;break}break;case Uh[0]:case Uh[1]:case Uh[2]:case Uh[3]:if(a.pointerId===i.pointerId&&s&&tl(a,i.type,i,null)){e=!0;break}break;case Nh[0]:case Nh[1]:case Nh[2]:case Nh[3]:if(a.pointerId===i.pointerId&&tl(a,i.type,i,null)){e=!0;break}break;default:if(s&&tl(a,i.type,i,i.pointerId)){e=!0;break}}}if(!0===e)break}}return e}function il(t){var e;if(Ss&&t.changedTouches)for(var i=0,o=t.changedTouches.length;i<o;i++){var n=t.changedTouches[i];(e=Bh.pop()).setEvent(t,n.pageX,n.pageY,n.clientX,n.clientY,n.identifier),Zh.push(e)}else(e=Bh.pop()).setEvent(t,t.pageX,t.pageY,t.clientX,t.clientY,t.pointerId),Zh.push(e);return!1===t.isPrimary||(Zh[0].isPrimary=!0,Object.assign(al,Zh[0])),Zh}function ol(t){el(il(t))}function nl(t){il(t);var e=Zh[0].button;(el(Zh)||"wheel"===t.type)&&t.preventDefault();var i=al.bind[e];i&&Mh(i,jh.includes(t.type),e+1)}var rl,sl=null,al=new Ih(0,0,1,1),hl=!1;function ll(t,e,i){i=i||qn.pull("Vector2d");var o=ia(zc.getScreenCanvas()),n=globalThis.devicePixelRatio||1;t-=o.left+(globalThis.pageXOffset||0),e-=o.top+(globalThis.pageYOffset||0);var r=Lc;return 1===r.x&&1===r.y||(t/=r.x,e/=r.y),i.set(t*n,e*n)}function ul(t,e){t.style["touch-action"]=e||"none"}function cl(t,e,i){if(Qh(),-1===Yh.indexOf(t))throw new Error("invalid event type : "+t);if(void 0===e)throw new Error("registerPointerEvent: region for "+toString(e)+" event is undefined ");var o=$h(zh,Kh[t]);Rh.has(e)||Rh.set(e,{region:e,callbacks:{},pointerId:null});for(var n=Rh.get(e),r=0;r<o.length;r++)t=o[r],n.callbacks[t]?n.callbacks[t].push(i):n.callbacks[t]=[i]}function pl(t,e,i){if(-1===Yh.indexOf(t))throw new Error("invalid event type : "+t);var o=$h(zh,Kh[t]),n=Rh.get(e);if(void 0!==n){for(var r=0;r<o.length;r++)if(t=o[r],n.callbacks[t]){if(void 0!==i)zn(n.callbacks[t],i);else for(;n.callbacks[t].length>0;)n.callbacks[t].pop();0===n.callbacks[t].length&&delete n.callbacks[t]}0===Object.keys(n.callbacks).length&&Rh.delete(e)}}function dl(t){if(Rh.has(t))for(var e=0;e<Yh.length;e++)pl(Yh[e],t)}var fl=.1;function yl(t,e,i){return t=t>0?i===this.GAMEPAD.BUTTONS.L2?Math.max(0,t-2e4)/111070:(t-1)/131070:(65536+t)/131070+.5}var gl=/^([0-9a-f]{1,4})-([0-9a-f]{1,4})-/i,vl=/^0+/;function ml(t,e){var i=t.replace(gl,(function(t,e,i){return"000".slice(e.length-1)+e+"-"+"000".slice(i.length-1)+i+"-"})),o=t.replace(gl,(function(t,e,i){return e.replace(vl,"")+"-"+i.replace(vl,"")+"-"}));e.analog=e.analog||e.buttons.map((function(){return-1})),e.normalize_fn=e.normalize_fn||function(t){return t},bl.set(i,e),bl.set(o,e)}var xl,_l={},bl=new Map;[["45e-28e-Xbox 360 Wired Controller",{axes:[0,1,3,4],buttons:[11,12,13,14,8,9,-1,-1,5,4,6,7,0,1,2,3,10],analog:[-1,-1,-1,-1,-1,-1,2,5,-1,-1,-1,-1,-1,-1,-1,-1,-1],normalize_fn:function(t,e,i){return i===this.GAMEPAD.BUTTONS.L2||i===this.GAMEPAD.BUTTONS.R2?(t+1)/2:t}}],["54c-268-PLAYSTATION(R)3 Controller",{axes:[0,1,2,3],buttons:[14,13,15,12,10,11,8,9,0,3,1,2,4,6,7,5,16]}],["54c-5c4-Wireless Controller",{axes:[0,1,2,3],buttons:[1,0,2,3,4,5,6,7,8,9,10,11,14,15,16,17,12,13]}],["2836-1-OUYA Game Controller",{axes:[0,3,7,9],buttons:[3,6,4,5,7,8,15,16,-1,-1,9,10,11,12,13,14,-1],analog:[-1,-1,-1,-1,-1,-1,5,11,-1,-1,-1,-1,-1,-1,-1,-1,-1],normalize_fn:yl}],["OUYA Game Controller (Vendor: 2836 Product: 0001)",{axes:[0,1,3,4],buttons:[0,3,1,2,4,5,12,13,-1,-1,6,7,8,9,10,11,-1],analog:[-1,-1,-1,-1,-1,-1,2,5,-1,-1,-1,-1,-1,-1,-1,-1,-1],normalize_fn:yl}]].forEach((function(t){ml(t[0],t[1])}));var wl=function(){var t=navigator.getGamepads();Object.keys(_l).forEach((function(e){var i=t[e];if(i){var o=null;"standard"!==i.mapping&&(o=bl.get(i.id));var n=_l[e];Object.keys(n.buttons).forEach((function(t){var r=n.buttons[t],s=t,a=-1;if(!(o&&(s=o.buttons[t],a=o.analog[t],s<0&&a<0))){var h=i.buttons[s]||{};if(o&&a>=0){var l=o.normalize_fn(i.axes[a],-1,+t);h={value:l,pressed:h.pressed||Math.abs(l)>=fl}}Yr(Br,e,"buttons",+t,h),!r.pressed&&h.pressed?Mh(r.keyCode,!0,s+256):r.pressed&&!h.pressed&&Mh(r.keyCode,!1,s+256),r.value=h.value,r.pressed=h.pressed}})),Object.keys(n.axes).forEach((function(t){var r=n.axes[t],s=t;if(!(o&&(s=o.axes[t])<0)){var a=i.axes[s];if(void 0!==a){o&&(a=o.normalize_fn(a,+t,-1));var h=Math.sign(a)||1;if(0!==r[h].keyCode){var l=Math.abs(a)>=fl+Math.abs(r[h].threshold);Yr(Br,e,"axes",+t,a),!r[h].pressed&&l?(r[-h].pressed&&(Mh(r[-h].keyCode,!1,s+256),r[-h].value=0,r[-h].pressed=!1),Mh(r[h].keyCode,!0,s+256)):!r[h].pressed&&!r[-h].pressed||l||Mh(r[h=r[h].pressed?h:-h].keyCode,!1,s+256),r[h].value=a,r[h].pressed=l}}}}))}}))};globalThis.navigator&&"function"==typeof globalThis.navigator.getGamepads&&(globalThis.addEventListener("gamepadconnected",(function(t){Yr(kr,t.gamepad)}),!1),globalThis.addEventListener("gamepaddisconnected",(function(t){Yr(Ir,t.gamepad)}),!1));for(var Tl=ml,Al=!0,Sl=Object.freeze({__proto__:null,preventDefault:Al,get pointerEventTarget(){return sl},pointer:al,get locked(){return hl},get throttlingInterval(){return rl},globalToLocal:ll,setTouchAction:ul,bindPointer:function(){var t=arguments.length<2?al.LEFT:arguments[0],e=arguments.length<2?arguments[0]:arguments[1];if(Qh(),!Ph(e))throw new Error("no action defined for keycode "+e);al.bind[t]=e},unbindPointer:function(t){al.bind[void 0===t?al.LEFT:t]=null},registerPointerEvent:cl,releasePointerEvent:pl,releaseAllPointerEvents:dl,requestPointerLock:function(){return!!Os&&(Vc().requestPointerLock(),!0)},exitPointerLock:function(){return!!Os&&(document.exitPointerLock(),!0)},get keyBoardEventTarget(){return Eh},KEY:{BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,PAUSE:19,CAPS_LOCK:20,ESC:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT:37,UP:38,RIGHT:39,DOWN:40,PRINT_SCREEN:42,INSERT:45,DELETE:46,NUM0:48,NUM1:49,NUM2:50,NUM3:51,NUM4:52,NUM5:53,NUM6:54,NUM7:55,NUM8:56,NUM9:57,A:65,B:66,C:67,D:68,E:69,F:70,G:71,H:72,I:73,J:74,K:75,L:76,M:77,N:78,O:79,P:80,Q:81,R:82,S:83,T:84,U:85,V:86,W:87,X:88,Y:89,Z:90,WINDOW_KEY:91,NUMPAD0:96,NUMPAD1:97,NUMPAD2:98,NUMPAD3:99,NUMPAD4:100,NUMPAD5:101,NUMPAD6:102,NUMPAD7:103,NUMPAD8:104,NUMPAD9:105,MULTIPLY:106,ADD:107,SUBSTRACT:109,DECIMAL:110,DIVIDE:111,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,TILDE:126,NUM_LOCK:144,SCROLL_LOCK:145,SEMICOLON:186,PLUS:187,COMMA:188,MINUS:189,PERIOD:190,FORWAND_SLASH:191,GRAVE_ACCENT:192,OPEN_BRACKET:219,BACK_SLASH:220,CLOSE_BRACKET:221,SINGLE_QUOTE:222},initKeyboardEvent:Ch,isKeyPressed:function(t){return!(!mh[t]||_h[t])&&(xh[t]&&(_h[t]=!0),!0)},keyStatus:function(t){return mh[t]>0},triggerKeyEvent:Mh,bindKey:function(t,e,i,o){void 0===o&&(o=Al),Th[t]=e,wh[t]=o,mh[e]=0,xh[e]=i||!1,_h[e]=!1,bh[e]={}},getBindingKey:Ph,unlockKey:function(t){_h[t]=!1},unbindKey:function(t){var e=Th[t];mh[e]=0,xh[e]=!1,bh[e]={},Th[t]=null,wh[t]=null},GAMEPAD:{AXES:{LX:0,LY:1,RX:2,RY:3,EXTRA_1:4,EXTRA_2:5,EXTRA_3:6,EXTRA_4:7},BUTTONS:{FACE_1:0,FACE_2:1,FACE_3:2,FACE_4:3,L1:4,R1:5,L2:6,R2:7,SELECT:8,BACK:8,START:9,FORWARD:9,L3:10,R3:11,UP:12,DOWN:13,LEFT:14,RIGHT:15,HOME:16,EXTRA_1:17,EXTRA_2:18,EXTRA_3:19,EXTRA_4:20}},bindGamepad:function(t,e,i){if(!Ph(i))throw new Error("no action defined for keycode "+i);void 0===xl&&"function"==typeof navigator.getGamepads&&(xl=Wr(br,wl)),_l[t]||(_l[t]={axes:{},buttons:{}});var o={keyCode:i,value:0,pressed:!1,threshold:e.threshold},n=_l[t][e.type];if("buttons"===e.type)n[e.code]=o;else if("axes"===e.type){var r=Math.sign(e.threshold)||1;n[e.code]||(n[e.code]={});var s=n[e.code];s[r]=o,s[-r]||(s[-r]={keyCode:0,value:0,pressed:!1,threshold:-r})}},unbindGamepad:function(t,e){if(!_l[t])throw new Error("no bindings for gamepad "+t);_l[t].buttons[e]={}},setGamepadDeadzone:function(t){fl=t},setGamepadMapping:Tl}),El=function(t){function e(e,i,o,n){t.call(this,e,i,o,n),this.isRenderable=!0,this.isKinematic=!0,this.body=void 0,void 0===this.currentTransform&&(this.currentTransform=qn.pull("Matrix2d")),this.currentTransform.identity(),this.GUID=void 0,this.onVisibilityChange=void 0,this.alwaysUpdate=!1,this.updateWhenPaused=!1,this.isPersistent=!1,this.floating=!1,this.anchorPoint instanceof yh?this.anchorPoint.setMuted(.5,.5).setCallback(this.onAnchorUpdate,this):this.anchorPoint=qn.pull("ObservableVector2d",.5,.5,{onUpdate:this.onAnchorUpdate,scope:this}),this.autoTransform=!0,this.alpha=1,this.ancestor=void 0,this.mask=void 0,this.tint=qn.pull("Color",255,255,255,1),this.blendMode="normal",this.name="",this.pos instanceof vh?this.pos.setMuted(e,i,0).setCallback(this.updateBoundsPos,this):this.pos=qn.pull("ObservableVector3d",e,i,0,{onUpdate:this.updateBoundsPos,scope:this}),this.isDirty=!1,this._flip={x:!1,y:!1},this._inViewport=!1,this.setOpacity(1)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var i={isFloating:{configurable:!0},inViewport:{configurable:!0},isFlippedX:{configurable:!0},isFlippedY:{configurable:!0}};return i.isFloating.get=function(){return!0===this.floating||void 0!==this.ancestor&&!0===this.ancestor.floating},i.inViewport.get=function(){return this._inViewport},i.inViewport.set=function(t){this._inViewport!==t&&(this._inViewport=t,"function"==typeof this.onVisibilityChange&&this.onVisibilityChange.call(this,t))},i.isFlippedX.get=function(){return!0===this._flip.x},i.isFlippedY.get=function(){return!0===this._flip.y},e.prototype.getBounds=function(){return void 0===this._bounds&&(t.prototype.getBounds.call(this),this.isFinite()?this._bounds.setMinMax(this.pos.x,this.pos.y,this.pos.x+this.width,this.pos.y+this.height):this._bounds.setMinMax(this.pos.x,this.pos.y,this.width,this.height)),this._bounds},e.prototype.getOpacity=function(){return this.alpha},e.prototype.setOpacity=function(t){"number"==typeof t&&(this.alpha=kn(t,0,1),isNaN(this.alpha)&&(this.alpha=1),this.isDirty=!0)},e.prototype.flipX=function(t){return void 0===t&&(t=!0),this._flip.x=!!t,this.isDirty=!0,this},e.prototype.flipY=function(t){return void 0===t&&(t=!0),this._flip.y=!!t,this.isDirty=!0,this},e.prototype.transform=function(t){return this.currentTransform.multiply(t),this.updateBoundsPos(this.pos.x,this.pos.y),this.isDirty=!0,this},e.prototype.angleTo=function(t){var i,o,n=this.getBounds();if(t instanceof e){var r=t.getBounds();i=r.centerX-n.centerX,o=r.centerY-n.centerY}else i=t.x-n.centerX,o=t.y-n.centerY;return Math.atan2(o,i)},e.prototype.distanceTo=function(t){var i,o,n=this.getBounds();if(t instanceof e){var r=t.getBounds();i=n.centerX-r.centerX,o=n.centerY-r.centerY}else i=n.centerX-t.x,o=n.centerY-t.y;return Math.sqrt(i*i+o*o)},e.prototype.lookAt=function(t){var i;i=t instanceof e?t.pos:t;var o=this.angleTo(i);return this.rotate(o),this},e.prototype.rotate=function(t,e){return isNaN(t)||(this.currentTransform.rotate(t,e),this.isDirty=!0),this},e.prototype.scale=function(e,i){return this.currentTransform.scale(e,i),t.prototype.scale.call(this,e,i),this.isDirty=!0,this},e.prototype.scaleV=function(t){return this.scale(t.x,t.y),this},e.prototype.update=function(t){return this.isDirty},e.prototype.updateBounds=function(){return t.prototype.updateBounds.call(this),this.updateBoundsPos(this.pos.x,this.pos.y),this.getBounds()},e.prototype.updateBoundsPos=function(t,e){var i=this.getBounds();i.shift(t,e),void 0!==this.anchorPoint&&i.isFinite()&&i.translate(-this.anchorPoint.x*i.width,-this.anchorPoint.y*i.height),this.ancestor instanceof Xl&&!0!==this.floating&&i.translate(this.ancestor.getAbsolutePosition()),this.isDirty=!0},e.prototype.getAbsolutePosition=function(){return void 0===this._absPos&&(this._absPos=qn.pull("Vector2d")),this._absPos.set(this.pos.x,this.pos.y),this.ancestor instanceof Xl&&!0!==this.floating&&this._absPos.add(this.ancestor.getAbsolutePosition()),this._absPos},e.prototype.onAnchorUpdate=function(t,e){this.anchorPoint.setMuted(t,e),this.updateBoundsPos(this.pos.x,this.pos.y)},e.prototype.preDraw=function(t){var e=this.getBounds(),i=e.width*this.anchorPoint.x,o=e.height*this.anchorPoint.y;if(t.save(),t.setGlobalAlpha(t.globalAlpha()*this.getOpacity()),this._flip.x||this._flip.y){var n=this._flip.x?this.centerX-i:0,r=this._flip.y?this.centerY-o:0;t.translate(n,r),t.scale(this._flip.x?-1:1,this._flip.y?-1:1),t.translate(-n,-r)}void 0!==this.mask&&(t.translate(this.pos.x,this.pos.y),t.setMask(this.mask),t.translate(-this.pos.x,-this.pos.y)),!0!==this.autoTransform||this.currentTransform.isIdentity()||(t.translate(this.pos.x,this.pos.y),t.transform(this.currentTransform),t.translate(-this.pos.x,-this.pos.y)),t.translate(-i,-o),t.setTint(this.tint,this.getOpacity()),this.blendMode!==t.getBlendMode()&&t.setBlendMode(this.blendMode)},e.prototype.draw=function(t,e){},e.prototype.postDraw=function(t){t.clearTint(),void 0!==this.mask&&t.clearMask(),t.restore(),this.isDirty=!1},e.prototype.onCollision=function(t,e){return!1},e.prototype.destroy=function(){qn.push(this.currentTransform),this.currentTransform=void 0,qn.push(this.anchorPoint),this.anchorPoint=void 0,qn.push(this.pos),this.pos=void 0,void 0!==this._absPos&&(qn.push(this._absPos),this._absPos=void 0),qn.push(this._bounds),this._bounds=void 0,this.onVisibilityChange=void 0,void 0!==this.mask&&(qn.push(this.mask),this.mask=void 0),void 0!==this.tint&&(qn.push(this.tint),this.tint=void 0),this.ancestor=void 0,void 0!==this.body&&(this.body.destroy.apply(this.body,arguments),this.body=void 0),dl(this),this.onDestroyEvent.apply(this,arguments)},e.prototype.onDestroyEvent=function(){},Object.defineProperties(e.prototype,i),e}(Xa),Cl=[],Ml=0;Ml<10;Ml++)Cl.push(new Kn);for(var Pl=[],Ol=0;Ol<5;Ol++)Pl.push([]);function kl(t,e,i){for(var o=Number.MAX_VALUE,n=-Number.MAX_VALUE,r=t.length,s=0;s<r;s++){var a=t[s].dot(e);a<o&&(o=a),a>n&&(n=a)}i[0]=o,i[1]=n}function Il(t,e,i,o,n,r){var s=Pl.pop(),a=Pl.pop(),h=Cl.pop().copy(e).sub(t),l=h.dot(n);if(kl(i,n,s),kl(o,n,a),a[0]+=l,a[1]+=l,s[0]>a[1]||a[0]>s[1])return Cl.push(h),Pl.push(s),Pl.push(a),!0;if(r){var u=0;if(s[0]<a[0])if(r.aInB=!1,s[1]<a[1])u=s[1]-a[0],r.bInA=!1;else{var c=s[1]-a[0],p=a[1]-s[0];u=c<p?c:-p}else if(r.bInA=!1,s[1]>a[1])u=s[0]-a[1],r.aInB=!1;else{var d=s[1]-a[0],f=a[1]-s[0];u=d<f?d:-f}var y=Math.abs(u);y<r.overlap&&(r.overlap=y,r.overlapN.copy(n),u<0&&r.overlapN.negateSelf())}return Cl.push(h),Pl.push(s),Pl.push(a),!1}function Bl(t,e){var i=t.length2(),o=e.dot(t);return o<0?-1:o>i?1:0}function Rl(t,e,i,o,n){for(var r=Cl.pop().copy(i.pos).add(i.ancestor.getAbsolutePosition()).add(o.pos).sub(t.pos).add(t.ancestor.getAbsolutePosition()).sub(e.pos),s=o.radius,a=s*s,h=e.points,l=e.edges,u=l.length,c=Cl.pop(),p=Cl.pop(),d=Cl.pop(),f=0,y=0;y<u;y++){var g=y===u-1?0:y+1,v=0===y?u-1:y-1,m=0,x=null;c.copy(l[y]),d.copy(r).sub(h[y]),n&&d.length2()>a&&(n.aInB=!1);var _=Bl(c,d),b=!0;if(-1===_){var w=null;if(u>1&&(c.copy(l[v]),1!==(_=Bl(c,w=Cl.pop().copy(r).sub(h[v])))&&(b=!1)),b){if((f=d.length())>s)return Cl.push(r),Cl.push(c),Cl.push(p),Cl.push(d),w&&Cl.push(w),!1;n&&(n.bInA=!1,x=d.normalize(),m=s-f)}w&&Cl.push(w)}else if(1===_){if(u>1&&(c.copy(l[g]),d.copy(r).sub(h[g]),-1!==(_=Bl(c,d))&&(b=!1)),b){if((f=d.length())>s)return Cl.push(r),Cl.push(c),Cl.push(p),Cl.push(d),!1;n&&(n.bInA=!1,x=d.normalize(),m=s-f)}}else{p.copy(e.normals[y]),f=d.dot(p);var T=Math.abs(f);if((1===u||f>0)&&T>s)return Cl.push(r),Cl.push(c),Cl.push(p),Cl.push(d),!1;n&&(x=p,m=s-f,(f>=0||m<2*s)&&(n.bInA=!1))}x&&n&&Math.abs(m)<Math.abs(n.overlap)&&(n.overlap=m,n.overlapN.copy(x))}return n&&(n.a=t,n.b=i,n.overlapV.copy(n.overlapN).scale(n.overlap)),Cl.push(r),Cl.push(c),Cl.push(p),Cl.push(d),!0}var Dl=Object.freeze({__proto__:null,testPolygonPolygon:function(t,e,i,o,n){var r,s=e.points,a=e.normals,h=a.length,l=o.points,u=o.normals,c=u.length,p=Cl.pop().copy(t.pos).add(t.ancestor.getAbsolutePosition()).add(e.pos),d=Cl.pop().copy(i.pos).add(i.ancestor.getAbsolutePosition()).add(o.pos);for(r=0;r<h;r++)if(Il(p,d,s,l,a[r],n))return Cl.push(p),Cl.push(d),!1;for(r=0;r<c;r++)if(Il(p,d,s,l,u[r],n))return Cl.push(p),Cl.push(d),!1;return n&&(n.a=t,n.b=i,n.overlapV.copy(n.overlapN).scale(n.overlap)),Cl.push(p),Cl.push(d),!0},testEllipseEllipse:function(t,e,i,o,n){var r=Cl.pop().copy(i.pos).add(i.ancestor.getAbsolutePosition()).add(o.pos).sub(t.pos).add(t.ancestor.getAbsolutePosition()).sub(e.pos),s=e.radius,a=o.radius,h=s+a,l=h*h,u=r.length2();if(u>l)return Cl.push(r),!1;if(n){var c=Math.sqrt(u);n.a=t,n.b=i,n.overlap=h-c,n.overlapN.copy(r.normalize()),n.overlapV.copy(r).scale(n.overlap),n.aInB=s<=a&&c<=a-s,n.bInA=a<=s&&c<=s-a}return Cl.push(r),!0},testPolygonEllipse:Rl,testEllipsePolygon:function(t,e,i,o,n){var r=Rl(i,o,t,e,n);if(r&&n){var s=n.a,a=n.aInB;n.overlapN.negateSelf(),n.overlapV.negateSelf(),n.a=n.b,n.b=s,n.aInB=n.bInA,n.bInA=a}return r}}),Ll=function(){this.a=null,this.b=null,this.overlapN=new Kn,this.overlapV=new Kn,this.aInB=!0,this.bInA=!0,this.indexShapeA=-1,this.indexShapeB=-1,this.overlap=Number.MAX_VALUE};Ll.prototype.clear=function(){return this.aInB=!0,this.bInA=!0,this.overlap=Number.MAX_VALUE,this.indexShapeA=-1,this.indexShapeB=-1,this};var zl={pos:new Kn(0,0),ancestor:{_absPos:new Kn(0,0),getAbsolutePosition:function(){return this._absPos}}},Fl=new Ll;function Vl(t,e){return!0!==t.isKinematic&&!0!==e.isKinematic&&"object"==typeof t.body&&"object"==typeof e.body&&!(!0===t.body.isStatic&&!0===e.body.isStatic)&&0!=(t.body.collisionMask&e.body.collisionType)&&0!=(t.body.collisionType&e.body.collisionMask)}var jl={maxChildren:8,maxDepth:4,types:{NO_OBJECT:0,PLAYER_OBJECT:1,NPC_OBJECT:2,ENEMY_OBJECT:4,COLLECTABLE_OBJECT:8,ACTION_OBJECT:16,PROJECTILE_OBJECT:32,WORLD_SHAPE:64,USER:128,ALL_OBJECT:4294967295},rayCast:function(t,e){return function(t,e){void 0===e&&(e=[]);for(var i,o=0,n=Ql.world.broadphase.retrieve(t),r=n.length;i=n[--r];)if(i.body&&t.getBounds().overlaps(i.getBounds())){var s=i.body.shapes.length;if(0===i.body.shapes.length)continue;var a=t,h=0;do{var l=i.body.getShape(h);Dl["test"+a.shapeType+l.shapeType].call(this,zl,a,i,l)&&(e[o]=i,o++),h++}while(h<s)}return e.length=o,e}(t,e)}},Ul=function(t,e,i){if(this.ancestor=t,void 0===this.bounds&&(this.bounds=qn.pull("Bounds")),void 0===this.shapes&&(this.shapes=[]),this.collisionMask=jl.types.ALL_OBJECT,this.collisionType=jl.types.ENEMY_OBJECT,void 0===this.vel&&(this.vel=qn.pull("Vector2d")),this.vel.set(0,0),void 0===this.force&&(this.force=qn.pull("Vector2d")),this.force.set(0,0),void 0===this.friction&&(this.friction=qn.pull("Vector2d")),this.friction.set(0,0),this.bounce=0,this.mass=1,void 0===this.maxVel&&(this.maxVel=qn.pull("Vector2d")),this.maxVel.set(490,490),this.isStatic=!1,this.gravityScale=1,this.ignoreGravity=!1,this.falling=!1,this.jumping=!1,"function"==typeof i&&(this.onBodyUpdate=i),this.bounds.clear(),void 0!==e)if(Array.isArray(e))for(var o=0;o<e.length;o++)this.addShape(e[o]);else this.addShape(e);this.ancestor.isKinematic=!1};Ul.prototype.setStatic=function(t){void 0===t&&(t=!0),this.isStatic=!0===t},Ul.prototype.addShape=function(t){if(t instanceof Xa||t instanceof qa){var e=t.toPolygon();this.shapes.push(e),this.bounds.add(e.points),this.bounds.translate(e.pos)}else t instanceof Ya?(this.shapes.includes(t)||this.shapes.push(t),this.bounds.addBounds(t.getBounds()),this.bounds.translate(t.getBounds().x,t.getBounds().y)):t instanceof Ga?(this.shapes.includes(t)||this.shapes.push(t),this.bounds.add(t.points),this.bounds.translate(t.pos)):this.fromJSON(t);return"function"==typeof this.onBodyUpdate&&this.onBodyUpdate(this),this.shapes.length},Ul.prototype.setVertices=function(t,e,i){void 0===e&&(e=0),void 0===i&&(i=!0);var o=this.getShape(e);o instanceof Ga?o.setShape(0,0,t):this.shapes[e]=qn.pull("Polygon",0,0,t),this.bounds.add(this.shapes[e].points,i),"function"==typeof this.onBodyUpdate&&this.onBodyUpdate(this)},Ul.prototype.addVertices=function(t,e){void 0===e&&(e=0),this.setVertices(t,e,!1)},Ul.prototype.fromJSON=function(t,e){var i=t;if(void 0!==e&&(i=t[e]),void 0===i)throw new Error("Identifier ("+e+") undefined for the given JSON object)");if(i.length){for(var o=0;o<i.length;o++)this.addVertices(i[o].shape,o);this.mass=i[0].density||0,this.friction.set(i[0].friction||0,i[0].friction||0),this.bounce=i[0].bounce||0}return i.length},Ul.prototype.getShape=function(t){return this.shapes[t||0]},Ul.prototype.getBounds=function(){return this.bounds},Ul.prototype.removeShape=function(t){this.bounds.clear(),zn(this.shapes,t);for(var e=0;e<this.shapes.length;e++)this.addShape(this.shapes[e]);return this.shapes.length},Ul.prototype.removeShapeAt=function(t){return this.removeShape(this.getShape(t))},Ul.prototype.setCollisionMask=function(t){void 0===t&&(t=jl.types.ALL_OBJECT),this.collisionMask=t},Ul.prototype.setCollisionType=function(t){if(void 0!==t){if(void 0===jl.types[t])throw new Error("Invalid value for the collisionType property");this.collisionType=jl.types[t]}},Ul.prototype.respondToCollision=function(t){var e=t.overlapV;if(this.ancestor.pos.sub(e),0!==e.x&&(this.vel.x=~~(.5+this.vel.x-e.x)||0,this.bounce>0&&(this.vel.x*=-this.bounce)),0!==e.y&&(this.vel.y=~~(.5+this.vel.y-e.y)||0,this.bounce>0&&(this.vel.y*=-this.bounce),!this.ignoreGravity)){var i=!0===this.falling?1:!0===this.jumping?-1:0;this.falling=e.y>=i,this.jumping=e.y<=-i}},Ul.prototype.forEach=function(t,e){var i=this,o=0,n=this.shapes,r=n.length;if("function"!=typeof t)throw new Error(t+" is not a function");for(arguments.length>1&&(i=e);o<r;)t.call(i,n[o],o,n),o++},Ul.prototype.contains=function(){var t,e;if(2===arguments.length?(t=arguments[0],e=arguments[1]):(t=arguments[0].x,e=arguments[0].y),this.getBounds().contains(t,e))for(var i,o=this.shapes.length;o--,i=this.shapes[o];)if(i.contains(t,e))return!0;return!1},Ul.prototype.rotate=function(t,e){var i=this;return void 0===e&&(e=this.getBounds().center),this.bounds.clear(),this.forEach((function(o){o.rotate(t,e),i.bounds.addBounds(o.getBounds()),o instanceof Ya?i.bounds.translate(o.getBounds().x,o.getBounds().y):i.bounds.translate(o.pos)})),this},Ul.prototype.setMaxVelocity=function(t,e){this.maxVel.x=t,this.maxVel.y=e},Ul.prototype.setFriction=function(t,e){void 0===t&&(t=0),void 0===e&&(e=0),this.friction.x=t,this.friction.y=e},Ul.prototype.update=function(t){var e=Wc.tick;if(0!==this.force.x&&(this.vel.x+=this.force.x*e),0!==this.force.y&&(this.vel.y+=this.force.y*e),this.friction.x>0){var i=this.friction.x*e,o=this.vel.x+i,n=this.vel.x-i;this.vel.x=o<0?o:n>0?n:0}if(this.friction.y>0){var r=this.friction.y*e,s=this.vel.y+r,a=this.vel.y-r;this.vel.y=s<0?s:a>0?a:0}return 0!==this.vel.y&&(this.vel.y=kn(this.vel.y,-this.maxVel.y,this.maxVel.y)),0!==this.vel.x&&(this.vel.x=kn(this.vel.x,-this.maxVel.x,this.maxVel.x)),this.falling=this.vel.y*Math.sign(this.force.y)>0,this.jumping=!this.falling&&this.jumping,this.ancestor.pos.add(this.vel),0!==this.vel.x||0!==this.vel.y},Ul.prototype.destroy=function(){qn.push(this.bounds),qn.push(this.vel),qn.push(this.force),qn.push(this.friction),qn.push(this.maxVel),this.shapes.forEach((function(t){qn.push(t,!1)})),this.onBodyUpdate=void 0,this.ancestor=void 0,this.bounds=void 0,this.vel=void 0,this.force=void 0,this.friction=void 0,this.maxVel=void 0,this.shapes.length=0,this.setStatic(!1)};var Nl=function(t,e){this.removeChildNow(t,e)},Gl=0,Xl=function(t){function e(e,i,o,n,r){void 0===e&&(e=0),void 0===i&&(i=0),void 0===o&&(o=Ql.viewport.width),void 0===n&&(n=Ql.viewport.height),void 0===r&&(r=!1),t.call(this,e,i,o,n),this.pendingSort=null,this.root=r,this.children=void 0,this.sortOn=Ql.sortOn,this.autoSort=!0,this.autoDepth=!0,this.clipping=!1,this.onChildChange=function(t){},this.enableChildBoundsUpdate=!1,this.backgroundColor=qn.pull("Color",0,0,0,0),this.drawCount=0,this.autoTransform=!0,this.isKinematic=!1,this.anchorPoint.set(0,0),!0===this.root&&Wr(Vr,this.updateBounds.bind(this,!0))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reset=function(){this.pendingSort&&(clearTimeout(this.pendingSort),this.pendingSort=null);for(var t,e=this.getChildren(),i=e.length;i>=0;t=e[--i])t&&!0!==t.isPersistent&&this.removeChildNow(t);void 0!==this.currentTransform&&this.currentTransform.identity(),this.backgroundColor.setColor(0,0,0,0)},e.prototype.addChild=function(t,i){return t.ancestor instanceof e?t.ancestor.removeChildNow(t):t.isRenderable&&(t.GUID=Xc.createGUID(t.id)),t.ancestor=this,this.getChildren().push(t),void 0!==t.pos&&("number"==typeof i?t.pos.z=i:!0===this.autoDepth&&(t.pos.z=this.getChildren().length)),!0===this.autoSort&&this.sort(),"function"==typeof t.onActivateEvent&&this.isAttachedToRoot()&&t.onActivateEvent(),!0===this.isAttachedToRoot()&&Ql.repaint(),this.enableChildBoundsUpdate&&this.updateBounds(!0),t.body instanceof Ul&&Ql.world.addBody(t.body),this.onChildChange.call(this,this.getChildren().length-1),t},e.prototype.addChildAt=function(t,i){if(i>=0&&i<this.getChildren().length)return t.ancestor instanceof e?t.ancestor.removeChildNow(t):t.isRenderable&&(t.GUID=Xc.createGUID()),t.ancestor=this,this.getChildren().splice(i,0,t),"function"==typeof t.onActivateEvent&&this.isAttachedToRoot()&&t.onActivateEvent(),!0===this.isAttachedToRoot()&&Ql.repaint(),this.enableChildBoundsUpdate&&this.updateBounds(!0),t.body instanceof Ul&&Ql.world.addBody(t.body),this.onChildChange.call(this,i),t;throw new Error("Index ("+i+") Out Of Bounds for addChildAt()")},e.prototype.forEach=function(t,e){var i=this,o=0,n=this.getChildren(),r=n.length;if("function"!=typeof t)throw new Error(t+" is not a function");for(arguments.length>1&&(i=e);o<r;)t.call(i,n[o],o,n),o++},e.prototype.swapChildren=function(t,e){var i=this.getChildIndex(t),o=this.getChildIndex(e);if(-1===i||-1===o)throw new Error(t+" Both the supplied childs must be a child of the caller "+this);var n=t.pos.z;t.pos.z=e.pos.z,e.pos.z=n,this.getChildren()[i]=e,this.getChildren()[o]=t,this.isDirty=!0},e.prototype.getChildAt=function(t){if(t>=0&&t<this.getChildren().length)return this.getChildren()[t];throw new Error("Index ("+t+") Out Of Bounds for getChildAt()")},e.prototype.getChildIndex=function(t){return this.getChildren().indexOf(t)},e.prototype.getNextChild=function(t){var e=this.getChildren().indexOf(t)-1;if(e>=0&&e<this.getChildren().length)return this.getChildAt(e)},e.prototype.hasChild=function(t){return this===t.ancestor},e.prototype.getChildByProp=function(t,i){var o=[];return this.forEach((function(n){!function(t,e){var n=t[e];i instanceof RegExp&&"string"==typeof n?i.test(n)&&o.push(t):n===i&&o.push(t)}(n,t),n instanceof e&&(o=o.concat(n.getChildByProp(t,i)))})),o},e.prototype.getChildByType=function(t){var i=[];return this.forEach((function(o){o instanceof t&&i.push(o),o instanceof e&&(i=i.concat(o.getChildByType(t)))})),i},e.prototype.getChildByName=function(t){return this.getChildByProp("name",t)},e.prototype.getChildByGUID=function(t){var e=this.getChildByProp("GUID",t);return e.length>0?e[0]:null},e.prototype.getChildren=function(){return void 0===this.children&&(this.children=[]),this.children},e.prototype.updateBounds=function(e){void 0===e&&(e=!1),t.prototype.updateBounds.call(this);var i=this.getBounds();return!0!==e&&!0!==this.enableChildBoundsUpdate||this.forEach((function(t){t.isRenderable&&(t.getBounds().isFinite()&&i.addBounds(t.getBounds()))})),i},e.prototype.isAttachedToRoot=function(){if(!0===this.root)return!0;for(var t=this.ancestor;t;){if(!0===t.root)return!0;t=t.ancestor}return!1},e.prototype.updateBoundsPos=function(e,i){var o=this;return t.prototype.updateBoundsPos.call(this,e,i),this.forEach((function(t){t.isRenderable&&t.updateBoundsPos(t.pos.x+e-o.pos.x,t.pos.y+i-o.pos.y)})),this.getBounds()},e.prototype.onActivateEvent=function(){this.forEach((function(t){"function"==typeof t.onActivateEvent&&t.onActivateEvent()}))},e.prototype.removeChild=function(t,e){if(!this.hasChild(t))throw new Error("Child is not mine.");Xc.function.defer(Nl,this,t,e)},e.prototype.removeChildNow=function(t,e){if(this.hasChild(t)&&this.getChildIndex(t)>=0){"function"==typeof t.onDeactivateEvent&&t.onDeactivateEvent(),t.body instanceof Ul&&Ql.world.removeBody(t.body),e||!1===qn.push(t,!1)&&"function"==typeof t.destroy&&t.destroy();var i=this.getChildIndex(t);i>=0&&(this.getChildren().splice(i,1),t.ancestor=void 0),!0===this.isAttachedToRoot()&&Ql.repaint(),this.enableChildBoundsUpdate&&this.updateBounds(!0),this.onChildChange.call(this,i)}},e.prototype.setChildsProperty=function(t,i,o){this.forEach((function(n){!0===o&&n instanceof e&&n.setChildsProperty(t,i,o),n[t]=i}))},e.prototype.moveUp=function(t){var e=this.getChildIndex(t);e-1>=0&&(this.swapChildren(t,this.getChildAt(e-1)),this.isDirty=!0)},e.prototype.moveDown=function(t){var e=this.getChildIndex(t);e>=0&&e+1<this.getChildren().length&&(this.swapChildren(t,this.getChildAt(e+1)),this.isDirty=!0)},e.prototype.moveToTop=function(t){var e=this.getChildIndex(t);if(e>0){var i=this.getChildren();i.splice(0,0,i.splice(e,1)[0]),t.pos.z=i[1].pos.z+1,this.isDirty=!0}},e.prototype.moveToBottom=function(t){var e=this.getChildIndex(t),i=this.getChildren();e>=0&&e<i.length-1&&(i.splice(i.length-1,0,i.splice(e,1)[0]),t.pos.z=i[i.length-2].pos.z-1,this.isDirty=!0)},e.prototype.sort=function(t){this.pendingSort||(!0===t&&this.forEach((function(i){i instanceof e&&i.sort(t)})),this.pendingSort=Xc.function.defer((function(){this.getChildren().sort(this["_sort"+this.sortOn.toUpperCase()]),this.pendingSort=null,Ql.repaint()}),this))},e.prototype.onDeactivateEvent=function(){this.forEach((function(t){"function"==typeof t.onDeactivateEvent&&t.onDeactivateEvent()}))},e.prototype._sortZ=function(t,e){return e.pos&&t.pos?e.pos.z-t.pos.z:t.pos?-1/0:1/0},e.prototype._sortReverseZ=function(t,e){return t.pos&&e.pos?t.pos.z-e.pos.z:t.pos?1/0:-1/0},e.prototype._sortX=function(t,e){if(!e.pos||!t.pos)return t.pos?-1/0:1/0;var i=e.pos.z-t.pos.z;return i||e.pos.x-t.pos.x},e.prototype._sortY=function(t,e){if(!e.pos||!t.pos)return t.pos?-1/0:1/0;var i=e.pos.z-t.pos.z;return i||e.pos.y-t.pos.y},e.prototype.destroy=function(){this.reset(),t.prototype.destroy.call(this,arguments)},e.prototype.update=function(e){for(var i,o=!1,n=xu.isPaused(),r=this.getChildren(),s=r.length;s--,i=r[s];)n&&!i.updateWhenPaused||(i.isRenderable?((o=Gl>0||i.floating)&&Gl++,i.inViewport=!1,xu.current().cameras.forEach((function(t){t.isVisible(i,o)&&(i.inViewport=!0)})),this.isDirty|=(i.inViewport||i.alwaysUpdate)&&i.update(e),Gl>0&&Gl--):this.isDirty|=i.update(e));return t.prototype.update.call(this,e)},e.prototype.draw=function(t,e){var i=!1,o=this.getBounds();this.drawCount=0,!1===this.root&&!0===this.clipping&&!0===o.isFinite()&&t.clipRect(o.left,o.top,o.width,o.height),t.translate(this.pos.x,this.pos.y),this.backgroundColor.alpha>1/255&&t.clearColor(this.backgroundColor);for(var n,r=this.getChildren(),s=r.length;n=r[--s];)n.isRenderable&&(i=!0===n.floating,(n.inViewport||i)&&(i&&(t.save(),t.resetTransform()),n.preDraw(t),n.draw(t,e),n.postDraw(t),i&&t.restore(),this.drawCount++))},e}(El),Hl=[];function Yl(t,e,i,o,n){if(void 0===i&&(i=4),void 0===o&&(o=4),void 0===n&&(n=0),Hl.length>0){var r=Hl.pop();return r.world=t,r.bounds=e,r.max_objects=i,r.max_levels=o,r.level=n,r}return new ql(t,e,i,o,n)}var Wl=new Kn,ql=function(t,e,i,o,n){void 0===i&&(i=4),void 0===o&&(o=4),void 0===n&&(n=0),this.world=t,this.bounds=e,this.max_objects=i,this.max_levels=o,this.level=n,this.bounds=e,this.objects=[],this.nodes=[]};ql.prototype.split=function(){this.level;var t=this.bounds.width/2,e=this.bounds.height/2,i=this.bounds.left,o=this.bounds.top;this.nodes[0]=Yl(this.world,this.bounds,{left:i+t,top:o,width:t,height:e},this.max_objects,this.max_levels),this.nodes[1]=Yl(this.world,this.bounds,{left:i,top:o,width:t,height:e},this.max_objects,this.max_levels),this.nodes[2]=Yl(this.world,this.bounds,{left:i,top:o+e,width:t,height:e},this.max_objects,this.max_levels),this.nodes[3]=Yl(this.world,this.bounds,{left:i+t,top:o+e,width:t,height:e},this.max_objects,this.max_levels)},ql.prototype.getIndex=function(t){var e,i=t.getBounds(),o=-1,n=(e=!0===t.isFloating?this.world.app.viewport.localToWorld(i.left,i.top,Wl):Wl.set(t.left,t.top)).x,r=e.y,s=i.width,a=i.height,h=this.bounds.left+this.bounds.width/2,l=this.bounds.top+this.bounds.height/2,u=r<l&&r+a<l,c=r>l;return n<h&&n+s<h?u?o=1:c&&(o=2):n>h&&(u?o=0:c&&(o=3)),o},ql.prototype.insertContainer=function(t){for(var e,i=t.children.length;i--,e=t.children[i];)!0!==e.isKinematic&&(e instanceof Xl?("rootContainer"!==e.name&&this.insert(e),this.insertContainer(e)):"function"==typeof e.getBounds&&this.insert(e))},ql.prototype.insert=function(t){var e=-1;if(this.nodes.length>0&&-1!==(e=this.getIndex(t)))this.nodes[e].insert(t);else if(this.objects.push(t),this.objects.length>this.max_objects&&this.level<this.max_levels){0===this.nodes.length&&this.split();for(var i=0;i<this.objects.length;)-1!==(e=this.getIndex(this.objects[i]))?this.nodes[e].insert(this.objects.splice(i,1)[0]):i+=1}},ql.prototype.retrieve=function(t,e){var i=this.objects;if(this.nodes.length>0){var o=this.getIndex(t);if(-1!==o)i=i.concat(this.nodes[o].retrieve(t));else for(var n=0;n<this.nodes.length;n+=1)i=i.concat(this.nodes[n].retrieve(t))}return"function"==typeof e&&i.sort(e),i},ql.prototype.remove=function(t){var e=!1;if(void 0===t.getBounds)return!1;if(this.nodes.length>0){var i=this.getIndex(t);-1!==i&&(e=zn(this.nodes[i],t))&&this.nodes[i].isPrunable()&&this.nodes.splice(i,1)}return!1===e&&-1!==this.objects.indexOf(t)&&(zn(this.objects,t),e=!0),e},ql.prototype.isPrunable=function(){return!(this.hasChildren()||this.objects.length>0)},ql.prototype.hasChildren=function(){for(var t=0;t<this.nodes.length;t+=1){var e=this.nodes[t];if(e.length>0||e.objects.length>0)return!0}return!1},ql.prototype.clear=function(t){this.objects.length=0;for(var e=0;e<this.nodes.length;e++)this.nodes[e].clear(),i=this.nodes[e],Hl.push(i);var i;this.nodes.length=0,void 0!==t&&this.bounds.setMinMax(t.min.x,t.min.y,t.max.x,t.max.y)};var Kl=function(t){function e(e,i,o,n){var r=this;void 0===e&&(e=0),void 0===i&&(i=0),void 0===o&&(o=1/0),void 0===n&&(n=1/0),t.call(this,e,i,o,n,!0),this.name="rootContainer",this.anchorPoint.set(0,0),this.app=null,this.fps=60,this.gravity=new Kn(0,.98),this.preRender=!1,this.bodies=new Set,this.broadphase=new ql(this,this.getBounds().clone(),jl.maxChildren,jl.maxDepth),Wr(_r,this.reset,this),Wr(Er,(function(){r.broadphase.clear(r.getBounds())}))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reset=function(){this.broadphase.clear(),this.anchorPoint.set(0,0),t.prototype.reset.call(this),this.bodies.clear()},e.prototype.addBody=function(t){return this.bodies.add(t),this},e.prototype.removeBody=function(t){return this.bodies.delete(t),this},e.prototype.bodyApplyGravity=function(t){if(!t.ignoreGravity&&0!==t.gravityScale){var e=this.gravity;t.force.x+=t.mass*e.x*t.gravityScale,t.force.y+=t.mass*e.y*t.gravityScale}},e.prototype.update=function(e){var i=this,o=xu.isPaused();return this.broadphase.clear(),this.broadphase.insertContainer(this),this.bodies.forEach((function(t){if(!t.isStatic){var n=t.ancestor;o&&!n.updateWhenPaused||!n.inViewport&&!n.alwaysUpdate||(i.bodyApplyGravity(t),!0===t.update(e)&&(n.isDirty=!0),function(t,e){void 0===e&&(e=Fl);for(var i,o=0,n=Ql.world.broadphase.retrieve(t),r=n.length;i=n[--r];)if(i!==t&&Vl(t,i)&&t.body.getBounds().overlaps(i.body.getBounds())){var s=t.body.shapes.length,a=i.body.shapes.length;if(0===s||0===a)continue;var h=0;do{var l=t.body.getShape(h),u=0;do{var c=i.body.getShape(u);!0===Dl["test"+l.shapeType+c.shapeType].call(this,t,l,i,c,e.clear())&&(o++,e.indexShapeA=h,e.indexShapeB=u,t.onCollision&&!1!==t.onCollision(e,i)&&!1===t.body.isStatic&&t.body.respondToCollision.call(t.body,e),i.onCollision&&!1!==i.onCollision(e,t)&&!1===i.body.isStatic&&i.body.respondToCollision.call(i.body,e)),u++}while(u<a);h++}while(h<s)}}(n),t.force.set(0,0))}})),t.prototype.update.call(this,e)},e}(Xl),Zl=function(){this.viewport=null,this.world=null,this.mergeGroup=!0,this.sortOn="z",this.lastUpdate=0,this.isDirty=!0,this.isAlwaysDirty=!1,this.frameCounter=0,this.frameRate=1,this.accumulator=0,this.accumulatorMax=0,this.accumulatorUpdateDelta=0,this.stepSize=1e3/60,this.updateDelta=0,this.lastUpdateStart=null,this.updateAverageDelta=0};Zl.prototype.init=function(){this.world=new Kl,this.world.app=this,this.lastUpdate=globalThis.performance.now(),Yr(xr,this)},Zl.prototype.reset=function(){var t=xu.get();void 0!==t&&(this.viewport=t.cameras.get("default")),Yr(_r),this.updateFrameRate()},Zl.prototype.onLevelLoaded=function(){},Zl.prototype.updateFrameRate=function(){this.frameCounter=0,this.frameRate=~~(.5+60/Wc.maxfps),this.stepSize=1e3/this.world.fps,this.accumulator=0,this.accumulatorMax=10*this.stepSize,this.isAlwaysDirty=Wc.maxfps>this.world.fps},Zl.prototype.getParentContainer=function(t){return t.ancestor},Zl.prototype.repaint=function(){this.isDirty=!0},Zl.prototype.update=function(t,e){if(++this.frameCounter%this.frameRate==0){for(this.frameCounter=0,Yr(br,t),this.accumulator+=Wc.getDelta(),this.accumulator=Math.min(this.accumulator,this.accumulatorMax),this.updateDelta=Wc.interpolation?Wc.getDelta():this.stepSize,this.accumulatorUpdateDelta=Wc.interpolation?this.updateDelta:Math.max(this.updateDelta,this.updateAverageDelta);this.accumulator>=this.accumulatorUpdateDelta||Wc.interpolation;)if(this.lastUpdateStart=globalThis.performance.now(),!0!==xu.isPaused()&&Yr(Tr,t),this.isDirty=e.update(this.updateDelta)||this.isDirty,this.lastUpdate=globalThis.performance.now(),this.updateAverageDelta=this.lastUpdate-this.lastUpdateStart,this.accumulator-=this.accumulatorUpdateDelta,Wc.interpolation){this.accumulator=0;break}Yr(wr,this.lastUpdate)}},Zl.prototype.draw=function(t){!0===zc.isContextValid&&(this.isDirty||this.isAlwaysDirty)&&(Yr(Ar,globalThis.performance.now()),zc.clear(),t.draw(zc),this.isDirty=!1,zc.flush(),Yr(Sr,globalThis.performance.now()))};var Ql=new Zl;Wr(pr,(function(){Ql.init()}));var Jl,$l=Math.min,tu=Math.max,eu=new Kn,iu=function(t){function e(e,i,o,n){t.call(this,e,i,o-e,n-i),this.AXIS={NONE:0,HORIZONTAL:1,VERTICAL:2,BOTH:3},this.bounds=qn.pull("Bounds"),this.smoothFollow=!0,this.damping=1,this.near=-1e3,this.far=1e3,this.projectionMatrix=new rr,this.invCurrentTransform=new ar,this.offset=new Kn,this.target=null,this.follow_axis=this.AXIS.NONE,this._shake={intensity:0,duration:0,axis:this.AXIS.BOTH,onComplete:null},this._fadeOut={color:null,tween:null},this._fadeIn={color:null,tween:null},this.name="default",this.setDeadzone(this.width/6,this.height/6),this.anchorPoint.set(0,0),this.isKinematic=!1,this.bounds.setMinMax(e,i,o,n),this._updateProjectionMatrix(),Wr(_r,this.reset,this),Wr(Vr,this.resize,this)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._updateProjectionMatrix=function(){this.projectionMatrix.ortho(0,this.width,this.height,0,this.near,this.far)},e.prototype._followH=function(t){var e=this.pos.x;return t.x-this.pos.x>this.deadzone.right?e=$l(t.x-this.deadzone.right,this.bounds.width-this.width):t.x-this.pos.x<this.deadzone.pos.x&&(e=tu(t.x-this.deadzone.pos.x,this.bounds.left)),e},e.prototype._followV=function(t){var e=this.pos.y;return t.y-this.pos.y>this.deadzone.bottom?e=$l(t.y-this.deadzone.bottom,this.bounds.height-this.height):t.y-this.pos.y<this.deadzone.pos.y&&(e=tu(t.y-this.deadzone.pos.y,this.bounds.top)),e},e.prototype.reset=function(t,e){void 0===t&&(t=0),void 0===e&&(e=0),this.pos.x=t,this.pos.y=e,this.unfollow(),this.smoothFollow=!0,this.damping=1,this.currentTransform.identity(),this.invCurrentTransform.identity().invert(),this._updateProjectionMatrix()},e.prototype.setDeadzone=function(t,e){void 0===this.deadzone&&(this.deadzone=new Xa(0,0,0,0)),this.deadzone.pos.set(~~((this.width-t)/2),~~((this.height-e)/2-.25*e)),this.deadzone.resize(t,e),this.smoothFollow=!1,this.updateTarget(),this.smoothFollow=!0},e.prototype.resize=function(e,i){return t.prototype.resize.call(this,e,i),this.smoothFollow=!1,this.setBounds(0,0,e,i),this.setDeadzone(e/6,i/6),this.update(),this.smoothFollow=!0,this._updateProjectionMatrix(),Yr(jr,this.width,this.height,this),this},e.prototype.setBounds=function(t,e,i,o){this.smoothFollow=!1,this.bounds.setMinMax(t,e,i+t,o+e),this.moveTo(this.pos.x,this.pos.y),this.update(),this.smoothFollow=!0},e.prototype.follow=function(e,i,o){if(e instanceof t)this.target=e.pos;else{if(!(e instanceof Kn||e instanceof gh||e instanceof yh||e instanceof vh))throw new Error("invalid target for me.Camera2d.follow");this.target=e}this.follow_axis=void 0===i?this.AXIS.BOTH:i,this.smoothFollow=!1,this.damping="number"!=typeof o?1:kn(o,0,1),this.updateTarget(),this.smoothFollow=!0},e.prototype.unfollow=function(){this.target=null,this.follow_axis=this.AXIS.NONE},e.prototype.move=function(t,e){this.moveTo(this.pos.x+t,this.pos.y+e)},e.prototype.moveTo=function(t,e){var i=this.pos.x,o=this.pos.y;this.pos.x=kn(t,this.bounds.left,this.bounds.width),this.pos.y=kn(e,this.bounds.top,this.bounds.height),i===this.pos.x&&o===this.pos.y||(this.isDirty=!0)},e.prototype.updateTarget=function(){if(this.target){switch(eu.setV(this.pos),this.follow_axis){case this.AXIS.NONE:break;case this.AXIS.HORIZONTAL:eu.x=this._followH(this.target);break;case this.AXIS.VERTICAL:eu.y=this._followV(this.target);break;case this.AXIS.BOTH:eu.x=this._followH(this.target),eu.y=this._followV(this.target)}if(!this.pos.equals(eu)){if(!0===this.smoothFollow&&this.damping<1){if(Dn(eu.x,this.pos.x,2)&&Dn(eu.y,this.pos.y,2))return void this.pos.setV(eu);this.pos.lerp(eu,this.damping)}else this.pos.setV(eu);this.isDirty=!0}}},e.prototype.update=function(e){return this.updateTarget(e),this._shake.duration>0&&(this._shake.duration-=e,this._shake.duration<=0?(this._shake.duration=0,this.offset.setZero(),"function"==typeof this._shake.onComplete&&this._shake.onComplete()):(this._shake.axis!==this.AXIS.BOTH&&this._shake.axis!==this.AXIS.HORIZONTAL||(this.offset.x=(Math.random()-.5)*this._shake.intensity),this._shake.axis!==this.AXIS.BOTH&&this._shake.axis!==this.AXIS.VERTICAL||(this.offset.y=(Math.random()-.5)*this._shake.intensity)),this.isDirty=!0),!0===this.isDirty&&Yr(Gr,this.pos),null==this._fadeIn.tween&&null==this._fadeOut.tween||(this.isDirty=!0),this.currentTransform.isIdentity()?this.invCurrentTransform.identity():this.invCurrentTransform.copy(this.currentTransform).invert(),t.prototype.update.call(this,e)},e.prototype.shake=function(t,e,i,o,n){0!==this._shake.duration&&!0!==n||(this._shake.intensity=t,this._shake.duration=e,this._shake.axis=i||this.AXIS.BOTH,this._shake.onComplete="function"==typeof o?o:void 0)},e.prototype.fadeOut=function(t,e,i){void 0===e&&(e=1e3),this._fadeOut.color=qn.pull("Color").copy(t),this._fadeOut.tween=qn.pull("Tween",this._fadeOut.color).to({alpha:0},e).onComplete(i||null),this._fadeOut.tween.isPersistent=!0,this._fadeOut.tween.start()},e.prototype.fadeIn=function(t,e,i){void 0===e&&(e=1e3),this._fadeIn.color=qn.pull("Color").copy(t);var o=this._fadeIn.color.alpha;this._fadeIn.color.alpha=0,this._fadeIn.tween=qn.pull("Tween",this._fadeIn.color).to({alpha:o},e).onComplete(i||null),this._fadeIn.tween.isPersistent=!0,this._fadeIn.tween.start()},e.prototype.focusOn=function(t){var e=t.getBounds();this.moveTo(t.pos.x+e.left+e.width/2,t.pos.y+e.top+e.height/2)},e.prototype.isVisible=function(t,e){return void 0===e&&(e=t.floating),!0===e||!0===t.floating?zc.overlaps(t.getBounds()):t.getBounds().overlaps(this)},e.prototype.localToWorld=function(t,e,i){return(i=i||qn.pull("Vector2d")).set(t,e).add(this.pos).sub(Ql.world.pos),this.currentTransform.isIdentity()||this.invCurrentTransform.apply(i),i},e.prototype.worldToLocal=function(t,e,i){return(i=i||qn.pull("Vector2d")).set(t,e),this.currentTransform.isIdentity()||this.currentTransform.apply(i),i.sub(this.pos).add(Ql.world.pos)},e.prototype.drawFX=function(t){this._fadeIn.tween&&(t.save(),t.resetTransform(),t.setColor(this._fadeIn.color),t.fillRect(0,0,this.width,this.height),t.restore(),1===this._fadeIn.color.alpha&&(this._fadeIn.tween=null,qn.push(this._fadeIn.color),this._fadeIn.color=null)),this._fadeOut.tween&&(t.save(),t.resetTransform(),t.setColor(this._fadeOut.color),t.fillRect(0,0,this.width,this.height),t.restore(),0===this._fadeOut.color.alpha&&(this._fadeOut.tween=null,qn.push(this._fadeOut.color),this._fadeOut.color=null))},e.prototype.draw=function(t,e){var i=this.pos.x+this.offset.x,o=this.pos.y+this.offset.y;e.currentTransform.translate(-i,-o),t.setProjection(this.projectionMatrix),t.clipRect(0,0,this.width,this.height),this.preDraw(t),e.preDraw(t,this),e.draw(t,this),this.drawFX(t),e.postDraw(t,this),this.postDraw(t),e.currentTransform.translate(i,o)},e}(El),ou={cameras:[]},nu=function(t){this.cameras=new Map,this.lights=new Map,this.ambientLight=new or(0,0,0,0),this.settings=Object.assign(ou,t||{})};nu.prototype.reset=function(){var t=this;if(this.settings.cameras.forEach((function(e){t.cameras.set(e.name,e)})),!1===this.cameras.has("default")){if(void 0===Jl){var e=zc.getWidth(),i=zc.getHeight();Jl=new iu(0,0,e,i)}this.cameras.set("default",Jl)}Ql.reset(),this.onResetEvent.apply(this,arguments)},nu.prototype.update=function(t){var e=Ql.world.update(t);return this.cameras.forEach((function(i){!0===i.update(t)&&(e=!0)})),this.lights.forEach((function(i){!0===i.update(t)&&(e=!0)})),e},nu.prototype.draw=function(t){var e=this;this.cameras.forEach((function(i){i.draw(t,Ql.world),0!==e.ambientLight.alpha&&(t.save(),e.lights.forEach((function(e){t.setMask(e.getVisibleArea(),!0)})),t.setColor(e.ambientLight),t.fillRect(0,0,i.width,i.height),t.clearMask(),t.restore()),e.lights.forEach((function(e){e.preDraw(t,Ql.world),e.draw(t,Ql.world),e.postDraw(t,Ql.world)}))}))},nu.prototype.destroy=function(){this.cameras.clear(),this.lights.forEach((function(t){t.destroy()})),this.lights.clear(),this.onDestroyEvent.apply(this,arguments)},nu.prototype.onResetEvent=function(){"function"==typeof this.settings.onResetEvent&&this.settings.onResetEvent.apply(this,arguments)},nu.prototype.onDestroyEvent=function(){"function"==typeof this.settings.onDestroyEvent&&this.settings.onDestroyEvent.apply(this,arguments)};var ru=function(t){function e(e,i,o,n){t.call(this,e,i,o,n),this.barHeight=n,this.anchorPoint.set(0,0),Wr(Mr,this.onProgressUpdate,this),Wr(jr,this.resize,this),this.anchorPoint.set(0,0),this.progress=0}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.onProgressUpdate=function(t){this.progress=~~(t*this.width),this.isDirty=!0},e.prototype.draw=function(t,e){t.setColor("black"),t.fillRect(this.pos.x,e.centerY,t.getWidth(),this.barHeight/2),t.setColor("#55aa00"),t.fillRect(this.pos.x,e.centerY,this.progress,this.barHeight/2)},e.prototype.onDestroyEvent=function(){Kr(Mr,this.onProgressUpdate),Kr(jr,this.resize)},e}(El),su=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.onResetEvent=function(){Ql.world.backgroundColor.parseCSS("#202020"),Ql.world.addChild(new ru(0,zc.getHeight()/2,zc.getWidth(),8),1),lc.load({name:"melonjs_logo",type:"image",src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAMAAABrrFhUAAAA8FBMVEUgICBrqDHRZVtqpzEhJCAjKCBurTIfHyDQZFptrDEWAB8OAB7VZ1wtIiIAEhYlISDYaF4SAB4pIiEAFhkcFh8eGyBopDAMAB5noS8kKyAAGhtjmy4bEB9lni8ZBR/HYFdPeim/XFQ9XCUaCh9flS1VhCtSfyorOSEVHh4HHB1EZyatVExhmC5ajCxHbSc0SyMuQCInMiFKcSgxRSI6VSRBYiWdTUZdki09JyZ8PzpYiSs3UCRlNjK1WE9ckC1MdShbjywyJCONRkDKYliUSUNeMzBDKShXMC2kUEl1PDeEQj1OLStnNjNxOjZsODQAAAcMh1CFAAAU4UlEQVR42uyaa3fSMBjHk5EQkgClkBZKoXblNhlswIooc2N6pp7jUb//x/FpRbnt4JWwzv7eraQvfs/zby7tUEpKSkpKSkpKSkpKSkpKSkqKTsg30P8E+FIArJllqQaglMXQt6tPuhogGSlaLWFKKU2hEB33eqPRqDemRAlhRhdbVjwIBj8xogajhpBSkNH1dOJ37mYDt1mr2UCt1mwOZned7qQfjhxPVs0WovTpRIFFNkpIU42CSWfm2phnIzjHP+DLS9hutjuL4IqZUigC9yU/CWDBhBROOJkPbBxL4swKjDf/jEvBbXe4CMeiKixKEx0EAq03JbqeDJs4Ul9a7mE5AqqAazM/pJCb5JaAUmWa42nHBflYDf8y8WC4qznv9yRKZAUIRUKO+/Maz/J1+d8ugu0rK3kVoNSTVhDZr8v/WRGyQw8lC0KJMK989+/sVzXILiRNzmrACGXSC4Z2lsf2f08GN2lyHgJCLUn6bRw1/2dim+A9hIKiJMAQ6NOJu7f5a7r8B+u/7N7BAzMZBaBIkkkz0t83sfMsgDHsgN1BOybaFNvww2qblMgEUGKqi2aU/X3u2HZnHf8iuL4aO0S1PKDVQM54dBn0F50718bfq5CwOYBQIaaDVfd37MG91u5MwhER8WHQU8qC2wCEmFJefEYUrBdedGe15b4xQasAtaqXt/wh/W87W1679YNeCxQbjNCItTchBFheRErAmHEYb575ch/Qeuz9ByXpdHH2QX2wx4NuMBbSbJCfn3IJWZ4dndBvZ6Bytt949A8AbZjT6OHftQeDTHtx2VgebhFj6KfAmGisJaS46k+mj/4sELW/N+QP6UOIXf/Sqwq0p/F7okA8KU312BcAqmTf3k1/1Hx7HlgyskfsL96h7b3XMNCRcYQzz+KH9N3FSC57fxiYUTDOWLmAjgcjpBo2d9oPKxdv95Fs0UPGl5XPinWDVYqGwdBxYFQJH/Mdfc5nQUuyw77KYYXKm/ub09PzV/Xn5SNVAOJ/B/Hf0W8HwiQUHRTwf/2slM/nS6WbN/XjZIDK6534w8zv9r1In6GDUq6/y+VzMaVTdGYg7cDj38/wHX17YknQPzSGUb8p5U5icqX7ovaZkBFk+nw7/hx3epIdvPtAufIpf7Ikl39W0B0BRpToQPy32j8IZUPPW+xC8S0E4Afv6noLwGgL3WZ32u8roetbTqF4v1aA/JdKGWmEUc8ZgP/m0j+4riKKNFEoflwrQO6D1gQwKnrulj/mXUto048XgZV+/vQMaYQ5otfc8s/Wpprav5oFz5cRgHXwo85VgFHw55nN+Ld7UvMnPOP5y2elXMRJ6VzDA7DPH2e7XstBemHl+vubfAk4efGc6SsAo9542x9fVJH+D/lQgfrnF+fn9++KWv0bdHP+z3A7rFKC9MMMo1KsVIr1ssYHgFiqvemfdUemg45EuVAuFMpIH4SI4ZZ/2xEOQ8eCAUgjVHa3/G+txuN/Z/+vYE51suU/9NT/5G8GIL3uPxfsCfwf11fyrW1FgRiGTkna0vZpYHQUXRHdVZBhvCMorP7/V+3oyprgPiy2Dxk2HzA06TknpyHz19CjVfcpf9kj+6SBtqgcMPz/q/vPdPgwLP/DsCM1f2vTf7Ifap5/hYXQ/FGnX7S16LdABADc23oqVP91kYfgrU5b1GxKHSCo7tILzR/z9eJ8nliv0zqAMZ8ATEJfaP6+7jlj3CDlXpHVfsfnH+eyn4kMzMdGQRNO7fNkGEXbGTigBkDq1lZzU07BnaXzIab6LCMAuEEmdWcD8+ax9uNTckxFqyWxwKBgKXZrzerHtAbcPhFQ0R8oAExdChXADIt1Tz0KkGi9TjML1CBLqgA0YZGIFZhZqVNUtf9GCdBbF0IF4Be/vvQYz6pyxhRwH+QC4CpXoAgELvE6iKMtfwJLzv+5YU2iDasOR0MJMBdMgFsMK6ICrppGY+rELGAdhFpAYoXYgRdBRzsLUtB3L/z+7zpITFvHYhQAdorGyQudAdCuNe8qoJjVNgYAF0M+9iFbAe9tK2w4BKIIdVJ0CLASv7jeBFo7cBwCrxcgP1IAjEv5ALipwII1gmGGMR4A2uEB+blJK4x4E1kdZhQA5xYowPe58z3lwKfH199WbQRAc/LpuwPWu17k0qaFCnANAgHSvKJcZdMCxJtgOsQuKsexG2uCwMxa8O8aUa/axHZCe/OUZA42ag0Avqi5ll2nYSAaRQEbZI+NrbKwEFFYJURCiEcpqEE0aZOmBfH/f4PLQ+OEttwxLKg3jq5Or3TG9jyOJ/FjgSIGZvBRLhB1oFvi7/3X5CIDhZHodOLtfyyEXUlh0IGzyDoQM+rbGljFRNaE2ZOXj0MT3pALxGQo8v1z1ILRBb6+hTJoZgLvBoMYRjZAeALuv/v/hZCzeTxWRIu/iwEvbqQMmKcxUekwHqF/KQSo74OCVX8rCyQoC9C/QYBZENZTcYMlRkqjWFlVZfn9OWGXwcoDVFKewD+fo33v9AwQD3HGFqH5XsXHACWVA7BObfp+YyoL4BKpLvb+MuvBlVn1q03iwIONVNFy1jPUBvGyPOaGJT4GGOPAHd9v66bIuy7Pi3p5GKoTrYSdeRXaQrk7LD02P2Gbejv2FqrYdugFxgHM5ChBEFNpIn/czxaObdMJrcXP4Z94sdxZUGZmAZmA+7ws0im4a9oenFQsKg58uE8NhBgE43+LlBysa65FmvJweIppMzobsmJKWve+EFrMsUJ3+wEqGaUKPA9XkSYNhj0xUd8xYkbBsU516lnMhv+LFs1nKCX7BZYVjIUQZ8FC830PRjG6LnSqBzCSPcloP0U9IaLZhknntlynSGhOS+yV/bWuEla1EPwSONXdAc0VKYv4ZcyoWQBGEDp/2zdI/zyrYgfyR6CAL7nm18BC18pJFnlLhuUMsScgvs9CwjrXyOgCq/Q9yIQpBa0Q/DqW6+JoJSNX9AGNT4S2uezhx8B9kBvu2AZGjpQubwLRglHKLnX6Z7DodmgBQjDHkji7O3+MoFFZgITx+pLiMdiChL1G7DUL8DWQLBDPw3dGh5Yjn38YT+TuMrhuvy71HbGiGyzRAg8DVYQQzO49evYg7ArLiP7v82/7n3OcZ8u6F36+IzjfVCqivwkTetqNCHpP2nvdfS74PJTr7zH+NM9pTflPwTMbcN1YkgEwFcL7EXIddf85LQ1SrtZ8FsO6uh13w7Abt02nZ7tjbiuR1+2Xn2COYPxaCCM3+KCqQz86fnpDSgOkPQg+i/dtb8E6P/zUt8Vln+/pF4fVD7D103Gbz8B8cIbULeJlHXqLM2ZQZDHEuGMnpsF+m0Alpfk+pKmAtZdCJNf5wUGJYAervRB8eggotSH2SlAy2myBchi14VbCxKlzka+BScWCqofBUASYCbsVKAQzD65g7CbmEl9OCTQtocEm74ysiPsq6imhilLVxANyUfR2o9i0SN7YstH8DP+9db+DYcD/iFsgqnXWd02SXAc9CrLpx124yFd2w35HlQ4tEPCHxPwO9haY7oG1NbQbMnLPYPbw2YNIMYAlxeTIDlP+WP0axAUhTrGzefUXEeK+kXetvU3DUDQtqdxKSQwJG1romIbQSLWhfuChFRioG92rsP//c3AiwbErxfKxBMoFf/am5cyPc+899/hDkTOJHZ4IKMQQrC6irDZTh+YVa9VHlsbuyK6uEe7tINCdK9hVutGkUgL/S0pox5cEchPX2X9qrXVfuIQIoAcsDN2sj+yb5XuVU8JZlgkpZ+PMzMbhvG0AwKqfteh6O3VZbqL8J4tNhggAluxxBgaNEIK7A/BNWvkWC7DCV/X+3qsMU0+LkqiS75NyMUhD+LqqrjdT51TPlQeAVTZ11nXpW1nm1sDOWhA1blBBcGEincwV1crqwV7Vq6r0U8ZxiCEevONwtzaaKnGS6X3lCGRHSwaAuyzU4Uyr5tjaLv4wL6+cm3BbxwFw9pSujJsfowBY2UfAutHeyRftZGwXb4RxY2+XDQHAgQGAlblMHI382xeRABwnSicBpyDYjS/HADYILhiYFAMA6k8DUDgANCQAfue0bPy3AeC3QD48AGK2gHLOgJFwAKhDENfgvwkArkGGCH0SDcAuEeKp8MhQYcEAtFT4EU2Fn9nB0HvJAExQHEMwRIfDogFgw2GI7eGXIhkANyESlxITvQLc/2UwAO+cLILgW4BMikIg46TF01QwAGxaHOwBuoI9uQBwhRGMPbs09nouFwCo3fAlLG6GCooFAMVRrGVaXTUz5XGxAHjK44xAQioArUBiZgskYiUyUrcAKhygdDEiqT2xPACZDS6qSe2+y04hIROAFM5aSO6F2qe5pmxDAMBJivJCydFhqsiOK9SHhQLQNb/ahTHFycsglh7EFogB4IQUSyORsqT841Aay8aBxR7VqYlQHPfK33SysAUVwY/qzF/ZO5kRfKLljAkidJMfZaEPgJXVD+ubNnUZqL0yS0upwKAOWidW7ZY++UhSIRQxp79KmAvth8sIha5Q8VZJ0B6YdquFaZlBTjyl7UMQEQcXyG8fZ93TN+MHCJv75l4bzWQ3+RhlRI8A2UzGozpEdpvjgSDRYALh7TY6qS+PWpHvBcT9nmdizk+nmQHsNq+xAHoRuLkYt21k32qlQ/01D0es0gVUCIcAZUimdbG+u7z/XOP7PQgsiu395WpbNKUKaEKqNmbyeZFoNiEKOscrDHkf1bxpmz91GdZY2HWHhjWHlt3kRc6bS/I2IoijIkyadZ7nJTNZU5PpByHAAmhXvkgfGqXUACY77fOc5h2SeXRciTNQ2Gkef56oOAsNtF1KQwCRIN/9CxqFZII8E5WXFpdFiZeW2oNHyRrIhSAfGrMHUCUfrKN8yAI+oYyUkFK2HaVFW2khtR/rPzDal+UkZGjwzOMAwRSJkReScwyi5QGdEvxI2wqZSEdNeGryRNYl018dT9X/zlIzndt0eHR4MNSnVXyPgoAGR3tKYidJ8dOa4PRCTTD2eRl7CUyEmAqirIHqbuxveuOcAjIuApwAHjNFKqmC5lsZIdH8zGuuzp8mYJQCTgGo/FARix7KMSQzYzn8vAAU8gFGcPQS+DJ8AH4rndH8PqQ3S35yd2U7isNAMFHasWw/WcopQhRBIBICQsggJCIx/P9XrTMcDWbZY5YQs36Yh4EZXNXl7vJB3Hkjd7fCkCfc3/ZGbgh4zp5xwYbuBdBWGr00pF2OrT0E6p/sIH6V1uRHTANeDv1NE/j4rB1mFYMHgTYJsJtnrGORL1W9w107NA4/u+gqjL+cFXprU2+cbSvA828GxFKImwRmLpDiji6WwCdvsuDjOU1MA7iI+WzXBj4MmfFpQKuAeC7wOdss6n8afe8qjaUaqNdRWoeEPt1g4wPGpFkMUJKuIruDAaA/ahsToVmXr4NnYanq4GI4eq4waLKJZxADYF12MvFIEO3EZKPLTMxxhADo1ztK0zgtxIND3JhieKnTeKEEhacT4F9OHOB+qRkMXHZwcCOzgwxFv76IfKszMxgg4bqNDDa26cSs01hsmKMtDlj9X8La4sfAdHkvHn6vHhngtGcGAJT+EX+3RxnwDDV+GPf7rIYUQGQa/tyj3RFA063GwN4f98cAJT6f3HaIDaukO1FS8GCuMTCveGz10yhJvIWGP+rWolKSFkMtEw7LvuaGMa/yW/y208iO8GMxXEXslnRnE8LrUyEFIpqhht8edb5aRWNeawzYLJMvnxhQsMKZw16KHw2RzoC7iF+dCOJ0PGX2a/Hj0sNFA5gIPl4zDFD+KzX8dfzhoyh0zwCzP/nrREA8MQu0HtjOSHTeAcwDxcDVPt/d1iGQVygQiKx2rq1FIPh4BX7MA/G5AOEwCNZKBN3PjuJEbCLX0cZgVL90kY6SxFcW5E4EZegTq9N+ECssdszWyZ8X/DX4UYc+n+oydFx7SgR0Z4sogEzWgc684x6s9PV1GMS6DbsmguGMc9IRBUC4HM3d+w+d9jIlAxKOIi0R2A5z85HkHWRDCiQV5YIxR8PP7KWAfiblsSxyV++P6tDhQz5dBS38emLfhV9ZkKa/Q8xknKAdu04Fiw/OLfKssFCLAJf1xEH4PZpQ3ZBvMCdddcvejxLhE3hO8KnkzQ7hX8t/LfvdnwAiiz327IoCli9jwUFxQP8l9kBgLKzNvhX/Pc/zpo+JqD4M+NpBEVzlAjeaNqkYA4Hv00s8wetswJDj6/BPfQNOKlCAsN7+rIPtSMjXKy4SIH8rBGoBEPCkqGYHx8XMfx3+wUdombE9RzhfBg8ocIPDUnHAfULgr0JP1R8Vs13kovZvEq2TqfCbsC1xMkXFzsY46RxsPxuQioRWCQC/RA5AFPhUCL9cL6JW+j+Dz1rXTfuXPzaSiNEcY3XHgT3YLRvCheSeBQR5oKpdIQfLS6WQUM4mA8e9Qa/7TWPCf/FpfLwcIgU6B0zBGe6zWVklMlQ8jD2/BX0mg3pjLkUo07jcZIsWPEP0OvwgA9l78r9vBAT5jB5QcESjYDlRvpsuN01dES/lnEupfqQeVKtmtMx2+dBhJ/APmHSdaWGW+rERPyymAVKgtRMq5rYIg2g4z/P9YbFY7PN8PoyC4wuI/QH8yUokxDIu/Ofk7YVFFmllSyfhjJCxFvIXaqa99Ah+MKnF2KzBf0dBElbrAdNk8IAKbL9/txJIlK1EajT8Yzb0hTXb2pjC/7k5X55qvqzCxHT458mL4M10iDL4bsMSEuxGifDeAv5RBcBFPDsEWMq/H3vmOttlIbhFzKt8v5SBL/hquW85QBL+Xvmuk3+W/H2CfyuDccvBIrKxsP859jb0LNqvy1RweK/gYwMCiZDVKMsDdlLCr2m4vEWBD+bTTcFFCu8XfI0Dr53XjbL9yeRh/dNgo0+yo+10s1LcJW+O/ryo05IQ8ricZYt5pGg4Wr6bxo6/taP5YTprKh624AmYavn+urVgfC6F9KpSef7JYTtQ7jcInLYFyhcP8sMkW27KwudCcA/I+4f+Tgnn+a5CKCT3SVWs6ros63q1qgg9/do7vY3+L6H/0a4dqgAAg1AULYPBsjax+P//uA3TwuJAxj3RJiYf7xJ5rBVVLNzHcA8T7fkZl6iePpchSDvs8b9XBwAAAAAAqGQCc31B4/xqSwwAAAAASUVORK5CYII="},(function(){Ql.world.addChild(new uc(zc.getWidth()/2,zc.getHeight()/2,{image:"melonjs_logo",framewidth:256,frameheight:256}),2)}))},e.prototype.onDestroyEvent=function(){lc.unload({name:"melonjs_logo",type:"image"})},e}(nu),au=-1,hu=-1,lu=!1,uu={},cu={color:"",duration:0},pu=null,du=null,fu=0;function yu(){-1===hu&&-1!==au&&(hu=globalThis.requestAnimationFrame(gu))}function gu(t){var e=uu[au].stage;Ql.update(t,e),Ql.draw(e),-1!==hu&&(hu=globalThis.requestAnimationFrame(gu))}function vu(){globalThis.cancelAnimationFrame(hu),hu=-1}function mu(t){vu(),uu[au]&&uu[au].stage.destroy(),uu[t]&&(uu[au=t].stage.reset.apply(uu[au].stage,du),yu(),Yr(vr),pu&&pu(),Ql.repaint())}Wr(pr,(function(){xu.set(xu.LOADING,new su),xu.set(xu.DEFAULT,new nu),Wr(mr,(function(){xu.change(xu.DEFAULT,!0)})),"function"==typeof globalThis.addEventListener&&(globalThis.addEventListener("blur",(function(){xu.pause(!0)}),!1),globalThis.addEventListener("focus",(function(){xu.resume(!0),sa()}),!1)),void 0!==globalThis.document&&"function"==typeof globalThis.document.addEventListener&&globalThis.document.addEventListener("visibilitychange",(function(){"visible"===globalThis.document.visibilityState?xu.resume(!0):xu.pause(!0)}),!1)}));var xu={LOADING:0,MENU:1,READY:2,PLAY:3,GAMEOVER:4,GAME_END:5,SCORE:6,CREDITS:7,SETTINGS:8,DEFAULT:9,USER:100,stop:function(t){void 0===t&&(t=!1),au!==this.LOADING&&this.isRunning()&&(vu(),!0===t&&t(),fu=globalThis.performance.now(),Yr(yr))},pause:function(t){void 0===t&&(t=!1),au===this.LOADING||this.isPaused()||(lu=!0,!0===t&&ah(),fu=globalThis.performance.now(),Yr(dr))},restart:function(t){void 0===t&&(t=!1),this.isRunning()||(yu(),!0===t&&hh(),fu=globalThis.performance.now()-fu,Ql.repaint(),Yr(gr,fu))},resume:function(t){void 0===t&&(t=!1),this.isPaused()&&(lu&&-1!==au&&(lu=!1),!0===t&&hh(),fu=globalThis.performance.now()-fu,Yr(fr,fu))},isRunning:function(){return-1!==hu},isPaused:function(){return lu},set:function(t,e,i){if(void 0===i&&(i=!1),!(e instanceof nu))throw new Error(e+" is not an instance of me.Stage");uu[t]={},uu[t].stage=e,uu[t].transition=!0,!0===i&&this.change(t)},get:function(t){return void 0===t&&(t=au),void 0!==uu[t]?uu[t].stage:void 0},current:function(){return this.get()},transition:function(t,e,i){"fade"===t&&(cu.color=e,cu.duration=i)},setTransition:function(t,e){uu[t].transition=e},change:function(t,e){if(void 0===uu[t])throw new Error("Undefined Stage for state '"+t+"'");this.isCurrent(t)||(du=null,arguments.length>1&&(du=Array.prototype.slice.call(arguments,1)),cu.duration&&uu[t].transition?(pu=function(){Ql.viewport.fadeOut(cu.color,cu.duration)},Ql.viewport.fadeIn(cu.color,cu.duration,(function(){Xn(mu,this,t)}))):!0===e?mu(t):Xn(mu,this,t))},isCurrent:function(t){return au===t}};function _u(t,e,i){var o;if("string"!=typeof i)return i;switch(e){case"int":case"float":i=Number(i);break;case"bool":i="true"===i;break;default:if(!i||yn(i))i=!i||"true"===i;else if(fn(i))i=Number(i);else if(0===i.search(/^json:/i)){o=i.split(/^json:/i)[1];try{i=JSON.parse(o)}catch(t){throw new Error("Unable to parse JSON: "+o)}}else if(0===i.search(/^eval:/i)){o=i.split(/^eval:/i)[1];try{i=Function("'use strict';return ("+o+")")()}catch(t){throw new Error("Unable to evaluate: "+o)}}else((o=i.match(/^#([\da-fA-F])([\da-fA-F]{3})$/))||(o=i.match(/^#([\da-fA-F]{2})([\da-fA-F]{6})$/)))&&(i="#"+o[2]+o[1]);0===t.search(/^(ratio|anchorPoint)$/)&&"number"==typeof i&&(i={x:i,y:i})}return i}function bu(t,e,i){switch(i=i||"none",e=e||"none"){case"csv":return function(t){for(var e=t.replace("\n","").trim().split(","),i=[],o=0;o<e.length;o++)i.push(+e[o]);return i}(t);case"base64":var o=function(t,e){var i,o,n;e=e||1;var r=globalThis.atob(t.replace(/[^A-Za-z0-9\+\/\=]/g,"")),s=new Uint32Array(r.length/e);for(i=0,n=r.length/e;i<n;i++)for(s[i]=0,o=e-1;o>=0;--o)s[i]+=r.charCodeAt(i*e+o)<<(o<<3);return s}(t,4);return"none"===i?o:function(){throw new Error("GZIP/ZLIB compressed TMX Tile Map not supported!")}();case"none":return t;case"xml":throw new Error("XML encoding is deprecated, use base64 instead");default:throw new Error("Unknown layer encoding: "+e)}}function wu(t,e){var i=e.nodeName;switch(i){case"data":var o=Tu(e);o.text=o.text||o.chunk.text,o.encoding=o.encoding||"xml",t.data=bu(o.text,o.encoding,o.compression),t.encoding="none";break;case"imagelayer":case"layer":case"objectgroup":case"group":var n=Tu(e);n.type="layer"===i?"tilelayer":i,n.image&&(n.image=n.image.source),t.layers=t.layers||[],t.layers.push(n);break;case"animation":t.animation=Tu(e).frames;break;case"frame":case"object":var r=i+"s";t[r]=t[r]||[],t[r].push(Tu(e));break;case"tile":var s=Tu(e);s.image&&(s.imagewidth=s.image.width,s.imageheight=s.image.height,s.image=s.image.source),t.tiles=t.tiles||{},t.tiles[s.id]=s;break;case"tileset":var a=Tu(e);a.image&&(a.imagewidth=a.image.width,a.imageheight=a.image.height,a.image=a.image.source),t.tilesets=t.tilesets||[],t.tilesets.push(a);break;case"polygon":case"polyline":t[i]=[];for(var h,l=Tu(e).points.split(" "),u=0;u<l.length;u++)h=l[u].split(","),t[i].push({x:+h[0],y:+h[1]});break;case"properties":t.properties=Tu(e);break;case"property":var c=Tu(e),p=void 0!==c.value?c.value:c.text;t[c.name]=_u(c.name,c.type||"string",p);break;default:t[i]=Tu(e)}}function Tu(t){var e={},i="";if(1===t.nodeType&&function(t,e){if(e.attributes&&e.attributes.length>0)for(var i=0;i<e.attributes.length;i++){var o=e.attributes.item(i);void 0!==o.name?t[o.name]=o.value:t[o.nodeName]=o.nodeValue}}(e,t),t.hasChildNodes())for(var o=0;o<t.childNodes.length;o++){var n=t.childNodes.item(o);switch(n.nodeType){case 1:wu(e,n);break;case 3:i+=n.nodeValue.trim()}}return i&&(e.text=i),e}function Au(t,e){var i=e.properties,o=e.propertytypes;if(void 0!==i)for(var n in i)if(i.hasOwnProperty(n)){var r="string",s=n,a=i[n];void 0!==i[n].name&&(s=i[n].name),void 0!==o?r=o[n]:void 0!==i[n].type&&(r=i[n].type),void 0!==i[n].value&&(a=i[n].value),t[s]=_u(s,r,a)}}var Su=536870911,Eu=function(t){function e(e,i,o,n){var r,s;if(t.call(this),n.isCollection){var a=n.getTileImage(o&Su);r=a.width,s=a.height}else r=n.tilewidth,s=n.tileheight;this.setMinMax(0,0,r,s),this.tileset=n,this.currentTransform=null,this.col=e,this.row=i,this.tileId=o,this.flippedX=0!=(2147483648&this.tileId),this.flippedY=0!=(1073741824&this.tileId),this.flippedAD=0!=(536870912&this.tileId),this.flipped=this.flippedX||this.flippedY||this.flippedAD,!0===this.flipped&&(null===this.currentTransform&&(this.currentTransform=new ar),this.setTileTransform(this.currentTransform.identity())),this.tileId&=Su}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setTileTransform=function(t){t.translate(this.width/2,this.height/2),this.flippedAD&&(t.rotate(-90*Math.PI/180),t.scale(-1,1)),this.flippedX&&t.scale(this.flippedAD?1:-1,this.flippedAD?-1:1),this.flippedY&&t.scale(this.flippedAD?-1:1,this.flippedAD?1:-1),t.translate(-this.width/2,-this.height/2)},e.prototype.getRenderable=function(t){var e,i=this.tileset;if(i.animations.has(this.tileId)){var o=[],n=[];i.animations.get(this.tileId).frames.forEach((function(t){n.push(t.tileid),o.push({name:""+t.tileid,delay:t.duration})})),(e=i.texture.createAnimationFromName(n,t)).addAnimation(this.tileId-i.firstgid,o),e.setCurrentAnimation(this.tileId-i.firstgid)}else if(!0===i.isCollection){var r=i.getTileImage(this.tileId);(e=new uc(0,0,Object.assign({image:r}))).anchorPoint.set(0,0),e.scale(t.width/this.width,t.height/this.height),void 0!==t.rotation&&(e.anchorPoint.set(.5,.5),e.currentTransform.rotate(t.rotation),e.currentTransform.translate(t.width/2,t.height/2),t.rotation=void 0)}else(e=i.texture.createSpriteFromName(this.tileId-i.firstgid,t)).anchorPoint.set(0,0);return this.setTileTransform(e.currentTransform),e},e}(qa),Cu=function(t){function e(e){var i=this;t.call(this,e),this.context=this.getContext2d(this.getScreenCanvas(),this.settings.transparent),this.settings.doubleBuffering?(this.backBufferCanvas=Fc(this.settings.width,this.settings.height,!0),this.backBufferContext2D=this.getContext2d(this.backBufferCanvas)):(this.backBufferCanvas=this.getScreenCanvas(),this.backBufferContext2D=this.context),this.setBlendMode(this.settings.blendMode),this.setColor(this.currentColor),this.cache=new Mc,!1===this.settings.textureSeamFix||this.settings.antiAlias||(this.uvOffset=1),this.getScreenCanvas().addEventListener("contextlost",(function(t){t.preventDefault(),i.isContextValid=!1,Yr(Xr,i)}),!1),this.getScreenCanvas().addEventListener("contextrestored",(function(){i.isContextValid=!0,Yr(Hr,i)}),!1)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reset=function(){t.prototype.reset.call(this),this.clearColor(this.currentColor,!0!==this.settings.transparent)},e.prototype.resetTransform=function(){this.backBufferContext2D.setTransform(1,0,0,1,0,0)},e.prototype.setBlendMode=function(t,e){switch(void 0===t&&(t="normal"),e=e||this.getContext(),this.currentBlendMode=t,t){case"screen":e.globalCompositeOperation="screen";break;case"lighter":case"additive":e.globalCompositeOperation="lighter";break;case"multiply":e.globalCompositeOperation="multiply";break;default:e.globalCompositeOperation="source-over",this.currentBlendMode="normal"}this.settings.doubleBuffering&&this.settings.transparent&&(this.context.globalCompositeOperation="copy")},e.prototype.clear=function(){this.settings.transparent&&this.clearColor("rgba(0,0,0,0)",!0)},e.prototype.flush=function(){this.settings.doubleBuffering&&this.context.drawImage(this.backBufferCanvas,0,0)},e.prototype.clearColor=function(t,e){void 0===t&&(t="#000000"),this.save(),this.resetTransform(),this.backBufferContext2D.globalCompositeOperation=e?"copy":"source-over",this.backBufferContext2D.fillStyle=t instanceof or?t.toRGBA():t,this.fillRect(0,0,this.backBufferCanvas.width,this.backBufferCanvas.height),this.restore()},e.prototype.clearRect=function(t,e,i,o){this.getContext().clearRect(t,e,i,o)},e.prototype.createPattern=function(t,e){return this.getContext().createPattern(t,e)},e.prototype.drawImage=function(t,e,i,o,n,r,s,a,h){if(!(this.getGlobalAlpha()<1/255)){var l=this.getContext();void 0===o?(o=a=t.width,n=h=t.height,r=e,s=i,e=0,i=0):void 0===r&&(r=e,s=i,a=o,h=n,o=t.width,n=t.height,e=0,i=0),!1===this.settings.subPixel&&(r=~~r,s=~~s);var u=t,c=this.currentTint.toArray();1===c[0]&&1===c[1]&&1===c[2]||(u=this.cache.tint(t,this.currentTint.toRGB())),l.drawImage(u,e,i,o,n,r,s,a,h)}},e.prototype.drawPattern=function(t,e,i,o,n){if(!(this.getGlobalAlpha()<1/255)){var r=this.getContext(),s=r.fillStyle;r.fillStyle=t,r.fillRect(e,i,o,n),r.fillStyle=s}},e.prototype.strokeArc=function(t,e,i,o,n,r,s){if(void 0===s&&(s=!1),!(this.getGlobalAlpha()<1/255)){var a=this.getContext();a.translate(t,e),a.beginPath(),a.arc(0,0,i,o,n,r||!1),a[!0===s?"fill":"stroke"](),a.translate(-t,-e)}},e.prototype.fillArc=function(t,e,i,o,n,r){this.strokeArc(t,e,i,o,n,r||!1,!0)},e.prototype.strokeEllipse=function(t,e,i,o,n){if(void 0===n&&(n=!1),!(this.getGlobalAlpha()<1/255)){var r=this.getContext(),s=t-i,a=t+i,h=e-o,l=e+o,u=.551784*i,c=.551784*o,p=t-u,d=t+u,f=e-c,y=e+c;r.beginPath(),r.moveTo(t,h),r.bezierCurveTo(d,h,a,f,a,e),r.bezierCurveTo(a,y,d,l,t,l),r.bezierCurveTo(p,l,s,y,s,e),r.bezierCurveTo(s,f,p,h,t,h),r[!0===n?"fill":"stroke"](),r.closePath()}},e.prototype.fillEllipse=function(t,e,i,o){this.strokeEllipse(t,e,i,o,!0)},e.prototype.strokeLine=function(t,e,i,o){if(!(this.getGlobalAlpha()<1/255)){var n=this.getContext();n.beginPath(),n.moveTo(t,e),n.lineTo(i,o),n.stroke()}},e.prototype.fillLine=function(t,e,i,o){this.strokeLine(t,e,i,o)},e.prototype.strokePolygon=function(t,e){if(void 0===e&&(e=!1),!(this.getGlobalAlpha()<1/255)){var i,o=this.getContext();this.translate(t.pos.x,t.pos.y),o.beginPath(),o.moveTo(t.points[0].x,t.points[0].y);for(var n=1;n<t.points.length;n++)i=t.points[n],o.lineTo(i.x,i.y);o.lineTo(t.points[0].x,t.points[0].y),o[!0===e?"fill":"stroke"](),o.closePath(),this.translate(-t.pos.x,-t.pos.y)}},e.prototype.fillPolygon=function(t){this.strokePolygon(t,!0)},e.prototype.strokeRect=function(t,e,i,o,n){(void 0===n&&(n=!1),this.getGlobalAlpha()<1/255)||this.getContext()[!0===n?"fillRect":"strokeRect"](t,e,i,o)},e.prototype.fillRect=function(t,e,i,o){this.strokeRect(t,e,i,o,!0)},e.prototype.strokeRoundRect=function(t,e,i,o,n,r){if(void 0===r&&(r=!1),!(this.getGlobalAlpha()<1/255)){var s=this.getContext();s.beginPath(),s.roundRect(t,e,i,o,n),s[!0===r?"fill":"stroke"]()}},e.prototype.fillRoundRect=function(t,e,i,o,n){this.strokeRoundRect(t,e,i,o,n,!0)},e.prototype.getContext=function(){return this.backBufferContext2D},e.prototype.getFontContext=function(){return this.getContext()},e.prototype.save=function(){this.backBufferContext2D.save()},e.prototype.restore=function(){this.backBufferContext2D.restore(),this.currentColor.glArray[3]=this.getGlobalAlpha(),this.currentScissor[0]=0,this.currentScissor[1]=0,this.currentScissor[2]=this.backBufferCanvas.width,this.currentScissor[3]=this.backBufferCanvas.height},e.prototype.rotate=function(t){this.backBufferContext2D.rotate(t)},e.prototype.scale=function(t,e){this.backBufferContext2D.scale(t,e)},e.prototype.setColor=function(t){this.backBufferContext2D.strokeStyle=this.backBufferContext2D.fillStyle=t instanceof or?t.toRGBA():t},e.prototype.setGlobalAlpha=function(t){this.backBufferContext2D.globalAlpha=this.currentColor.glArray[3]=t},e.prototype.getGlobalAlpha=function(){return this.backBufferContext2D.globalAlpha},e.prototype.setLineWidth=function(t){this.backBufferContext2D.lineWidth=t},e.prototype.setTransform=function(t){this.resetTransform(),this.transform(t)},e.prototype.transform=function(t){var e=t.toArray(),i=e[0],o=e[1],n=e[3],r=e[4],s=e[6],a=e[7];!1===this.settings.subPixel&&(s|=0,a|=0),this.backBufferContext2D.transform(i,o,n,r,s,a)},e.prototype.translate=function(t,e){!1===this.settings.subPixel?this.backBufferContext2D.translate(~~t,~~e):this.backBufferContext2D.translate(t,e)},e.prototype.clipRect=function(t,e,i,o){var n=this.backBufferCanvas;if(0!==t||0!==e||i!==n.width||o!==n.height){var r=this.currentScissor;if(r[0]!==t||r[1]!==e||r[2]!==i||r[3]!==o){var s=this.backBufferContext2D;s.beginPath(),s.rect(t,e,i,o),s.clip(),r[0]=t,r[1]=e,r[2]=i,r[3]=o}}},e.prototype.setMask=function(t,e){void 0===e&&(e=!1);var i=this.getContext();if(0===this.maskLevel&&(i.save(),i.beginPath()),t instanceof Ha)i.roundRect(t.top,t.left,t.width,t.height,t.radius);else if(t instanceof Xa||t instanceof qa)i.rect(t.top,t.left,t.width,t.height);else if(t instanceof Ya){var o=t.pos.x,n=t.pos.y,r=t.radiusV.x,s=t.radiusV.y,a=o-r,h=o+r,l=n-s,u=n+s,c=.551784*r,p=.551784*s,d=o-c,f=o+c,y=n-p,g=n+p;i.moveTo(o,l),i.bezierCurveTo(f,l,h,y,h,n),i.bezierCurveTo(h,g,f,u,o,u),i.bezierCurveTo(d,u,a,g,a,n),i.bezierCurveTo(a,y,d,l,o,l)}else{var v,m=t.pos.x,x=t.pos.y;i.moveTo(m+t.points[0].x,x+t.points[0].y);for(var _=1;_<t.points.length;_++)v=t.points[_],i.lineTo(m+v.x,x+v.y)}this.maskLevel++,!0===e?(i.closePath(),i.globalCompositeOperation="destination-atop",i.fill()):i.clip()},e.prototype.clearMask=function(){this.maskLevel>0&&(this.maskLevel=0,this.getContext().restore())},e}(Qa);function Mu(t,e){var i=0;!function(t){t.layerData=new Array(t.cols);for(var e=0;e<t.cols;e++){t.layerData[e]=new Array(t.rows);for(var i=0;i<t.rows;i++)t.layerData[e][i]=null}}(t);for(var o=0;o<t.rows;o++)for(var n=0;n<t.cols;n++){var r=e[i++];0!==r&&(t.layerData[n][o]=t.getTileById(r,n,o))}}var Pu=function(t){function e(e,i,o,n,r,s,a){t.call(this,0,0,0,0),this.tilewidth=i.tilewidth||o,this.tileheight=i.tileheight||n,this.orientation=r,this.tilesets=s,this.tileset=this.tilesets?this.tilesets.getTilesetByIndex(0):null,this.maxTileSize={width:0,height:0};for(var h=0;h<this.tilesets.length;h++){var l=this.tilesets.getTilesetByIndex(h);this.maxTileSize.width=Math.max(this.maxTileSize.width,l.tilewidth),this.maxTileSize.height=Math.max(this.maxTileSize.height,l.tileheight)}this.animatedTilesets=[],this.isAnimated=!1,this.renderorder=i.renderorder||"right-down",this.pos.z=a,this.anchorPoint.set(0,0),this.name=i.name,this.cols=+i.width,this.rows=+i.height;var u=void 0!==i.visible?+i.visible:1;this.setOpacity(u?+i.opacity:0),"string"==typeof i.tintcolor&&this.tint.parseHex(i.tintcolor,!0),"isometric"===this.orientation?(this.width=(this.cols+this.rows)*(this.tilewidth/2),this.height=(this.cols+this.rows)*(this.tileheight/2)):(this.width=this.cols*this.tilewidth,this.height=this.rows*this.tileheight),Au(this,i),void 0===this.preRender&&(this.preRender=Ql.world.preRender),this.setRenderer(e.getRenderer()),Mu(this,bu(i.data,i.encoding,i.compression))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.onActivateEvent=function(){if(void 0===this.animatedTilesets&&(this.animatedTilesets=[]),this.tilesets)for(var t=this.tilesets.tilesets,e=0;e<t.length;e++)t[e].isAnimated&&this.animatedTilesets.push(t[e]);this.isAnimated=this.animatedTilesets.length>0,this.isAnimated&&(this.preRender=!1),this.getBounds().addBounds(this.getRenderer().getBounds(),!0),this.getBounds().shift(this.pos),!0!==this.preRender||this.canvasRenderer||(this.canvasRenderer=new Cu({canvas:Fc(this.width,this.height),widht:this.width,heigth:this.height,transparent:!0}),function(t,e){for(var i=0;i<t.rows;i++)for(var o=0;o<t.cols;o++){var n=t.layerData[o][i];n instanceof Eu&&t.getRenderer().drawTile(e,o,i,n)}}(this,this.canvasRenderer))},e.prototype.onDeactivateEvent=function(){this.animatedTilesets=void 0},e.prototype.setRenderer=function(t){this.renderer=t},e.prototype.getRenderer=function(){return this.renderer},e.prototype.getTileId=function(t,e){var i=this.getTile(t,e);return i?i.tileId:null},e.prototype.getTile=function(t,e){var i=null;if(this.contains(t,e)){var o=this.getRenderer().pixelToTileCoords(t,e,qn.pull("Vector2d"));i=this.cellAt(o.x,o.y),qn.push(o)}return i},e.prototype.setTile=function(t,e,i){return this.layerData[e][i]=t,t},e.prototype.getTileById=function(t,e,i){return this.tileset.contains(t)||(this.tileset=this.tilesets.getTilesetByGid(t)),new Eu(e,i,t,this.tileset)},e.prototype.cellAt=function(t,e,i){var o=~~t,n=~~e,r=this.getRenderer();return!1===i||o>=0&&o<r.cols&&n>=0&&n<r.rows?this.layerData[o][n]:null},e.prototype.clearTile=function(t,e){this.layerData[t][e]=null,this.preRender&&this.canvasRenderer.clearRect(t*this.tilewidth,e*this.tileheight,this.tilewidth,this.tileheight)},e.prototype.update=function(t){if(this.isAnimated){for(var e=!1,i=0;i<this.animatedTilesets.length;i++)e=this.animatedTilesets[i].update(t)||e;return e}return!1},e.prototype.draw=function(t,e){if(this.preRender){var i=Math.min(e.width,this.width),o=Math.min(e.height,this.height);t.drawImage(this.canvasRenderer.getCanvas(),e.pos.x,e.pos.y,i,o,e.pos.x,e.pos.y,i,o)}else this.getRenderer().drawTileLayer(t,this,e)},e}(El),Ou=function(t,e,i,o){this.cols=t,this.rows=e,this.tilewidth=i,this.tileheight=o,this.bounds=new qa};Ou.prototype.canRender=function(t){return this.tilewidth===t.tilewidth&&this.tileheight===t.tileheight},Ou.prototype.getBounds=function(t){var e=t instanceof Pu?qn.pull("Bounds"):this.bounds;return e.setMinMax(0,0,this.cols*this.tilewidth,this.rows*this.tileheight),e},Ou.prototype.pixelToTileCoords=function(t,e,i){return i},Ou.prototype.tileToPixelCoords=function(t,e,i){return i},Ou.prototype.drawTile=function(t,e,i,o){},Ou.prototype.drawTileLayer=function(t,e,i){};var ku=function(t){function e(e){t.call(this,e.cols,e.rows,e.tilewidth,e.tileheight)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.canRender=function(e){return"orthogonal"===e.orientation&&t.prototype.canRender.call(this,e)},e.prototype.pixelToTileCoords=function(t,e,i){return(i||new Kn).set(t/this.tilewidth,e/this.tileheight)},e.prototype.tileToPixelCoords=function(t,e,i){return(i||new Kn).set(t*this.tilewidth,e*this.tileheight)},e.prototype.adjustPosition=function(t){"number"==typeof t.gid&&(t.y-=t.height)},e.prototype.drawTile=function(t,e,i,o){var n=o.tileset;n.drawTile(t,n.tileoffset.x+e*this.tilewidth,n.tileoffset.y+(i+1)*this.tileheight-n.tileheight,o)},e.prototype.drawTileLayer=function(t,e,i){var o=1,n=1,r=this.pixelToTileCoords(Math.max(i.pos.x-(e.maxTileSize.width-e.tilewidth),0),Math.max(i.pos.y-(e.maxTileSize.height-e.tileheight),0),qn.pull("Vector2d")).floorSelf(),s=this.pixelToTileCoords(i.pos.x+i.width+this.tilewidth,i.pos.y+i.height+this.tileheight,qn.pull("Vector2d")).ceilSelf();switch(s.x=s.x>this.cols?this.cols:s.x,s.y=s.y>this.rows?this.rows:s.y,e.renderorder){case"right-up":s.y=r.y+(r.y=s.y)-s.y,n=-1;break;case"left-down":s.x=r.x+(r.x=s.x)-s.x,o=-1;break;case"left-up":s.x=r.x+(r.x=s.x)-s.x,s.y=r.y+(r.y=s.y)-s.y,o=-1,n=-1}for(var a=r.y;a!==s.y;a+=n)for(var h=r.x;h!==s.x;h+=o){var l=e.cellAt(h,a,!1);l&&this.drawTile(t,h,a,l)}qn.push(r),qn.push(s)},e}(Ou),Iu=function(t){function e(e){t.call(this,e.cols,e.rows,e.tilewidth,e.tileheight),this.hTilewidth=this.tilewidth/2,this.hTileheight=this.tileheight/2,this.originX=this.rows*this.hTilewidth}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.canRender=function(e){return"isometric"===e.orientation&&t.prototype.canRender.call(this,e)},e.prototype.getBounds=function(t){var e=t instanceof Pu?qn.pull("Bounds"):this.bounds;return e.setMinMax(0,0,(this.cols+this.rows)*(this.tilewidth/2),(this.cols+this.rows)*(this.tileheight/2)),e},e.prototype.pixelToTileCoords=function(t,e,i){return(i||new Kn).set(e/this.tileheight+(t-this.originX)/this.tilewidth,e/this.tileheight-(t-this.originX)/this.tilewidth)},e.prototype.tileToPixelCoords=function(t,e,i){return(i||new Kn).set((t-e)*this.hTilewidth+this.originX,(t+e)*this.hTileheight)},e.prototype.adjustPosition=function(t){var e=t.x/this.hTilewidth,i=t.y/this.tileheight,o=qn.pull("Vector2d");this.tileToPixelCoords(e,i,o),t.x=o.x,t.y=o.y,qn.push(o)},e.prototype.drawTile=function(t,e,i,o){var n=o.tileset;n.drawTile(t,(this.cols-1)*n.tilewidth+(e-i)*n.tilewidth>>1,-n.tilewidth+(e+i)*n.tileheight>>2,o)},e.prototype.drawTileLayer=function(t,e,i){var o=e.tileset,n=this.pixelToTileCoords(i.pos.x-o.tilewidth,i.pos.y-o.tileheight,qn.pull("Vector2d")).floorSelf(),r=this.pixelToTileCoords(i.pos.x+i.width+o.tilewidth,i.pos.y+i.height+o.tileheight,qn.pull("Vector2d")).ceilSelf(),s=this.tileToPixelCoords(r.x,r.y,qn.pull("Vector2d")),a=this.tileToPixelCoords(n.x,n.y,qn.pull("Vector2d"));a.x-=this.hTilewidth,a.y+=this.tileheight;var h=a.y-i.pos.y>this.hTileheight,l=i.pos.x-a.x<this.hTilewidth;h&&(l?(n.x--,a.x-=this.hTilewidth):(n.y--,a.x+=this.hTilewidth),a.y-=this.hTileheight);for(var u=h^l,c=n.clone(),p=2*a.y;p-2*this.tileheight<2*s.y;p+=this.tileheight){c.setV(n);for(var d=a.x;d<s.x;d+=this.tilewidth){var f=e.cellAt(c.x,c.y);if(f){var y=(o=f.tileset).tileoffset;o.drawTile(t,y.x+d,y.y+p/2-o.tileheight,f)}c.x++,c.y--}u?(n.y++,a.x-=this.hTilewidth,u=!1):(n.x++,a.x+=this.hTilewidth,u=!0)}qn.push(c),qn.push(n),qn.push(r),qn.push(s),qn.push(a)},e}(Ou),Bu=[{x:0,y:0},{x:1,y:-1},{x:1,y:0},{x:2,y:0}],Ru=[{x:0,y:0},{x:-1,y:1},{x:0,y:1},{x:0,y:2}],Du=function(t){function e(e){t.call(this,e.cols,e.rows,-2&e.tilewidth,-2&e.tileheight),this.hexsidelength=e.hexsidelength||0,this.staggerX="x"===e.staggeraxis,this.staggerEven="even"===e.staggerindex,this.sidelengthx=0,this.sidelengthy=0,"hexagonal"===e.orientation&&(this.staggerX?this.sidelengthx=this.hexsidelength:this.sidelengthy=this.hexsidelength),this.sideoffsetx=(this.tilewidth-this.sidelengthx)/2,this.sideoffsety=(this.tileheight-this.sidelengthy)/2,this.columnwidth=this.sideoffsetx+this.sidelengthx,this.rowheight=this.sideoffsety+this.sidelengthy,this.centers=[new Kn,new Kn,new Kn,new Kn]}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.canRender=function(e){return"hexagonal"===e.orientation&&t.prototype.canRender.call(this,e)},e.prototype.getBounds=function(t){var e=t instanceof Pu?qn.pull("Bounds"):this.bounds;return this.staggerX?(e.setMinMax(0,0,this.cols*this.columnwidth+this.sideoffsetx,this.rows*(this.tileheight+this.sidelengthy)),e.width>1&&(e.height+=this.rowheight)):(e.setMinMax(0,0,this.cols*(this.tilewidth+this.sidelengthx),this.rows*this.rowheight+this.sideoffsety),e.height>1&&(e.width+=this.columnwidth)),e},e.prototype.doStaggerX=function(t){return this.staggerX&&1&t^this.staggerEven},e.prototype.doStaggerY=function(t){return!this.staggerX&&1&t^this.staggerEven},e.prototype.topLeft=function(t,e,i){var o=i||new Kn;return this.staggerX?1&t^this.staggerEven?o.set(t-1,e):o.set(t-1,e-1):1&e^this.staggerEven?o.set(t,e-1):o.set(t-1,e-1),o},e.prototype.topRight=function(t,e,i){var o=i||new Kn;return this.staggerX?1&t^this.staggerEven?o.set(t+1,e):o.set(t+1,e-1):1&e^this.staggerEven?o.set(t+1,e-1):o.set(t,e-1),o},e.prototype.bottomLeft=function(t,e,i){var o=i||new Kn;return this.staggerX?1&t^this.staggerEven?o.set(t-1,e+1):o.set(t-1,e):1&e^this.staggerEven?o.set(t,e+1):o.set(t-1,e+1),o},e.prototype.bottomRight=function(t,e,i){var o=i||new Kn;return this.staggerX?1&t^this.staggerEven?o.set(t+1,e+1):o.set(t+1,e):1&e^this.staggerEven?o.set(t+1,e+1):o.set(t,e+1),o},e.prototype.pixelToTileCoords=function(t,e,i){var o=i||new Kn;this.staggerX?t-=this.staggerEven?this.tilewidth:this.sideoffsetx:e-=this.staggerEven?this.tileheight:this.sideoffsety;var n,r,s,a,h=qn.pull("Vector2d",Math.floor(t/(2*this.columnwidth)),Math.floor(e/(2*this.rowheight))),l=qn.pull("Vector2d",t-h.x*(2*this.columnwidth),e-h.y*(2*this.rowheight));this.staggerX?(h.x=2*h.x,this.staggerEven&&++h.x):(h.y=2*h.y,this.staggerEven&&++h.y),this.staggerX?(s=(n=this.sidelengthx/2)+this.columnwidth,a=this.tileheight/2,this.centers[0].set(n,a),this.centers[1].set(s,a-this.rowheight),this.centers[2].set(s,a+this.rowheight),this.centers[3].set(s+this.columnwidth,a)):(r=this.sidelengthy/2,s=this.tilewidth/2,a=r+this.rowheight,this.centers[0].set(s,r),this.centers[1].set(s-this.columnwidth,a),this.centers[2].set(s+this.columnwidth,a),this.centers[3].set(s,a+this.rowheight));for(var u=0,c=Number.MAX_VALUE,p=0;p<4;++p){var d=this.centers[p].sub(l).length2();d<c&&(c=d,u=p)}var f=this.staggerX?Bu:Ru;return o.set(h.x+f[u].x,h.y+f[u].y),qn.push(h),qn.push(l),o},e.prototype.tileToPixelCoords=function(t,e,i){var o=Math.floor(t),n=Math.floor(e),r=i||new Kn;return this.staggerX?(r.y=n*(this.tileheight+this.sidelengthy),this.doStaggerX(o)&&(r.y+=this.rowheight),r.x=o*this.columnwidth):(r.x=o*(this.tilewidth+this.sidelengthx),this.doStaggerY(n)&&(r.x+=this.columnwidth),r.y=n*this.rowheight),r},e.prototype.adjustPosition=function(t){"number"==typeof t.gid&&(t.y-=t.height)},e.prototype.drawTile=function(t,e,i,o){var n=o.tileset,r=this.tileToPixelCoords(e,i,qn.pull("Vector2d"));n.drawTile(t,n.tileoffset.x+r.x,n.tileoffset.y+r.y+(this.tileheight-n.tileheight),o),qn.push(r)},e.prototype.drawTileLayer=function(t,e,i){var o,n=this.pixelToTileCoords(i.pos.x,i.pos.y,qn.pull("Vector2d"));n.sub(e.pos);var r=this.tileToPixelCoords(n.x+e.pos.x,n.y+e.pos.y,qn.pull("Vector2d")),s=n.clone(),a=r.clone(),h=i.pos.y-r.y<this.sideoffsety,l=i.pos.x-r.x<this.sideoffsetx;h&&n.y--,l&&n.x--;var u=e.cols,c=e.rows;if(this.staggerX){n.x=Math.max(0,n.x),n.y=Math.max(0,n.y),r=this.tileToPixelCoords(n.x+e.pos.x,n.y+e.pos.y);for(var p=this.doStaggerX(n.x+e.pos.x);r.y<i.bottom&&n.y<c;){for(s.setV(n),a.setV(r);a.x<i.right&&s.x<u;s.x+=2)(o=e.cellAt(s.x,s.y,!1))&&o.tileset.drawTile(t,a.x,a.y,o),a.x+=this.tilewidth+this.sidelengthx;p?(n.x-=1,n.y+=1,r.x-=this.columnwidth,p=!1):(n.x+=1,r.x+=this.columnwidth,p=!0),r.y+=this.rowheight}qn.push(s),qn.push(a)}else{for(n.x=Math.max(0,n.x),n.y=Math.max(0,n.y),r=this.tileToPixelCoords(n.x+e.pos.x,n.y+e.pos.y),this.doStaggerY(n.y)&&(r.x-=this.columnwidth);r.y<i.bottom&&n.y<c;n.y++){for(s.setV(n),a.setV(r),this.doStaggerY(n.y)&&(a.x+=this.columnwidth);a.x<i.right&&s.x<u;s.x++)(o=e.cellAt(s.x,s.y,!1))&&o.tileset.drawTile(t,a.x,a.y,o),a.x+=this.tilewidth+this.sidelengthx;r.y+=this.rowheight}qn.push(s),qn.push(a)}qn.push(n),qn.push(r)},e}(Ou),Lu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.canRender=function(e){return"staggered"===e.orientation&&t.prototype.canRender.call(this,e)},e.prototype.pixelToTileCoords=function(t,e,i){var o=i||new Kn,n=t,r=e;this.staggerX?n-=this.staggerEven?this.sideoffsetx:0:r-=this.staggerEven?this.sideoffsety:0;var s=qn.pull("Vector2d",Math.floor(n/this.tilewidth),Math.floor(r/this.tileheight));this.staggerX?(s.x=2*s.x,this.staggerEven&&++s.x):(s.y=2*s.y,this.staggerEven&&++s.y);var a=qn.pull("Vector2d",n-s.x*this.tilewidth,r-s.y*this.tileheight),h=a.x*(this.tileheight/this.tilewidth);return this.sideoffsety-h>a.y&&(s=this.topLeft(s.x,s.y,s)),-this.sideoffsety+h>a.y&&(s=this.topRight(s.x,s.y,s)),this.sideoffsety+h<a.y&&(s=this.bottomLeft(s.x,s.y,s)),3*this.sideoffsety-h<a.y&&(s=this.bottomRight(s.x,s.y,s)),(o=this.tileToPixelCoords(s.x,s.y,o)).set(t-o.x,e-o.y),o.set(o.x-this.tilewidth/2,o.y*(this.tilewidth/this.tileheight)),o.div(this.tilewidth/Math.sqrt(2)).rotate(On(-45)).add(s),qn.push(s),qn.push(a),o},e}(Du),zu=function(t){var e=0;if(this.TileProperties=[],this.imageCollection=[],this.firstgid=this.lastgid=+t.firstgid,void 0!==t.source){var i=t.source,o=Nn(i);if(("tsx"===o||"json"===o)&&!(t=lc.getTMX(Un(i))))throw new Error(i+" external TSX/JSON tileset not found")}this.name=t.name,this.tilewidth=+t.tilewidth,this.tileheight=+t.tileheight,this.spacing=+t.spacing||0,this.margin=+t.margin||0,this.tileoffset=new Kn,this.isAnimated=!1,this.isCollection=!1,this.animations=new Map,this._lastUpdate=0;var n=t.tiles;for(e in n)if(n.hasOwnProperty(e)){if("animation"in n[e]&&(this.isAnimated=!0,this.animations.set(n[+e].animation[0].tileid,{dt:0,idx:0,frames:n[+e].animation,cur:n[+e].animation[0]})),"properties"in n[e])if(Array.isArray(n[e].properties)){var r={};for(var s in n[e].properties)r[n[e].properties[s].name]=n[e].properties[s].value;this.setTileProperty(+n[e].id+this.firstgid,r)}else this.setTileProperty(+e+this.firstgid,n[e].properties);if("image"in n[e]){var a=lc.getImage(n[e].image);if(!a)throw new Error("melonJS: '"+n[e].image+"' file for tile '"+(+e+this.firstgid)+"' not found!");this.imageCollection[+e+this.firstgid]=a}}this.isCollection=this.imageCollection.length>0;var h=t.tileoffset;h&&(this.tileoffset.x=+h.x,this.tileoffset.y=+h.y);var l=t.tileproperties;if(l)for(e in l)l.hasOwnProperty(e)&&this.setTileProperty(+e+this.firstgid,l[e]);if(!1===this.isCollection){if(this.image=lc.getImage(t.image),!this.image)throw new Error("melonJS: '"+t.image+"' file for tileset '"+this.name+"' not found!");this.texture=zc.cache.get(this.image,{framewidth:this.tilewidth,frameheight:this.tileheight,margin:this.margin,spacing:this.spacing}),this.atlas=this.texture.getAtlas();var u=+t.columns||Math.round(this.image.width/(this.tilewidth+this.spacing)),c=Math.round(this.image.height/(this.tileheight+this.spacing));t.tilecount%u>0&&++c,this.lastgid=this.firstgid+(u*c-1||0),t.tilecount&&this.lastgid-this.firstgid+1!=+t.tilecount&&console.warn("Computed tilecount ("+(this.lastgid-this.firstgid+1)+") does not match expected tilecount ("+t.tilecount+")")}};zu.prototype.getTileImage=function(t){return this.imageCollection[t]},zu.prototype.setTileProperty=function(t,e){this.TileProperties[t]=e},zu.prototype.contains=function(t){return t>=this.firstgid&&t<=this.lastgid},zu.prototype.getViewTileId=function(t){var e=t-this.firstgid;return this.animations.has(e)?this.animations.get(e).cur.tileid:e},zu.prototype.getTileProperties=function(t){return this.TileProperties[t]},zu.prototype.update=function(t){var e=0,i=Wc.getTime(),o=!1;return this._lastUpdate!==i&&(this._lastUpdate=i,this.animations.forEach((function(i){for(i.dt+=t,e=i.cur.duration;i.dt>=e;)i.dt-=e,i.idx=(i.idx+1)%i.frames.length,i.cur=i.frames[i.idx],e=i.cur.duration,o=!0}))),o},zu.prototype.drawTile=function(t,e,i,o){if(o.flipped&&(t.save(),t.translate(e,i),t.transform(o.currentTransform),e=i=0),!0===this.isCollection)t.drawImage(this.imageCollection[o.tileId],0,0,o.width,o.height,e,i,o.width,o.height);else{var n=this.atlas[this.getViewTileId(o.tileId)].offset;t.drawImage(this.image,n.x,n.y,this.tilewidth,this.tileheight,e,i,this.tilewidth+t.uvOffset,this.tileheight+t.uvOffset)}o.flipped&&t.restore()};var Fu=function(){this.tilesets=[],this.length=0};Fu.prototype.add=function(t){this.tilesets.push(t),this.length++},Fu.prototype.getTilesetByIndex=function(t){return this.tilesets[t]},Fu.prototype.getTilesetByGid=function(t){var e=-1;t&=536870911;for(var i=0,o=this.tilesets.length;i<o;i++){if(this.tilesets[i].contains(t))return this.tilesets[i];this.tilesets[i].firstgid===this.tilesets[i].lastgid&&t>=this.tilesets[i].firstgid&&(e=i)}if(-1!==e)return this.tilesets[e];throw new Error("no matching tileset found for gid "+t)};var Vu=function(t,e,i){this.points=void 0,this.name=e.name,this.x=+e.x,this.y=+e.y,this.z=+i,this.width=+e.width||0,this.height=+e.height||0,this.gid=+e.gid||null,this.tintcolor=e.tintcolor,this.type=e.type,this.type=e.type,this.rotation=On(+e.rotation||0),this.id=+e.id||void 0,this.orientation=t.orientation,this.shapes=void 0,this.isEllipse=!1,this.isPolygon=!1,this.isPolyLine=!1,"number"==typeof this.gid?this.setTile(t.tilesets):void 0!==e.ellipse?this.isEllipse=!0:void 0!==e.polygon?(this.points=e.polygon,this.isPolygon=!0):void 0!==e.polyline&&(this.points=e.polyline,this.isPolyLine=!0),void 0!==e.text?(this.text=e.text,this.text.font=e.text.fontfamily||"sans-serif",this.text.size=e.text.pixelsize||16,this.text.fillStyle=e.text.color||"#000000",this.text.textAlign=e.text.halign||"left",this.text.textBaseline=e.text.valign||"top",this.text.width=this.width,this.text.height=this.height,Au(this.text,e)):(Au(this,e),this.shapes||(this.shapes=this.parseTMXShapes())),t.isEditor||t.getRenderer().adjustPosition(this)};Vu.prototype.setTile=function(t){var e=t.getTilesetByGid(this.gid);!1===e.isCollection&&(this.width=this.framewidth=e.tilewidth,this.height=this.frameheight=e.tileheight),this.tile=new Eu(this.x,this.y,this.gid,e)},Vu.prototype.parseTMXShapes=function(){var t=0,e=[];if(!0===this.isEllipse)e.push(qn.pull("Ellipse",this.width/2,this.height/2,this.width,this.height).rotate(this.rotation));else if(!0===this.isPolygon){var i=qn.pull("Polygon",0,0,this.points);if(!1===i.isConvex())throw new Error("collision polygones in Tiled should be defined as Convex");e.push(i.rotate(this.rotation))}else if(!0===this.isPolyLine){var o,n,r=this.points,s=r.length-1;for(t=0;t<s;t++)o=qn.pull("Vector2d",r[t].x,r[t].y),n=qn.pull("Vector2d",r[t+1].x,r[t+1].y),0!==this.rotation&&(o=o.rotate(this.rotation),n=n.rotate(this.rotation)),e.push(qn.pull("Line",0,0,[o,n]))}else e.push(qn.pull("Polygon",0,0,[qn.pull("Vector2d"),qn.pull("Vector2d",this.width,0),qn.pull("Vector2d",this.width,this.height),qn.pull("Vector2d",0,this.height)]).rotate(this.rotation));if("isometric"===this.orientation)for(t=0;t<e.length;t++)e[t].toIso();return e},Vu.prototype.getObjectPropertyByName=function(t){return this[t]};var ju=function(t,e,i){var o=this;this.name=e.name,this.width=e.width||0,this.height=e.height||0,this.tintcolor=e.tintcolor,this.z=i,this.objects=[];var n=void 0===e.visible||e.visible;this.opacity=!0===n?kn(+e.opacity||1,0,1):0,Au(this,e),e.objects&&e.objects.forEach((function(e){e.tintcolor=o.tintcolor,o.objects.push(new Vu(t,e,i))})),e.layers&&e.layers.forEach((function(e){var n=new Pu(t,e,t.tilewidth,t.tileheight,t.orientation,t.tilesets,i++);n.setRenderer(t.getRenderer()),o.width=Math.max(o.width,n.width),o.height=Math.max(o.height,n.height),o.objects.push(n)}))};ju.prototype.destroy=function(){this.objects=null},ju.prototype.getObjectCount=function(){return this.objects.length},ju.prototype.getObjectByIndex=function(t){return this.objects[t]};function Uu(t,e,i){return new ju(t,e,i)}var Nu=function(t,e){if(this.data=e,this.name=t,this.cols=+e.width,this.rows=+e.height,this.tilewidth=+e.tilewidth,this.tileheight=+e.tileheight,this.infinite=+e.infinite,this.orientation=e.orientation,this.renderorder=e.renderorder||"right-down",this.version=e.version,this.tiledversion=e.tiledversion,this.tilesets=null,void 0===this.layers&&(this.layers=[]),void 0===this.objectGroups&&(this.objectGroups=[]),this.isEditor="melon-editor"===e.editor,this.nextobjectid=+e.nextobjectid||void 0,this.hexsidelength=+e.hexsidelength,this.staggeraxis=e.staggeraxis,this.staggerindex=e.staggerindex,this.bounds=this.getRenderer().getBounds().clone(),this.width=this.bounds.width,this.height=this.bounds.height,this.backgroundcolor=e.backgroundcolor,Au(this,e),this.initialized=!1,1===this.infinite)throw new Error("Tiled Infinite Map not supported!")};Nu.prototype.getRenderer=function(){return void 0!==this.renderer&&this.renderer.canRender(this)||(this.renderer=function(t){switch(t.orientation){case"orthogonal":return new ku(t);case"isometric":return new Iu(t);case"hexagonal":return new Du(t);case"staggered":return new Lu(t);default:throw new Error(t.orientation+" type TMX Tile Map not supported!")}}(this)),this.renderer},Nu.prototype.getBounds=function(){return this.bounds},Nu.prototype.readMapObjects=function(t){var e=this;if(!0!==this.initialized){var i=0;if(this.tilesets||(this.tilesets=new Fu),void 0!==t.tilesets)t.tilesets.forEach((function(t){e.tilesets.add(function(t){return new zu(t)}(t))}));this.background_image&&this.layers.push(qn.pull("ImageLayer",0,0,{name:"background_image",image:this.background_image,z:i++})),t.layers.forEach((function(t){switch(t.type){case"imagelayer":e.layers.push(function(t,e,i){Au(e.properties,e);var o=qn.pull("ImageLayer",+e.offsetx||+e.x||0,+e.offsety||+e.y||0,Object.assign({name:e.name,image:e.image,ratio:qn.pull("Vector2d",+e.parallaxx||1,+e.parallaxy||1),tint:void 0!==e.tintcolor?qn.pull("Color").parseHex(e.tintcolor,!0):void 0,z:i},e.properties)),n=void 0===e.visible||e.visible;return o.setOpacity(n?+e.opacity:0),o}(0,t,i++));break;case"tilelayer":e.layers.push(function(t,e,i){return new Pu(t,e,t.tilewidth,t.tileheight,t.orientation,t.tilesets,i)}(e,t,i++));break;case"objectgroup":case"group":e.objectGroups.push(Uu(e,t,i++))}})),this.initialized=!0}},Nu.prototype.addTo=function(t,e,i){var o=t.autoSort,n=t.autoDepth,r=this.getBounds();function s(e,i){Ql.viewport.setBounds(0,0,Math.max(r.width,e),Math.max(r.height,i)),t.pos.set(Math.max(0,~~((e-r.width)/2)),Math.max(0,~~((i-r.height)/2)),t.pos.z)}t.autoSort=!1,t.autoDepth=!1,this.backgroundcolor&&t.backgroundColor.parseCSS(this.backgroundcolor),this.getLayers().forEach((function(e){t.addChild(e)})),this.getObjects(e).forEach((function(e){t.addChild(e)})),t.resize(this.bounds.width,this.bounds.height),t.sort(!0),!0===i&&(Kr(jr,s),s(Ql.viewport.width,Ql.viewport.height),Wr(jr,s,this)),t.autoSort=o,t.autoDepth=n},Nu.prototype.getObjects=function(t){var e,i=[],o=!1;this.readMapObjects(this.data);for(var n=0;n<this.objectGroups.length;n++){var r=this.objectGroups[n];o=r.name.toLowerCase().includes("collision"),!1===t&&((e=new Xl(0,0,this.width,this.height)).anchorPoint.set(0,0),e.name=r.name,e.pos.z=r.z,e.setOpacity(r.opacity),e.autoSort=!1,e.autoDepth=!1);for(var s=0;s<r.objects.length;s++){var a,h,l=r.objects[s];void 0===l.anchorPoint&&(l.anchorPoint={x:0,y:0}),void 0!==l.tintcolor&&(l.tint=qn.pull("Color"),l.tint.parseHex(l.tintcolor,!0)),l instanceof Pu?a=l:"object"==typeof l.text?(void 0===l.text.anchorPoint&&(l.text.anchorPoint=l.anchorPoint),(a=!0===l.text.bitmap?qn.pull("BitmapText",l.x,l.y,l.text):qn.pull("Text",l.x,l.y,l.text)).pos.z=l.z):"object"==typeof l.tile?(void 0===(h=l.shapes)&&(h=qn.pull("Polygon",0,0,[qn.pull("Vector2d",0,0),qn.pull("Vector2d",this.width,0),qn.pull("Vector2d",this.width,this.height)])),(a=l.tile.getRenderable(l)).body=new Ul(a,h),a.body.setStatic(!0),a.pos.setMuted(l.x,l.y,l.z)):(void 0!==l.name&&""!==l.name?a=qn.pull(l.name,l.x,l.y,l):(a=qn.pull("Renderable",l.x,l.y,l.width,l.height),void 0===(h=l.shapes)&&(h=qn.pull("Polygon",0,0,[qn.pull("Vector2d",0,0),qn.pull("Vector2d",this.width,0),qn.pull("Vector2d",this.width,this.height)])),a.anchorPoint.set(0,0),a.name=l.name,a.type=l.type,a.id=l.id,a.body=new Ul(a,h),a.body.setStatic(!0),a.resize(a.body.getBounds().width,a.body.getBounds().height)),a.pos.z=l.z),o&&!l.name&&a.body&&(a.body.collisionType=jl.types.WORLD_SHAPE,a.body.isStatic=!0),!1!==t?(!0===a.isRenderable&&(a.setOpacity(a.getOpacity()*r.opacity),a.renderable instanceof El&&a.renderable.setOpacity(a.renderable.getOpacity()*r.opacity)),i.push(a)):e.addChild(a)}!1===t&&e.children.length>0&&(e.autoSort=!0,e.autoDepth=!0,i.push(e))}return i},Nu.prototype.getLayers=function(){return this.readMapObjects(this.data),this.layers},Nu.prototype.destroy=function(){this.tilesets=void 0,this.layers.length=0,this.objectGroups.length=0,this.initialized=!1};var Gu={},Xu=[],Hu=0;function Yu(t,e,i){e.container.reset(),Ql.reset(),Gu[Wu.getCurrentLevelId()]&&Gu[Wu.getCurrentLevelId()].destroy(),Hu=Xu.indexOf(t),function(t,e,i,o){var n=Gu[t];Xc.resetGUID(t,n.nextobjectid),e.anchorPoint.set(0,0),n.addTo(e,i,o)}(t,e.container,e.flatten,e.setViewportBounds),Yr(Er,t),e.onLoaded(t),i&&xu.restart()}var Wu={add:function(t,e,i){if("tmx"===t)return null==Gu[e]&&(Gu[e]=new Nu(e,lc.getTMX(e)),Xu.push(e),i&&i(),!0);throw new Error("no level loader defined for format "+t)},load:function(t,e){if(e=Object.assign({container:Ql.world,onLoaded:Ql.onLevelLoaded,flatten:Ql.mergeGroup,setViewportBounds:!0},e||{}),void 0===Gu[t])throw new Error("level "+t+" not found");if(!(Gu[t]instanceof Nu))throw new Error("no level loader defined");return xu.isRunning()?(xu.stop(),Xc.function.defer(Yu,this,t,e,!0)):Yu(t,e),!0},getCurrentLevelId:function(){return Xu[Hu]},getCurrentLevel:function(){return Gu[this.getCurrentLevelId()]},reload:function(t){return this.load(this.getCurrentLevelId(),t)},next:function(t){return Hu+1<Xu.length&&this.load(Xu[Hu+1],t)},previous:function(t){return Hu-1>=0&&this.load(Xu[Hu-1],t)},levelCount:function(){return Xu.length}},qu={},Ku={},Zu={},Qu={},Ju={},$u=0,tc=0,ec=0;function ic(t){if(tc===$u){if("function"!=typeof t&&!lc.onload)throw new Error("no load callback defined");clearTimeout(ec);var e=t||lc.onload;setTimeout((function(){e(),Yr(Cr)}),300)}else ec=setTimeout((function(){ic(t)}),100)}function oc(t,e,i){qu[t.name]=new Image,"function"==typeof e&&(qu[t.name].onload=e),"function"==typeof i&&(qu[t.name].onerror=i),"string"==typeof lc.crossOrigin&&(qu[t.name].crossOrigin=lc.crossOrigin),qu[t.name].src=t.src+lc.nocache}function nc(t,e,i){!0===vn(t.src)&&(t.src.startsWith("url(")||(t.src="url("+t.src+")"));var o=new FontFace(t.name,t.src);o.load().then((function(){document.fonts.add(o),document.body.style.fontFamily=t.name,"function"==typeof e&&e()}),(function(){"function"==typeof i&&i(t.name)}))}function rc(t,e,i){function o(e){Ku[t.name]=e,"tmx"===t.type&&Wu.add(t.type,t.name)}if(t.data)return o(t.data),void("function"==typeof e&&e());var n=new XMLHttpRequest,r=Nn(t.src);n.overrideMimeType&&("json"===r?n.overrideMimeType("application/json"):n.overrideMimeType("text/xml")),n.open("GET",t.src+lc.nocache,!0),n.withCredentials=lc.withCredentials,n.ontimeout=i,n.onreadystatechange=function(){if(4===n.readyState)if(200===n.status||0===n.status&&n.responseText){var s=null;switch(r){case"xml":case"tmx":case"tsx":if(ns.match(/msie/i)||!n.responseXML){if(!globalThis.DOMParser)throw new Error("XML file format loading not supported, use the JSON file format instead");s=(new DOMParser).parseFromString(n.responseText,"text/xml")}else s=n.responseXML;var a=Tu(s);switch(r){case"tmx":s=a.map;break;case"tsx":s=a.tilesets[0]}break;case"json":s=JSON.parse(n.responseText);break;default:throw new Error("TMX file format "+r+"not supported !")}o(s),"function"==typeof e&&e()}else"function"==typeof i&&i(t.name)},n.send()}function sc(t,e,i){var o=new XMLHttpRequest;o.overrideMimeType&&o.overrideMimeType("application/json"),o.open("GET",t.src+lc.nocache,!0),o.withCredentials=lc.withCredentials,o.ontimeout=i,o.onreadystatechange=function(){4===o.readyState&&(200===o.status||0===o.status&&o.responseText?(Qu[t.name]=JSON.parse(o.responseText),"function"==typeof e&&e()):"function"==typeof i&&i(t.name))},o.send()}function ac(t,e,i){var o=new XMLHttpRequest;o.open("GET",t.src+lc.nocache,!0),o.withCredentials=lc.withCredentials,o.responseType="arraybuffer",o.onerror=i,o.onload=function(){var i=o.response;if(i){for(var n=new Uint8Array(i),r=[],s=0;s<n.byteLength;s++)r[s]=String.fromCharCode(n[s]);Zu[t.name]=r.join(""),"function"==typeof e&&e()}},o.send()}function hc(t,e,i){var o=document.createElement("script");o.src=t.src,o.type="text/javascript","string"==typeof lc.crossOrigin&&(o.crossOrigin=lc.crossOrigin),o.defer=!0,"function"==typeof e&&(o.onload=function(){e()}),"function"==typeof i&&(o.onerror=function(){i(t.name)}),document.getElementsByTagName("body")[0].appendChild(o)}var lc={nocache:"",onload:void 0,onProgress:void 0,crossOrigin:void 0,withCredentials:!1,onResourceLoaded:function(t){var e=++tc/$u;this.onProgress&&this.onProgress(e,t),Yr(Mr,e,t)},onLoadingError:function(t){throw new Error("Failed loading resource "+t.src)},setNocache:function(t){this.nocache=t?"?"+~~(1e7*Math.random()):""},setBaseURL:function(t,e){"*"!==t?Ju[t]=e:(Ju.audio=e,Ju.binary=e,Ju.image=e,Ju.json=e,Ju.js=e,Ju.tmx=e,Ju.tsx=e)},preload:function(t,e,i){void 0===i&&(i=!0);for(var o=0;o<t.length;o++)$u+=this.load(t[o],this.onResourceLoaded.bind(this,t[o]),this.onLoadingError.bind(this,t[o]));void 0!==e&&(this.onload=e),!0===i&&xu.change(xu.LOADING),ic(e)},load:function(t,e,i){switch(void 0!==Ju[t.type]&&(t.src=Ju[t.type]+t.src),t.type){case"binary":return ac.call(this,t,e,i),1;case"image":return oc.call(this,t,e,i),1;case"json":return sc.call(this,t,e,i),1;case"js":return hc.call(this,t,e,i),1;case"tmx":case"tsx":return rc.call(this,t,e,i),1;case"audio":return rh(t,!!t.stream,e,i),1;case"fontface":return nc.call(this,t,e,i),1;default:throw new Error("load : unknown or invalid resource type : "+t.type)}},unload:function(t){switch(t.type){case"binary":return t.name in Zu&&(delete Zu[t.name],!0);case"image":return t.name in qu&&(delete qu[t.name],!0);case"json":return t.name in Qu&&(delete Qu[t.name],!0);case"js":case"fontface":return!0;case"tmx":case"tsx":return t.name in Ku&&(delete Ku[t.name],!0);case"audio":return ph(t.name);default:throw new Error("unload : unknown or invalid resource type : "+t.type)}},unloadAll:function(){var t;for(t in Zu)Zu.hasOwnProperty(t)&&this.unload({name:t,type:"binary"});for(t in qu)qu.hasOwnProperty(t)&&this.unload({name:t,type:"image"});for(t in Ku)Ku.hasOwnProperty(t)&&this.unload({name:t,type:"tmx"});for(t in Qu)Qu.hasOwnProperty(t)&&this.unload({name:t,type:"json"});dh()},getTMX:function(t){return(t=""+t)in Ku?Ku[t]:null},getBinary:function(t){return(t=""+t)in Zu?Zu[t]:null},getImage:function(t){return(t=Un(""+t))in qu?qu[t]:null},getJSON:function(t){return(t=""+t)in Qu?Qu[t]:null}},uc=function(t){function e(e,i,o){if(t.call(this,e,i,0,0),this.animationpause=!1,this.animationspeed=100,this.offset=qn.pull("Vector2d",0,0),this.source=null,this.anim={},this.resetAnim=void 0,this.current={name:"default",length:0,offset:qn.pull("Vector2d"),width:0,height:0,angle:0,idx:0},this.dt=0,this._flicker={isFlickering:!1,duration:0,callback:null,state:!1},o.image instanceof pc){if(this.source=o.image,this.image=this.source.getTexture(),this.textureAtlas=o.image,void 0!==o.region){var n=this.source.getRegion(o.region);if(!n)throw new Error("Texture - region for "+o.region+" not found");this.setRegion(n),this.current.width=o.framewidth||n.width,this.current.height=o.frameheight||n.height}}else{if(this.image="object"==typeof o.image?o.image:lc.getImage(o.image),!this.image)throw new Error("me.Sprite: '"+o.image+"' image/texture not found!");this.current.width=o.framewidth=o.framewidth||this.image.width,this.current.height=o.frameheight=o.frameheight||this.image.height,this.source=zc.cache.get(this.image,o),this.textureAtlas=this.source.getAtlas()}void 0!==o.atlas&&(this.textureAtlas=o.atlas,this.atlasIndices=o.atlasIndices),this.width=this.current.width,this.height=this.current.height,void 0!==o.flipX&&this.flipX(!!o.flipX),void 0!==o.flipY&&this.flipY(!!o.flipY),void 0!==o.rotation&&this.rotate(o.rotation),o.anchorPoint&&this.anchorPoint.set(o.anchorPoint.x,o.anchorPoint.y),void 0!==o.tint&&this.tint.setColor(o.tint),"string"==typeof o.name&&(this.name=o.name),void 0!==o.z&&(this.pos.z=o.z),0!==this.addAnimation("default",null)&&this.setCurrentAnimation("default"),this.autoTransform=!0}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.isFlickering=function(){return this._flicker.isFlickering},e.prototype.flicker=function(t,e){return this._flicker.duration=t,this._flicker.duration<=0?(this._flicker.isFlickering=!1,this._flicker.callback=null):this._flicker.isFlickering||(this._flicker.callback=e,this._flicker.isFlickering=!0),this},e.prototype.addAnimation=function(t,e,i){this.anim[t]={name:t,frames:[],idx:0,length:0};var o=0;if("object"!=typeof this.textureAtlas)return 0;null==e&&(e=[],Object.keys(this.textureAtlas).forEach((function(t,i){e[i]=i})));for(var n=0,r=e.length;n<r;n++){var s,a=e[n],h=(s="number"==typeof a||"string"==typeof a?{name:a,delay:i||this.animationspeed}:a).name;if("number"==typeof h)void 0!==this.textureAtlas[h]&&(this.anim[t].frames[n]=Object.assign({},this.textureAtlas[h],s),o++);else{if(this.source.getFormat().includes("Spritesheet"))throw new Error("string parameters for addAnimation are not allowed for standard spritesheet based Texture");this.anim[t].frames[n]=Object.assign({},this.textureAtlas[this.atlasIndices[h]],s),o++}}return this.anim[t].length=o,o},e.prototype.setCurrentAnimation=function(t,e,i){if(!this.anim[t])throw new Error("animation id '"+t+"' not defined");return this.current.name=t,this.current.length=this.anim[this.current.name].length,this.resetAnim="string"==typeof e?this.setCurrentAnimation.bind(this,e,null,!0):"function"==typeof e?e:void 0,this.setAnimationFrame(this.current.idx),i||(this.dt=0),this.isDirty=!0,this},e.prototype.reverseAnimation=function(t){return void 0!==t&&void 0!==this.anim[t]?this.anim[t].frames.reverse():this.anim[this.current.name].frames.reverse(),this.isDirty=!0,this},e.prototype.isCurrentAnimation=function(t){return this.current.name===t},e.prototype.setRegion=function(t){return this.image=this.source.getTexture(t),this.current.offset.setV(t.offset),this.current.angle=t.angle,this.width=this.current.width=t.width,this.height=this.current.height=t.height,t.anchorPoint&&this.anchorPoint.set(this._flip.x&&!0===t.trimmed?1-t.anchorPoint.x:t.anchorPoint.x,this._flip.y&&!0===t.trimmed?1-t.anchorPoint.y:t.anchorPoint.y),this.isDirty=!0,this},e.prototype.setAnimationFrame=function(t){return this.current.idx=(t||0)%this.current.length,this.setRegion(this.getAnimationFrameObjectByIndex(this.current.idx))},e.prototype.getCurrentAnimationFrame=function(){return this.current.idx},e.prototype.getAnimationFrameObjectByIndex=function(t){return this.anim[this.current.name].frames[t]},e.prototype.update=function(e){if(!this.animationpause&&this.current&&this.current.length>0){var i=this.getAnimationFrameObjectByIndex(this.current.idx).delay;for(this.dt+=e;this.dt>=i;){this.isDirty=!0,this.dt-=i;var o=this.current.length>1?this.current.idx+1:this.current.idx;if(this.setAnimationFrame(o),0===this.current.idx&&"function"==typeof this.resetAnim&&!1===this.resetAnim()){this.setAnimationFrame(this.current.length-1),this.dt%=i;break}i=this.getAnimationFrameObjectByIndex(this.current.idx).delay}}return this._flicker.isFlickering&&(this._flicker.duration-=e,this._flicker.duration<0&&("function"==typeof this._flicker.callback&&this._flicker.callback(),this.flicker(-1)),this.isDirty=!0),t.prototype.update.call(this,e)},e.prototype.destroy=function(){qn.push(this.offset),this.offset=void 0,t.prototype.destroy.call(this)},e.prototype.draw=function(t,e){if(!this._flicker.isFlickering||(this._flicker.state=!this._flicker.state,this._flicker.state)){var i=this.current,o=this.pos.x,n=this.pos.y,r=i.width,s=i.height,a=i.offset,h=this.offset;0!==i.angle&&(t.translate(-o,-n),t.rotate(i.angle),o-=s,r=i.height,s=i.width),t.drawImage(this.image,h.x+a.x,h.y+a.y,r,s,o,n,r,s)}},e}(El);function cc(t,e,i,o){return void 0===i&&(i="default"),void 0===o&&(o="no-repeat"),{meta:{app:"melonJS",size:{w:t,h:e},repeat:o,image:"default"},frames:[{filename:i,frame:{x:0,y:0,w:t,h:e}}]}}var pc=function(t,e,i){var o=this;if(this.format=null,this.sources=new Map,this.atlases=new Map,void 0!==t)for(var n in t=Array.isArray(t)?t:[t]){var r=t[n];if(void 0!==r.meta){if(r.meta.app.includes("texturepacker")||r.meta.app.includes("free-tex-packer")){if(this.format="texturepacker",void 0===e){var s=lc.getImage(r.meta.image);if(!s)throw new Error("Atlas texture '"+s+"' not found");this.sources.set(r.meta.image,s)}else this.sources.set(r.meta.image||"default","string"==typeof e?lc.getImage(e):e);this.repeat="no-repeat"}else if(r.meta.app.includes("ShoeBox")){if(!r.meta.exporter||!r.meta.exporter.includes("melonJS"))throw new Error("ShoeBox requires the JSON exporter : https://github.com/melonjs/melonJS/tree/master/media/shoebox_JSON_export.sbx");this.format="ShoeBox",this.repeat="no-repeat",this.sources.set("default","string"==typeof e?lc.getImage(e):e)}else r.meta.app.includes("melonJS")&&(this.format="melonJS",this.repeat=r.meta.repeat||"no-repeat",this.sources.set("default","string"==typeof e?lc.getImage(e):e));this.atlases.set(r.meta.image||"default",this.parse(r))}else void 0!==r.framewidth&&void 0!==r.frameheight&&(this.format="Spritesheet (fixed cell size)",this.repeat="no-repeat",void 0!==e&&(r.image="string"==typeof e?lc.getImage(e):e),this.atlases.set("default",this.parseFromSpriteSheet(r)),this.sources.set("default",r.image))}if(0===this.atlases.length)throw new Error("texture atlas format not supported");!1!==i&&this.sources.forEach((function(t){i instanceof Mc?i.set(t,o):zc.cache.set(t,o)}))};pc.prototype.parse=function(t){var e=this,i={};return t.frames.forEach((function(o){if(o.hasOwnProperty("filename")){var n,r,s=o.frame,a=o.spriteSourceSize&&o.sourceSize&&o.pivot;a&&(n=o.sourceSize.w*o.pivot.x-(o.trimmed?o.spriteSourceSize.x:0),r=o.sourceSize.h*o.pivot.y-(o.trimmed?o.spriteSourceSize.y:0)),i[o.filename]={name:o.filename,texture:t.meta.image||"default",offset:new Kn(s.x,s.y),anchorPoint:a?new Kn(n/s.w,r/s.h):null,trimmed:!!o.trimmed,width:s.w,height:s.h,angle:!0===o.rotated?-En:0},e.addUVs(i,o.filename,t.meta.size.w,t.meta.size.h)}})),i},pc.prototype.parseFromSpriteSheet=function(t){var e={},i=t.image,o=t.spacing||0,n=t.margin||0,r=i.width,s=i.height,a=qn.pull("Vector2d",~~((r-n+o)/(t.framewidth+o)),~~((s-n+o)/(t.frameheight+o)));if(r%(t.framewidth+o)!=0||s%(t.frameheight+o)!=0){var h=a.x*(t.framewidth+o),l=a.y*(t.frameheight+o);h-r!==o&&l-s!==o&&(r=h,s=l,console.warn("Spritesheet Texture for image: "+i.src+" is not divisible by "+(t.framewidth+o)+"x"+(t.frameheight+o)+", truncating effective size to "+r+"x"+s))}for(var u=0,c=a.x*a.y;u<c;u++){var p=""+u;e[p]={name:p,texture:"default",offset:new Kn(n+(o+t.framewidth)*(u%a.x),n+(o+t.frameheight)*~~(u/a.x)),anchorPoint:t.anchorPoint||null,trimmed:!1,width:t.framewidth,height:t.frameheight,angle:0},this.addUVs(e,p,r,s)}return qn.push(a),e},pc.prototype.getAtlas=function(t){return"string"==typeof t?this.atlases.get(t):this.atlases.values().next().value},pc.prototype.getFormat=function(){return this.format},pc.prototype.getTexture=function(t){return"object"==typeof t&&"string"==typeof t.texture?this.sources.get(t.texture):this.sources.values().next().value},pc.prototype.addRegion=function(t,e,i,o,n){!0===zc.settings.verbose&&console.warn("Adding texture region",t,"for texture",this);var r=this.getTexture(),s=this.getAtlas(),a=r.width,h=r.height;return s[t]={name:t,offset:new Kn(e,i),width:o,height:n,angle:0},this.addUVs(s,t,a,h),s[t]},pc.prototype.getRegion=function(t,e){var i;return"string"==typeof e?i=this.getAtlas(e)[t]:this.atlases.forEach((function(e){void 0!==e[t]&&(i=e[t])})),i},pc.prototype.getUVs=function(t){var e=this.getRegion(t);if(void 0===e){var i=t.split(","),o=+i[0],n=+i[1],r=+i[2],s=+i[3];e=this.addRegion(t,o,n,r,s)}return e.uvs},pc.prototype.addUVs=function(t,e,i,o){if(zc instanceof Pc){var n=t[e].offset,r=t[e].width,s=t[e].height;t[e].uvs=new Float32Array([n.x/i,n.y/o,(n.x+r)/i,(n.y+s)/o]),t[n.x+","+n.y+","+i+","+o]=t[e]}return t[e].uvs},pc.prototype.createSpriteFromName=function(t,e,i){return void 0===i&&(i=!1),qn.pull(!0===i?"me.NineSliceSprite":"me.Sprite",0,0,Object.assign({image:this,region:t},e||{}))},pc.prototype.createAnimationFromName=function(t,e){for(var i,o=[],n={},r=0,s=0,a=0;a<t.length;++a){if(null==(i=this.getRegion(t[a])))throw new Error("Texture - region for "+t[a]+" not found");o[a]=i,n[t[a]]=a,r=Math.max(i.width,r),s=Math.max(i.height,s)}return new uc(0,0,Object.assign({image:this,framewidth:r,frameheight:s,margin:0,spacing:0,atlas:o,atlasIndices:n},e||{}))};var dc={},fc={},yc={},gc=e&&e.__generator||function(t,e){var i,o,n,r,s={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return r={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(r[Symbol.iterator]=function(){return this}),r;function a(r){return function(a){return function(r){if(i)throw new TypeError("Generator is already executing.");for(;s;)try{if(i=1,o&&(n=2&r[0]?o.return:r[0]?o.throw||((n=o.return)&&n.call(o),0):o.next)&&!(n=n.call(o,r[1])).done)return n;switch(o=0,n&&(r=[2&r[0],n.value]),r[0]){case 0:case 1:n=r;break;case 4:return s.label++,{value:r[1],done:!1};case 5:s.label++,o=r[1],r=[0];continue;case 7:r=s.ops.pop(),s.trys.pop();continue;default:if(!(n=s.trys,(n=n.length>0&&n[n.length-1])||6!==r[0]&&2!==r[0])){s=0;continue}if(3===r[0]&&(!n||r[1]>n[0]&&r[1]<n[3])){s.label=r[1];break}if(6===r[0]&&s.label<n[1]){s.label=n[1],n=r;break}if(n&&s.label<n[2]){s.label=n[2],s.ops.push(r);break}n[2]&&s.ops.pop(),s.trys.pop();continue}r=e.call(t,s)}catch(t){r=[6,t],o=0}finally{i=n=0}if(5&r[0])throw r[1];return{value:r[0]?r[1]:void 0,done:!0}}([r,a])}}},vc=e&&e.__values||function(t){var e="function"==typeof Symbol&&Symbol.iterator,i=e&&t[e],o=0;if(i)return i.call(t);if(t&&"number"==typeof t.length)return{next:function(){return t&&o>=t.length&&(t=void 0),{value:t&&t[o++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")},mc=e&&e.__read||function(t,e){var i="function"==typeof Symbol&&t[Symbol.iterator];if(!i)return t;var o,n,r=i.call(t),s=[];try{for(;(void 0===e||e-- >0)&&!(o=r.next()).done;)s.push(o.value)}catch(t){n={error:t}}finally{try{o&&!o.done&&(i=r.return)&&i.call(r)}finally{if(n)throw n.error}}return s};Object.defineProperty(yc,"__esModule",{value:!0}),yc.Multimap=void 0;var xc=function(){function t(t,e){var i,o;if(this.size_=0,this.map=new Map,this.operator=t,e)try{for(var n=vc(e),r=n.next();!r.done;r=n.next()){var s=mc(r.value,2),a=s[0],h=s[1];this.put(a,h)}}catch(t){i={error:t}}finally{try{r&&!r.done&&(o=n.return)&&o.call(n)}finally{if(i)throw i.error}}return this}return Object.defineProperty(t.prototype,"size",{get:function(){return this.size_},enumerable:!1,configurable:!0}),t.prototype.get=function(t){var e=this.map.get(t);return e?this.operator.clone(e):this.operator.create()},t.prototype.put=function(t,e){var i=this.map.get(t);return i||(i=this.operator.create()),!!this.operator.add(e,i)&&(this.map.set(t,i),this.size_++,!0)},t.prototype.putAll=function(e,i){var o,n,r,s,a=0;if(i){var h=e,l=i;try{for(var u=vc(l),c=u.next();!c.done;c=u.next()){var p=c.value;this.put(h,p),a++}}catch(t){o={error:t}}finally{try{c&&!c.done&&(n=u.return)&&n.call(u)}finally{if(o)throw o.error}}}else{if(!(e instanceof t))throw new TypeError("unexpected arguments");try{for(var d=vc(e.entries()),f=d.next();!f.done;f=d.next()){var y=mc(f.value,2);h=y[0],p=y[1];this.put(h,p),a++}}catch(t){r={error:t}}finally{try{f&&!f.done&&(s=d.return)&&s.call(d)}finally{if(r)throw r.error}}}return a>0},t.prototype.has=function(t){return this.map.has(t)},t.prototype.hasEntry=function(t,e){return this.operator.has(e,this.get(t))},t.prototype.delete=function(t){return this.size_-=this.operator.size(this.get(t)),this.map.delete(t)},t.prototype.deleteEntry=function(t,e){var i=this.get(t);return!!this.operator.delete(e,i)&&(this.map.set(t,i),this.size_--,!0)},t.prototype.clear=function(){this.map.clear(),this.size_=0},t.prototype.keys=function(){return this.map.keys()},t.prototype.entries=function(){var t=this;return function(){var e,i,o,n,r,s,a,h,l,u,c,p,d,f;return gc(this,(function(y){switch(y.label){case 0:y.trys.push([0,11,12,13]),e=vc(t.map.entries()),i=e.next(),y.label=1;case 1:if(i.done)return[3,10];o=mc(i.value,2),n=o[0],r=o[1],y.label=2;case 2:y.trys.push([2,7,8,9]),d=void 0,s=vc(r),a=s.next(),y.label=3;case 3:return a.done?[3,6]:(h=a.value,[4,[n,h]]);case 4:y.sent(),y.label=5;case 5:return a=s.next(),[3,3];case 6:return[3,9];case 7:return l=y.sent(),d={error:l},[3,9];case 8:try{a&&!a.done&&(f=s.return)&&f.call(s)}finally{if(d)throw d.error}return[7];case 9:return i=e.next(),[3,1];case 10:return[3,13];case 11:return u=y.sent(),c={error:u},[3,13];case 12:try{i&&!i.done&&(p=e.return)&&p.call(e)}finally{if(c)throw c.error}return[7];case 13:return[2]}}))}()},t.prototype.values=function(){var t=this;return function(){var e,i,o,n,r,s;return gc(this,(function(a){switch(a.label){case 0:a.trys.push([0,5,6,7]),e=vc(t.entries()),i=e.next(),a.label=1;case 1:return i.done?[3,4]:(o=mc(i.value,2),[4,o[1]]);case 2:a.sent(),a.label=3;case 3:return i=e.next(),[3,1];case 4:return[3,7];case 5:return n=a.sent(),r={error:n},[3,7];case 6:try{i&&!i.done&&(s=e.return)&&s.call(e)}finally{if(r)throw r.error}return[7];case 7:return[2]}}))}()},t.prototype.forEach=function(t,e){var i,o;try{for(var n=vc(this.entries()),r=n.next();!r.done;r=n.next()){var s=mc(r.value,2),a=s[0],h=s[1];t.call(void 0===e?this:e,h,a,this)}}catch(t){i={error:t}}finally{try{r&&!r.done&&(o=n.return)&&o.call(n)}finally{if(i)throw i.error}}},t.prototype[Symbol.iterator]=function(){return this.entries()},t.prototype.asMap=function(){var t,e,i=new Map;try{for(var o=vc(this.keys()),n=o.next();!n.done;n=o.next()){var r=n.value;i.set(r,this.operator.clone(this.get(r)))}}catch(e){t={error:e}}finally{try{n&&!n.done&&(e=o.return)&&e.call(o)}finally{if(t)throw t.error}}return i},t}();yc.Multimap=xc;var _c,bc=e&&e.__extends||(_c=function(t,e){return _c=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i])},_c(t,e)},function(t,e){function i(){this.constructor=t}_c(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)});Object.defineProperty(fc,"__esModule",{value:!0}),fc.ArrayMultimap=void 0;var wc=function(t){function e(e){return t.call(this,new Tc,e)||this}return bc(e,t),Object.defineProperty(e.prototype,Symbol.toStringTag,{get:function(){return"ArrayMultimap"},enumerable:!1,configurable:!0}),e}(yc.Multimap);fc.ArrayMultimap=wc;var Tc=function(){function t(){}return t.prototype.create=function(){return[]},t.prototype.clone=function(t){return t.slice()},t.prototype.add=function(t,e){return e.push(t),!0},t.prototype.size=function(t){return t.length},t.prototype.delete=function(t,e){var i=e.indexOf(t);return i>-1&&(e.splice(i,1),!0)},t.prototype.has=function(t,e){return e.includes(t)},t}(),Ac={},Sc=e&&e.__extends||function(){var t=function(e,i){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i])},t(e,i)};return function(e,i){function o(){this.constructor=e}t(e,i),e.prototype=null===i?Object.create(i):(o.prototype=i.prototype,new o)}}();Object.defineProperty(Ac,"__esModule",{value:!0}),Ac.SetMultimap=void 0;var Ec=function(t){function e(e){return t.call(this,new Cc,e)||this}return Sc(e,t),Object.defineProperty(e.prototype,Symbol.toStringTag,{get:function(){return"SetMultimap"},enumerable:!1,configurable:!0}),e}(yc.Multimap);Ac.SetMultimap=Ec;var Cc=function(){function t(){}return t.prototype.create=function(){return new Set},t.prototype.clone=function(t){return new Set(t)},t.prototype.add=function(t,e){var i=e.size;return e.add(t),i!==e.size},t.prototype.size=function(t){return t.size},t.prototype.delete=function(t,e){return e.delete(t)},t.prototype.has=function(t,e){return e.has(t)},t}();!function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.SetMultimap=t.ArrayMultimap=void 0;var e=fc;Object.defineProperty(t,"ArrayMultimap",{enumerable:!0,get:function(){return e.ArrayMultimap}});var i=Ac;Object.defineProperty(t,"SetMultimap",{enumerable:!0,get:function(){return i.SetMultimap}})}(dc);var Mc=function(t){this.cache=new dc.ArrayMultimap,this.tinted=new Map,this.units=new Map,this.max_size=t||1/0,this.clear()};Mc.prototype.clear=function(){this.cache.clear(),this.tinted.clear(),this.units.clear(),this.length=0},Mc.prototype.validate=function(){if(this.length>=this.max_size)throw new Error("Texture cache overflow: "+this.max_size+" texture units available for this GPU.")},Mc.prototype.get=function(t,e){var i;return void 0===e?i=this.cache.get(t)[0]:this.cache.forEach((function(o,n){var r=o.getAtlas();n===t&&r[0].width===e.framewidth&&r[0].height===e.frameheight&&(i=o)})),void 0===i&&(e||(e=cc(t.width,t.height,t.src?Un(t.src):void 0)),i=new pc(e,t,!1),this.set(t,i)),i},Mc.prototype.delete=function(t){this.cache.has(t)||this.cache.delete(t)},Mc.prototype.tint=function(t,e){var i=this.tinted.get(t);return void 0===i&&(i=this.tinted.set(t,new Map)),i.has(e)||i.set(e,zc.tint(t,e,"multiply")),i.get(e)},Mc.prototype.set=function(t,e){var i=t.width,o=t.height;if(!(1!==zc.WebGLVersion||Mn(i)&&Mn(o))){var n=void 0!==t.src?t.src:t;console.warn("[Texture] "+n+" is not a POT texture ("+i+"x"+o+")")}return this.cache.put(t,e)},Mc.prototype.getUnit=function(t){return this.units.has(t)||(this.validate(),this.units.set(t,this.length++)),this.units.get(t)};var Pc=function(t){function e(e){var i=this;t.call(this,e),this.WebGLVersion=1,this.GPUVendor=null,this.GPURenderer=null,this.context=this.gl=this.getContextGL(this.getScreenCanvas(),e.transparent),this.maxTextures=this.gl.getParameter(this.gl.MAX_TEXTURE_IMAGE_UNITS),this._colorStack=[],this._matrixStack=[],this._scissorStack=[],this._blendStack=[],this.currentTransform=new ar,this.currentCompositor=null,this.compositors=new Map;var o=new(this.settings.compositor||ya)(this);this.compositors.set("default",o),this.setCompositor(o),this.gl.disable(this.gl.DEPTH_TEST),this.gl.disable(this.gl.SCISSOR_TEST),this.gl.enable(this.gl.BLEND),this.setBlendMode(this.settings.blendMode);var n=this.gl.getExtension("WEBGL_debug_renderer_info");null!==n&&(this.GPUVendor=this.gl.getParameter(n.UNMASKED_VENDOR_WEBGL),this.GPURenderer=this.gl.getParameter(n.UNMASKED_RENDERER_WEBGL)),this.cache=new Mc(this.maxTextures),this.getScreenCanvas().addEventListener("webglcontextlost",(function(t){t.preventDefault(),i.isContextValid=!1,Yr(Xr,i)}),!1),this.getScreenCanvas().addEventListener("webglcontextrestored",(function(){i.reset(),i.isContextValid=!0,Yr(Hr,i)}),!1)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reset=function(){var e=this;t.prototype.reset.call(this),this.compositors.forEach((function(t){!1===e.isContextValid?t.init(e):t.reset()})),this.gl.disable(this.gl.SCISSOR_TEST),void 0!==this.fontContext2D&&this.createFontTexture(this.cache)},e.prototype.setCompositor=function(t){if(void 0===t&&(t="default"),"string"==typeof t&&(t=this.compositors.get(t)),void 0===t)throw new Error("Invalid WebGL Compositor");this.currentCompositor!==t&&(null!==this.currentCompositor&&this.currentCompositor.flush(),this.currentCompositor=t)},e.prototype.resetTransform=function(){this.currentTransform.identity()},e.prototype.createFontTexture=function(t){if(void 0===this.fontTexture){var e=this.backBufferCanvas,i=e.width,o=e.height;1===this.WebGLVersion&&(Mn(i)||(i=Pn(e.width)),Mn(o)||(o=Pn(e.height)));var n=Fc(i,o,!0);this.fontContext2D=this.getContext2d(n),this.fontTexture=new pc(cc(e.width,e.height,"fontTexture"),n,t),this.currentCompositor.uploadTexture(this.fontTexture,0,0,0)}else t.set(this.fontContext2D.canvas,this.fontTexture)},e.prototype.createPattern=function(t,e){if(!(1!==zc.WebGLVersion||Mn(t.width)&&Mn(t.height))){var i=void 0!==t.src?t.src:t;throw new Error("[WebGL Renderer] "+i+" is not a POT texture ("+t.width+"x"+t.height+")")}var o=new pc(cc(t.width,t.height,"pattern",e),t);return this.currentCompositor.uploadTexture(o),o},e.prototype.flush=function(){this.currentCompositor.flush()},e.prototype.setProjection=function(e){t.prototype.setProjection.call(this,e),this.currentCompositor.setProjection(e)},e.prototype.clearColor=function(t,e){var i;if(void 0===t&&(t="#000000"),void 0===e&&(e=!1),t instanceof or)i=t.toArray();else{var o=qn.pull("me.Color");i=o.parseCSS(t).toArray(),qn.push(o)}this.currentCompositor.clearColor(i[0],i[1],i[2],!0===e?1:i[3]),this.currentCompositor.clear(),this.currentCompositor.clearColor(0,0,0,0)},e.prototype.clearRect=function(t,e,i,o){this.save(),this.clipRect(t,e,i,o),this.clearColor(),this.restore()},e.prototype.drawFont=function(t){var e=this.getFontContext();this.currentCompositor.uploadTexture(this.fontTexture,0,0,0,!0);var i=this.fontTexture.getUVs(t.left+","+t.top+","+t.width+","+t.height);this.currentCompositor.addQuad(this.fontTexture,t.left,t.top,t.width,t.height,i[0],i[1],i[2],i[3],this.currentTint.toUint32()),e.clearRect(t.left,t.top,t.width,t.height)},e.prototype.drawImage=function(t,e,i,o,n,r,s,a,h){void 0===o?(o=a=t.width,n=h=t.height,r=e,s=i,e=0,i=0):void 0===r&&(r=e,s=i,a=o,h=n,o=t.width,n=t.height,e=0,i=0),!1===this.settings.subPixel&&(r|=0,s|=0);var l=this.cache.get(t),u=l.getUVs(e+","+i+","+o+","+n);this.currentCompositor.addQuad(l,r,s,a,h,u[0],u[1],u[2],u[3],this.currentTint.toUint32())},e.prototype.drawPattern=function(t,e,i,o,n){var r=t.getUVs("0,0,"+o+","+n);this.currentCompositor.addQuad(t,e,i,o,n,r[0],r[1],r[2],r[3],this.currentTint.toUint32())},e.prototype.getScreenContext=function(){return this.gl},e.prototype.getContextGL=function(t,e){if(null==t)throw new Error("You must pass a canvas element in order to create a GL context");"boolean"!=typeof e&&(e=!0);var i,o={alpha:e,antialias:this.settings.antiAlias,depth:!1,stencil:!0,preserveDrawingBuffer:!1,premultipliedAlpha:e,powerPreference:this.settings.powerPreference,failIfMajorPerformanceCaveat:this.settings.failIfMajorPerformanceCaveat};if(!1===this.settings.preferWebGL1&&(i=t.getContext("webgl2",o))&&(this.WebGLVersion=2),i||(this.WebGLVersion=1,i=t.getContext("webgl",o)||t.getContext("experimental-webgl",o)),!i)throw new Error("A WebGL context could not be created.");return i},e.prototype.getContext=function(){return this.gl},e.prototype.setBlendMode=function(t,e){if(void 0===t&&(t="normal"),void 0===e&&(e=this.gl),this.currentBlendMode!==t)switch(this.flush(),e.enable(e.BLEND),this.currentBlendMode=t,t){case"screen":e.blendFunc(e.ONE,e.ONE_MINUS_SRC_COLOR);break;case"lighter":case"additive":e.blendFunc(e.ONE,e.ONE);break;case"multiply":e.blendFunc(e.DST_COLOR,e.ONE_MINUS_SRC_ALPHA);break;default:e.blendFunc(e.ONE,e.ONE_MINUS_SRC_ALPHA),this.currentBlendMode="normal"}},e.prototype.getFontContext=function(){return void 0===this.fontContext2D&&(console.warn("[WebGL Renderer] WARNING : Using Standard me.Text with WebGL will severly impact performances !"),this.createFontTexture(this.cache)),this.fontContext2D},e.prototype.restore=function(){if(0!==this._matrixStack.length){var t=this._colorStack.pop(),e=this._matrixStack.pop();this.currentColor.copy(t),this.currentTransform.copy(e),this.setBlendMode(this._blendStack.pop()),qn.push(t),qn.push(e)}0!==this._scissorStack.length?this.currentScissor.set(this._scissorStack.pop()):(this.gl.disable(this.gl.SCISSOR_TEST),this.currentScissor[0]=0,this.currentScissor[1]=0,this.currentScissor[2]=this.backBufferCanvas.width,this.currentScissor[3]=this.backBufferCanvas.height)},e.prototype.save=function(){this._colorStack.push(this.currentColor.clone()),this._matrixStack.push(this.currentTransform.clone()),this.gl.isEnabled(this.gl.SCISSOR_TEST)&&this._scissorStack.push(this.currentScissor.slice()),this._blendStack.push(this.getBlendMode())},e.prototype.rotate=function(t){this.currentTransform.rotate(t)},e.prototype.scale=function(t,e){this.currentTransform.scale(t,e)},e.prototype.setAntiAlias=function(e,i){t.prototype.setAntiAlias.call(this,e,i)},e.prototype.setGlobalAlpha=function(t){this.currentColor.alpha=t},e.prototype.getGlobalAlpha=function(){return this.currentColor.alpha},e.prototype.setColor=function(t){var e=this.currentColor.alpha;this.currentColor.copy(t),this.currentColor.alpha*=e},e.prototype.setLineWidth=function(t){this.getScreenContext().lineWidth(t)},e.prototype.strokeArc=function(t,e,i,o,n,r,s){void 0===r&&(r=!1),void 0===s&&(s=!1),this.getGlobalAlpha()<1/255||(this.path2D.beginPath(),this.path2D.arc(t,e,i,o,n,r),!1===s?this.currentCompositor.drawVertices(this.gl.LINE_STRIP,this.path2D.points):(this.path2D.closePath(),this.currentCompositor.drawVertices(this.gl.TRIANGLES,this.path2D.triangulatePath())))},e.prototype.fillArc=function(t,e,i,o,n,r){void 0===r&&(r=!1),this.strokeArc(t,e,i,o,n,r,!0)},e.prototype.strokeEllipse=function(t,e,i,o,n){void 0===n&&(n=!1),this.getGlobalAlpha()<1/255||(this.path2D.beginPath(),this.path2D.ellipse(t,e,i,o,0,0,360),this.path2D.closePath(),!1===n?this.currentCompositor.drawVertices(this.gl.LINE_LOOP,this.path2D.points):this.currentCompositor.drawVertices(this.gl.TRIANGLES,this.path2D.triangulatePath()))},e.prototype.fillEllipse=function(t,e,i,o){this.strokeEllipse(t,e,i,o,!1)},e.prototype.strokeLine=function(t,e,i,o){this.getGlobalAlpha()<1/255||(this.path2D.beginPath(),this.path2D.moveTo(t,e),this.path2D.lineTo(i,o),this.currentCompositor.drawVertices(this.gl.LINE_STRIP,this.path2D.points))},e.prototype.fillLine=function(t,e,i,o){this.strokeLine(t,e,i,o)},e.prototype.strokePolygon=function(t,e){if(void 0===e&&(e=!1),!(this.getGlobalAlpha()<1/255)){var i;this.translate(t.pos.x,t.pos.y),this.path2D.beginPath(),this.path2D.moveTo(t.points[0].x,t.points[0].y);for(var o=1;o<t.points.length;o++)i=t.points[o],this.path2D.lineTo(i.x,i.y);this.path2D.lineTo(t.points[0].x,t.points[0].y),this.path2D.closePath(),!1===e?this.currentCompositor.drawVertices(this.gl.LINE_LOOP,this.path2D.points):this.currentCompositor.drawVertices(this.gl.TRIANGLES,this.path2D.triangulatePath()),this.translate(-t.pos.x,-t.pos.y)}},e.prototype.fillPolygon=function(t){this.strokePolygon(t,!0)},e.prototype.strokeRect=function(t,e,i,o,n){void 0===n&&(n=!1),this.getGlobalAlpha()<1/255||(this.path2D.beginPath(),this.path2D.rect(t,e,i,o),!1===n?this.currentCompositor.drawVertices(this.gl.LINE_LOOP,this.path2D.points):this.currentCompositor.drawVertices(this.gl.TRIANGLES,this.path2D.triangulatePath()))},e.prototype.fillRect=function(t,e,i,o){this.strokeRect(t,e,i,o,!0)},e.prototype.strokeRoundRect=function(t,e,i,o,n,r){void 0===r&&(r=!1),this.getGlobalAlpha()<1/255||(this.path2D.beginPath(),this.path2D.roundRect(t,e,i,o,n),!1===r?this.currentCompositor.drawVertices(this.gl.LINE_LOOP,this.path2D.points):(this.path2D.closePath(),this.currentCompositor.drawVertices(this.gl.TRIANGLES,this.path2D.triangulatePath())))},e.prototype.fillRoundRect=function(t,e,i,o,n){this.strokeRoundRect(t,e,i,o,n,!0)},e.prototype.setTransform=function(t){this.resetTransform(),this.transform(t)},e.prototype.transform=function(t){var e=this.currentTransform;if(e.multiply(t),!1===this.settings.subPixel){var i=e.toArray();i[6]|=0,i[7]|=0}},e.prototype.translate=function(t,e){var i=this.currentTransform;if(i.translate(t,e),!1===this.settings.subPixel){var o=i.toArray();o[6]|=0,o[7]|=0}},e.prototype.clipRect=function(t,e,i,o){var n=this.backBufferCanvas,r=this.gl;if(0!==t||0!==e||i!==n.width||o!==n.height){var s=this.currentScissor;if(r.isEnabled(r.SCISSOR_TEST)&&s[0]===t&&s[1]===e&&s[2]===i&&s[3]===o)return;this.flush(),r.enable(this.gl.SCISSOR_TEST),r.scissor(t+this.currentTransform.tx,n.height-o-e-this.currentTransform.ty,i,o),s[0]=t,s[1]=e,s[2]=i,s[3]=o}else r.disable(r.SCISSOR_TEST)},e.prototype.setMask=function(t,e){void 0===e&&(e=!1);var i=this.gl;this.flush(),0===this.maskLevel&&(i.enable(i.STENCIL_TEST),i.clear(i.STENCIL_BUFFER_BIT)),this.maskLevel++,i.colorMask(!1,!1,!1,!1),i.stencilFunc(i.EQUAL,this.maskLevel,1),i.stencilOp(i.REPLACE,i.REPLACE,i.REPLACE),this.fill(t),this.flush(),i.colorMask(!0,!0,!0,!0),!0===e?i.stencilFunc(i.EQUAL,this.maskLevel+1,1):i.stencilFunc(i.NOTEQUAL,this.maskLevel+1,1),i.stencilOp(i.KEEP,i.KEEP,i.KEEP)},e.prototype.clearMask=function(){this.maskLevel>0&&(this.flush(),this.maskLevel=0,this.gl.disable(this.gl.STENCIL_TEST))},e}(Qa),Oc=1,kc=0,Ic=0,Bc={parent:void 0,renderer:2,doubleBuffering:!1,autoScale:!1,scale:1,scaleMethod:"fit",transparent:!1,blendMode:"normal",antiAlias:!1,failIfMajorPerformanceCaveat:!0,subPixel:!1,preferWebGL1:!1,powerPreference:"default",verbose:!1,consoleHeader:!0};function Rc(){var t=zc.settings,e=1,i=1;if(t.autoScale){var o=1/0,n=1/0;if(globalThis.getComputedStyle){var r=globalThis.getComputedStyle(zc.getScreenCanvas(),null);o=parseInt(r.maxWidth,10)||1/0,n=parseInt(r.maxHeight,10)||1/0}var s=oa(Vc()),a=Math.min(o,s.width),h=Math.min(n,s.height),l=a/h;if("fill-min"===t.scaleMethod&&l>Oc||"fill-max"===t.scaleMethod&&l<Oc||"flex-width"===t.scaleMethod){var u=Math.min(o,Ic*l);e=i=a/u,zc.resize(Math.floor(u),Ic)}else if("fill-min"===t.scaleMethod&&l<Oc||"fill-max"===t.scaleMethod&&l>Oc||"flex-height"===t.scaleMethod){var c=Math.min(n,kc*(h/a));e=i=h/c,zc.resize(kc,Math.floor(c))}else"flex"===t.scaleMethod?zc.resize(Math.floor(a),Math.floor(h)):"stretch"===t.scaleMethod?(e=a/kc,i=h/Ic):e=i=l<Oc?a/kc:h/Ic;jc(e,i)}}var Dc=null,Lc=new Kn(1,1),zc=null;function Fc(t,e,i){var o;if(void 0===i&&(i=!1),0===t||0===e)throw new Error("width or height was zero, Canvas could not be initialized !");return!0===Vs&&!0===i?void 0===(o=new globalThis.OffscreenCanvas(0,0)).style&&(o.style={}):o=document.createElement("canvas"),o.width=t,o.height=e,o}function Vc(){return Dc}function jc(t,e){var i=zc.getScreenCanvas(),o=zc.getScreenContext(),n=zc.settings,r=Ns,s=n.zoomX=i.width*t*r,a=n.zoomY=i.height*e*r;Lc.set(t*r,e*r),i.style.width=s/r+"px",i.style.height=a/r+"px",zc.setAntiAlias(o,n.antiAlias),zc.setBlendMode(n.blendMode,o),Ql.repaint()}var Uc=Object.freeze({__proto__:null,CANVAS:0,WEBGL:1,AUTO:2,get parent(){return Dc},scaleRatio:Lc,get renderer(){return zc},init:function(e,i,o){if(!t.initialized)throw new Error("me.video.init() called before engine initialization.");(Bc=Object.assign(Bc,o||{})).width=e,Bc.height=i,Bc.doubleBuffering=!!Bc.doubleBuffering,Bc.transparent=!!Bc.transparent,Bc.antiAlias=!!Bc.antiAlias,Bc.failIfMajorPerformanceCaveat=!!Bc.failIfMajorPerformanceCaveat,Bc.subPixel=!!Bc.subPixel,Bc.verbose=!!Bc.verbose,-1!==Bc.scaleMethod.search(/^(fill-(min|max)|fit|flex(-(width|height))?|stretch)$/)?Bc.autoScale="auto"===Bc.scale||!0:(Bc.scaleMethod="fit",Bc.autoScale="auto"===Bc.scale||!1),!1!==Bc.consoleHeader&&console.log("melonJS 2 (v"+Dp+") | http://melonjs.org");var n=Xc.getUriFragment();!0!==n.webgl&&!0!==n.webgl1&&!0!==n.webgl2||(Bc.renderer=1,!0===n.webgl1&&(Bc.preferWebGL1=!0)),Bc.scale=Bc.autoScale?1:+Bc.scale||1,Lc.set(Bc.scale,Bc.scale),(Bc.autoScale||1!==Bc.scale)&&(Bc.doubleBuffering=!0),Oc=e/i,kc=e,Ic=i,Bc.zoomX=e*Lc.x,Bc.zoomY=i*Lc.y,globalThis.addEventListener("resize",Xc.function.throttle((function(t){Yr(Fr,t)}),100),!1),globalThis.addEventListener("orientationchange",(function(t){Yr(Ur,t)}),!1),globalThis.addEventListener("onmozorientationchange",(function(t){Yr(Ur,t)}),!1),!0===Is&&(globalThis.screen.orientation.onchange=function(t){Yr(Ur,t)}),globalThis.addEventListener("scroll",Xc.function.throttle((function(t){Yr(Nr,t)}),100),!1),Wr(Fr,Rc,this),Wr(Ur,Rc,this);try{switch(Bc.renderer){case 2:case 1:zc=function(t){try{if(na(t))return new Pc(t)}catch(t){console.log("Error creating WebGL renderer :"+t.message)}return new Cu(t)}(Bc);break;default:zc=new Cu(Bc)}}catch(t){return console(t.message),!1}if((Dc=ea(void 0!==Bc.parent?Bc.parent:document.body)).appendChild(zc.getScreenCanvas()),As.isMobile&&Qs(!1),Rc(),"MutationObserver"in globalThis&&new MutationObserver(Rc.bind(this)).observe(Dc,{attributes:!1,childList:!0,subtree:!0}),!1!==Bc.consoleHeader){var r=zc instanceof Cu?"CANVAS":"WebGL"+zc.WebGLVersion,s=Ds?"Web Audio":"HTML5 Audio",a="string"==typeof zc.GPURenderer?" ("+zc.GPURenderer+")":"";console.log(r+" renderer"+a+" | "+s+" | pixel ratio "+Ns+" | "+(As.nodeJS?"node.js":As.isMobile?"mobile":"desktop")+" | "+$s()+" | "+Us),console.log("resolution: requested "+e+"x"+i+", got "+zc.getWidth()+"x"+zc.getHeight())}return Yr(mr),!0},createCanvas:Fc,getParent:Vc,scale:jc}),Nc="",Gc=0,Xc={agent:wn,array:Fn,file:Gn,string:mn,function:Yn,getPixels:function(t){if(t instanceof HTMLImageElement){var e=Cu.getContext2d(Fc(t.width,t.height));return e.drawImage(t,0,0),e.getImageData(0,0,t.width,t.height)}return t.getContext("2d").getImageData(0,0,t.width,t.height)},checkVersion:function(t,e){void 0===e&&(e=Dp);for(var i=t.split("."),o=e.split("."),n=Math.min(i.length,o.length),r=0,s=0;s<n&&!(r=+i[s]-+o[s]);s++);return r||i.length-o.length},getUriFragment:function(t){var e={};if(void 0===t){if(void 0===globalThis.document)return e;var i=globalThis.document.location;if(!i||!i.hash)return e;t=i.hash}else{var o=t.indexOf("#");if(-1===o)return e;t=t.slice(o,t.length)}return t.slice(1).split("&").filter((function(t){return""!==t})).forEach((function(t){var i=t.split("="),o=i.shift(),n=i.join("=");e[o]=n||!0})),e},resetGUID:function(t,e){void 0===e&&(e=0),Nc=gn(t.toString().toUpperCase()),Gc=e},createGUID:function(t){return void 0===t&&(t=1),Gc+=t,Nc+"-"+(t||Gc)}},Hc=function(){var t=this;this.tick=1,this.fps=0,this.maxfps=60,this.interpolation=!1,this.framecount=0,this.framedelta=0,this.last=0,this.now=0,this.delta=0,this.step=0,this.minstep=0,this.timers=[],this.timerId=0,Wr(pr,(function(){t.reset(),t.now=t.last=0,Wr(br,t.update.bind(t))})),Wr(fr,(function(){t.reset()})),Wr(gr,(function(){t.reset()})),Wr(vr,(function(){t.reset()}))};Hc.prototype.reset=function(){this.last=this.now=globalThis.performance.now(),this.delta=0,this.framedelta=0,this.framecount=0,this.step=Math.ceil(1e3/this.maxfps),this.minstep=1e3/this.maxfps*1.25},Hc.prototype.setTimeout=function(t,e,i){for(var o=[],n=arguments.length-3;n-- >0;)o[n]=arguments[n+3];return this.timers.push({fn:t,delay:e,elapsed:0,repeat:!1,timerId:++this.timerId,pauseable:!0===i||!0,args:o}),this.timerId},Hc.prototype.setInterval=function(t,e,i){for(var o=[],n=arguments.length-3;n-- >0;)o[n]=arguments[n+3];return this.timers.push({fn:t,delay:e,elapsed:0,repeat:!0,timerId:++this.timerId,pauseable:!0===i||!0,args:o}),this.timerId},Hc.prototype.clearTimeout=function(t){Xc.function.defer(this.clearTimer.bind(this),this,t)},Hc.prototype.clearInterval=function(t){Xc.function.defer(this.clearTimer.bind(this),this,t)},Hc.prototype.getTime=function(){return this.now},Hc.prototype.getDelta=function(){return this.delta},Hc.prototype.countFPS=function(){this.framecount++,this.framedelta+=this.delta,this.framecount%10==0&&(this.fps=kn(Math.round(1e3*this.framecount/this.framedelta),0,this.maxfps),this.framedelta=0,this.framecount=0)},Hc.prototype.update=function(t){this.last=this.now,this.now=t,this.delta=this.now-this.last,this.delta<0&&(this.delta=0),this.tick=this.delta>this.minstep&&this.interpolation?this.delta/this.step:1,this.updateTimers()},Hc.prototype.clearTimer=function(t){for(var e=0,i=this.timers.length;e<i;e++)if(this.timers[e].timerId===t){this.timers.splice(e,1);break}},Hc.prototype.updateTimers=function(){for(var t=0,e=this.timers.length;t<e;t++){var i=this.timers[t];i.pauseable&&xu.isPaused()||(i.elapsed+=this.delta),i.elapsed>=i.delay&&(i.fn.apply(null,i.args),!0===i.repeat?i.elapsed-=i.delay:this.clearTimeout(i.timerId))}};var Yc,Wc=new Hc,qc=0,Kc=["ms","moz","webkit","o"],Zc=globalThis.requestAnimationFrame,Qc=globalThis.cancelAnimationFrame;for(Yc=0;Yc<Kc.length&&!Zc;++Yc)Zc=globalThis[Kc[Yc]+"RequestAnimationFrame"];for(Yc=0;Yc<Kc.length&&!Qc;++Yc)Qc=globalThis[Kc[Yc]+"CancelAnimationFrame"]||globalThis[Kc[Yc]+"CancelRequestAnimationFrame"];Zc&&Qc||(Zc=function(t){var e=globalThis.performance.now(),i=Math.max(0,1e3/Wc.maxfps-(e-qc)),o=globalThis.setTimeout((function(){t(e+i)}),i);return qc=e+i,o},Qc=function(t){globalThis.clearTimeout(t)},globalThis.requestAnimationFrame=Zc,globalThis.cancelAnimationFrame=Qc),function(){function t(t,e,i,o,n){if([t,e,i,o].every((function(t){return Number.isFinite(t)}))){var r,s,a,h;if(4===(n=function(t){var e=typeof t;if("undefined"===e||null===t)return[0];if("function"===e)return[NaN];if("object"===e)return"function"==typeof t[Symbol.iterator]?[].concat(t).map((function(t){var e=typeof t;return"undefined"===e||null===t?0:"function"===e?NaN:"object"===e?c(t):p(t)})):[c(t)];return[p(t)]}(n)).length)r=d(n[0]),s=d(n[1]),a=d(n[2]),h=d(n[3]);else if(3===n.length)r=d(n[0]),s=d(n[1]),h=d(n[1]),a=d(n[2]);else if(2===n.length)r=d(n[0]),a=d(n[0]),s=d(n[1]),h=d(n[1]);else{if(1!==n.length)throw new Error(n.length+" is not a valid size for radii sequence.");r=d(n[0]),s=d(n[0]),a=d(n[0]),h=d(n[0])}var l=[r,s,a,h],u=l.find((function(t){var e=t.x,i=t.y;return e<0||i<0}));if(!l.some((function(t){var e=t.x,i=t.y;return!Number.isFinite(e)||!Number.isFinite(i)}))){if(u)throw new Error("Radius value "+u+" is negative.");!function(t){var e=t[0],n=t[1],r=t[2],s=t[3],a=[Math.abs(i)/(e.x+n.x),Math.abs(o)/(n.y+r.y),Math.abs(i)/(r.x+s.x),Math.abs(o)/(e.y+s.y)],h=Math.min.apply(Math,a);h<=1&&t.forEach((function(t){t.x*=h,t.y*=h}))}(l),i<0&&o<0?(this.moveTo(t-r.x,e),this.ellipse(t+i+s.x,e-s.y,s.x,s.y,0,1.5*-Math.PI,-Math.PI),this.ellipse(t+i+a.x,e+o+a.y,a.x,a.y,0,-Math.PI,-Math.PI/2),this.ellipse(t-h.x,e+o+h.y,h.x,h.y,0,-Math.PI/2,0),this.ellipse(t-r.x,e-r.y,r.x,r.y,0,0,-Math.PI/2)):i<0?(this.moveTo(t-r.x,e),this.ellipse(t+i+s.x,e+s.y,s.x,s.y,0,-Math.PI/2,-Math.PI,1),this.ellipse(t+i+a.x,e+o-a.y,a.x,a.y,0,-Math.PI,1.5*-Math.PI,1),this.ellipse(t-h.x,e+o-h.y,h.x,h.y,0,Math.PI/2,0,1),this.ellipse(t-r.x,e+r.y,r.x,r.y,0,0,-Math.PI/2,1)):o<0?(this.moveTo(t+r.x,e),this.ellipse(t+i-s.x,e-s.y,s.x,s.y,0,Math.PI/2,0,1),this.ellipse(t+i-a.x,e+o+a.y,a.x,a.y,0,0,-Math.PI/2,1),this.ellipse(t+h.x,e+o+h.y,h.x,h.y,0,-Math.PI/2,-Math.PI,1),this.ellipse(t+r.x,e-r.y,r.x,r.y,0,-Math.PI,1.5*-Math.PI,1)):(this.moveTo(t+r.x,e),this.ellipse(t+i-s.x,e+s.y,s.x,s.y,0,-Math.PI/2,0),this.ellipse(t+i-a.x,e+o-a.y,a.x,a.y,0,0,Math.PI/2),this.ellipse(t+h.x,e+o-h.y,h.x,h.y,0,Math.PI/2,Math.PI),this.ellipse(t+r.x,e+r.y,r.x,r.y,0,Math.PI,1.5*Math.PI)),this.closePath(),this.moveTo(t,e)}}function c(t){return{x:t.x,y:t.y,z:t.z,w:t.w}}function p(t){return+t}function d(t){var e=p(t);return Number.isFinite(e)?{x:e,y:e}:Object(t)===t?{x:p(t.x||0),y:p(t.y||0)}:{x:NaN,y:NaN}}}globalThis.CanvasRenderingContext2D&&void 0===globalThis.Path2D.prototype.roundRect&&(globalThis.Path2D.prototype.roundRect=t),globalThis.CanvasRenderingContext2D&&void 0===globalThis.CanvasRenderingContext2D.prototype.roundRect&&(globalThis.CanvasRenderingContext2D.prototype.roundRect=t),globalThis.OffscreenCanvasRenderingContext2D&&void 0===globalThis.OffscreenCanvasRenderingContext2D.prototype.roundRect&&(globalThis.OffscreenCanvasRenderingContext2D.prototype.roundRect=t)}();var Jc={},$c={Base:function(){this.version="13.0.0"},patch:function(t,e,i){if(void 0!==t.prototype&&(t=t.prototype),"function"!=typeof t[e])throw new Error(e+" is not an existing function");var o=t[e];Object.defineProperty(t,e,{configurable:!0,value:function(t,e){return function(){this._patched=o;var t=e.apply(this,arguments);return this._patched=null,t}}(0,i)})},register:function(t,e){if(Jc[e])throw new Error("plugin "+e+" already registered");var i=[];arguments.length>2&&(i=Array.prototype.slice.call(arguments,1)),i[0]=t;var o=new(t.bind.apply(t,i));if(void 0===o||!(o instanceof $c.Base))throw new Error("Plugin should extend the me.plugin.Base Class !");if(Xc.checkVersion(o.version)>0)throw new Error("Plugin version mismatch, expected: "+o.version+", got: "+Dp);Jc[e]=o}},tp={Linear:{None:function(t){return t}},Quadratic:{In:function(t){return t*t},Out:function(t){return t*(2-t)},InOut:function(t){return(t*=2)<1?.5*t*t:-.5*(--t*(t-2)-1)}},Cubic:{In:function(t){return t*t*t},Out:function(t){return--t*t*t+1},InOut:function(t){return(t*=2)<1?.5*t*t*t:.5*((t-=2)*t*t+2)}},Quartic:{In:function(t){return t*t*t*t},Out:function(t){return 1- --t*t*t*t},InOut:function(t){return(t*=2)<1?.5*t*t*t*t:-.5*((t-=2)*t*t*t-2)}},Quintic:{In:function(t){return t*t*t*t*t},Out:function(t){return--t*t*t*t*t+1},InOut:function(t){return(t*=2)<1?.5*t*t*t*t*t:.5*((t-=2)*t*t*t*t+2)}},Sinusoidal:{In:function(t){return 1-Math.cos(t*Math.PI/2)},Out:function(t){return Math.sin(t*Math.PI/2)},InOut:function(t){return.5*(1-Math.cos(Math.PI*t))}},Exponential:{In:function(t){return 0===t?0:Math.pow(1024,t-1)},Out:function(t){return 1===t?1:1-Math.pow(2,-10*t)},InOut:function(t){return 0===t?0:1===t?1:(t*=2)<1?.5*Math.pow(1024,t-1):.5*(2-Math.pow(2,-10*(t-1)))}},Circular:{In:function(t){return 1-Math.sqrt(1-t*t)},Out:function(t){return Math.sqrt(1- --t*t)},InOut:function(t){return(t*=2)<1?-.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1)}},Elastic:{In:function(t){return 0===t?0:1===t?1:-Math.pow(2,10*(t-1))*Math.sin(5*(t-1.1)*Math.PI)},Out:function(t){return 0===t?0:1===t?1:Math.pow(2,-10*t)*Math.sin(5*(t-.1)*Math.PI)+1},InOut:function(t){return 0===t?0:1===t?1:(t*=2)<1?-.5*Math.pow(2,10*(t-1))*Math.sin(5*(t-1.1)*Math.PI):.5*Math.pow(2,-10*(t-1))*Math.sin(5*(t-1.1)*Math.PI)+1}},Back:{In:function(t){var e=1.70158;return t*t*((e+1)*t-e)},Out:function(t){var e=1.70158;return--t*t*((e+1)*t+e)+1},InOut:function(t){var e=2.5949095;return(t*=2)<1?t*t*((e+1)*t-e)*.5:.5*((t-=2)*t*((e+1)*t+e)+2)}},Bounce:{In:function(t){return 1-tp.Bounce.Out(1-t)},Out:function(t){return t<1/2.75?7.5625*t*t:t<2/2.75?7.5625*(t-=1.5/2.75)*t+.75:t<2.5/2.75?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375},InOut:function(t){return t<.5?.5*tp.Bounce.In(2*t):.5*tp.Bounce.Out(2*t-1)+.5}}},ep={Linear:function(t,e){var i=t.length-1,o=i*e,n=Math.floor(o),r=ep.Utils.Linear;return e<0?r(t[0],t[1],o):e>1?r(t[i],t[i-1],i-o):r(t[n],t[n+1>i?i:n+1],o-n)},Bezier:function(t,e){var i,o=0,n=t.length-1,r=Math.pow,s=ep.Utils.Bernstein;for(i=0;i<=n;i++)o+=r(1-e,n-i)*r(e,i)*t[i]*s(n,i);return o},CatmullRom:function(t,e){var i=t.length-1,o=i*e,n=Math.floor(o),r=ep.Utils.CatmullRom;return t[0]===t[i]?(e<0&&(n=Math.floor(o=i*(1+e))),r(t[(n-1+i)%i],t[n],t[(n+1)%i],t[(n+2)%i],o-n)):e<0?t[0]-(r(t[0],t[0],t[1],t[1],-o)-t[0]):e>1?t[i]-(r(t[i],t[i],t[i-1],t[i-1],o-i)-t[i]):r(t[n?n-1:0],t[n],t[i<n+1?i:n+1],t[i<n+2?i:n+2],o-n)},Utils:{Linear:function(t,e,i){return(e-t)*i+t},Bernstein:function(t,e){var i=ep.Utils.Factorial;return i(t)/i(e)/i(t-e)},Factorial:function(){var t=[1];return function(e){var i,o=1;if(t[e])return t[e];for(i=e;i>1;i--)o*=i;return t[e]=o,o}}(),CatmullRom:function(t,e,i,o,n){var r=.5*(i-t),s=.5*(o-e),a=n*n;return(2*e-2*i+r+s)*(n*a)+(-3*e+3*i-2*r-s)*a+r*n+e}}},ip=function(t){this.setProperties(t)},op={Easing:{configurable:!0},Interpolation:{configurable:!0}};ip.prototype.onResetEvent=function(t){this.setProperties(t)},ip.prototype.setProperties=function(t){for(var e in this._object=t,this._valuesStart={},this._valuesEnd={},this._valuesStartRepeat={},this._duration=1e3,this._repeat=0,this._yoyo=!1,this._reversed=!1,this._delayTime=0,this._startTime=null,this._easingFunction=tp.Linear.None,this._interpolationFunction=ep.Linear,this._chainedTweens=[],this._onStartCallback=null,this._onStartCallbackFired=!1,this._onUpdateCallback=null,this._onCompleteCallback=null,this._tweenTimeTracker=Ql.lastUpdate,this.isPersistent=!1,this.updateWhenPaused=!1,this.isRenderable=!1,t)"object"!=typeof t&&(this._valuesStart[e]=parseFloat(t[e]))},ip.prototype._resumeCallback=function(t){this._startTime&&(this._startTime+=t)},ip.prototype.onActivateEvent=function(){Wr(fr,this._resumeCallback,this)},ip.prototype.onDeactivateEvent=function(){Kr(fr,this._resumeCallback)},ip.prototype.to=function(t,e){return this._valuesEnd=t,void 0!==e&&("number"==typeof e?this._duration=e:"object"==typeof e&&(e.duration&&(this._duration=e.duration),e.yoyo&&this.yoyo(e.yoyo),e.easing&&this.easing(e.easing),e.repeat&&this.repeat(e.repeat),e.delay&&this.delay(e.delay),e.interpolation&&this.interpolation(e.interpolation),e.autoStart&&this.start())),this},ip.prototype.start=function(t){for(var e in void 0===t&&(t=Wc.getTime()),this._onStartCallbackFired=!1,Ql.world.addChild(this),this._startTime=t+this._delayTime,this._valuesEnd){if(this._valuesEnd[e]instanceof Array){if(0===this._valuesEnd[e].length)continue;this._valuesEnd[e]=[this._object[e]].concat(this._valuesEnd[e])}this._valuesStart[e]=this._object[e],this._valuesStart[e]instanceof Array==!1&&(this._valuesStart[e]*=1),this._valuesStartRepeat[e]=this._valuesStart[e]||0}return this},ip.prototype.stop=function(){return Ql.world.removeChildNow(this),this},ip.prototype.delay=function(t){return this._delayTime=t,this},ip.prototype.repeat=function(t){return this._repeat=t,this},ip.prototype.yoyo=function(t){return this._yoyo=t,this},ip.prototype.easing=function(t){if("function"!=typeof t)throw new Error("invalid easing function for me.Tween.easing()");return this._easingFunction=t,this},ip.prototype.interpolation=function(t){return this._interpolationFunction=t,this},ip.prototype.chain=function(){return this._chainedTweens=arguments,this},ip.prototype.onStart=function(t){return this._onStartCallback=t,this},ip.prototype.onUpdate=function(t){return this._onUpdateCallback=t,this},ip.prototype.onComplete=function(t){return this._onCompleteCallback=t,this},ip.prototype.update=function(t){this._tweenTimeTracker=Ql.lastUpdate>this._tweenTimeTracker?Ql.lastUpdate:this._tweenTimeTracker+t;var e,i=this._tweenTimeTracker;if(i<this._startTime)return!0;!1===this._onStartCallbackFired&&(null!==this._onStartCallback&&this._onStartCallback.call(this._object),this._onStartCallbackFired=!0);var o=(i-this._startTime)/this._duration;o=o>1?1:o;var n=this._easingFunction(o);for(e in this._valuesEnd){var r=this._valuesStart[e]||0,s=this._valuesEnd[e];s instanceof Array?this._object[e]=this._interpolationFunction(s,n):("string"==typeof s&&(s=r+parseFloat(s)),"number"==typeof s&&(this._object[e]=r+(s-r)*n))}if(null!==this._onUpdateCallback&&this._onUpdateCallback.call(this._object,n),1===o){if(this._repeat>0){for(e in isFinite(this._repeat)&&this._repeat--,this._valuesStartRepeat){if("string"==typeof this._valuesEnd[e]&&(this._valuesStartRepeat[e]=this._valuesStartRepeat[e]+parseFloat(this._valuesEnd[e])),this._yoyo){var a=this._valuesStartRepeat[e];this._valuesStartRepeat[e]=this._valuesEnd[e],this._valuesEnd[e]=a}this._valuesStart[e]=this._valuesStartRepeat[e]}return this._yoyo&&(this._reversed=!this._reversed),this._startTime=i+this._delayTime,!0}Ql.world.removeChildNow(this),null!==this._onCompleteCallback&&this._onCompleteCallback.call(this._object);for(var h=0,l=this._chainedTweens.length;h<l;h++)this._chainedTweens[h].start(i);return!1}return!0},op.Easing.get=function(){return tp},op.Interpolation.get=function(){return ep},Object.defineProperties(ip,op);var np={offscreenCanvas:!1,willReadFrequently:!1,antiAlias:!1},rp=function(t,e,i){void 0===i&&(i=np),i=Object.assign(np,i||{}),this.canvas=Fc(t,e,i.offscreenCanvas),this.context=this.canvas.getContext("2d",{willReadFrequently:i.willReadFrequently}),this.setAntiAlias(i.antiAlias)},sp={width:{configurable:!0},height:{configurable:!0}};function ap(t,e,i){void 0===i&&(i=!1),t.font=e.font,t.fillStyle=e.fillStyle.toRGBA(),!0===i&&(t.strokeStyle=e.strokeStyle.toRGBA(),t.lineWidth=e.lineWidth),t.textAlign=e.textAlign,t.textBaseline=e.textBaseline}rp.prototype.onResetEvent=function(t,e){this.clear(),this.resize(t,e)},rp.prototype.clear=function(){this.context.setTransform(1,0,0,1,0,0),this.context.clearRect(0,0,this.canvas.width,this.canvas.height)},rp.prototype.setAntiAlias=function(t){void 0===t&&(t=!1);var e=this.canvas;bn("imageSmoothingEnabled",t,this.context),void 0!==e.style&&(!0!==t?(e.style["image-rendering"]="optimizeSpeed",e.style["image-rendering"]="-moz-crisp-edges",e.style["image-rendering"]="-o-crisp-edges",e.style["image-rendering"]="-webkit-optimize-contrast",e.style["image-rendering"]="optimize-contrast",e.style["image-rendering"]="crisp-edges",e.style["image-rendering"]="pixelated",e.style.msInterpolationMode="nearest-neighbor"):e.style["image-rendering"]="auto")},rp.prototype.resize=function(t,e){this.canvas.width=Math.round(t),this.canvas.height=Math.round(e)},rp.prototype.destroy=function(){this.context=void 0,this.canvas=void 0},sp.width.get=function(){return this.canvas.width},sp.width.set=function(t){this.canvas.width=Math.round(t)},sp.height.get=function(){return this.canvas.height},sp.height.set=function(t){this.canvas.height=Math.round(t)},Object.defineProperties(rp.prototype,sp);var hp=function(t){function e(e){t.call(this),this.ancestor=e,this.setMinMax(0,0,0,0)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.lineHeight=function(){return this.ancestor instanceof pp?this.ancestor.fontSize*this.ancestor.lineHeight:this.ancestor.fontData.capHeight*this.ancestor.lineHeight*this.ancestor.fontScale.y},e.prototype.lineWidth=function(t,e){if(this.ancestor instanceof pp)return e.measureText(t).width;for(var i=t.split(""),o=0,n=null,r=0;r<i.length;r++){var s=i[r].charCodeAt(0),a=this.ancestor.fontData.glyphs[s],h=n&&n.kerning?n.getKerning(s):0;o+=(a.xadvance+h)*this.ancestor.fontScale.x,n=a}return o},e.prototype.measureText=function(t,e){var i;i=Array.isArray(t)?t:(""+t).split("\n"),void 0!==e&&(e.save(),ap(e,this.ancestor)),this.width=this.height=0;for(var o=0;o<i.length;o++)this.width=Math.max(this.lineWidth(i[o].trimRight(),e),this.width),this.height+=this.lineHeight();return this.width=Math.ceil(this.width),this.height=Math.ceil(this.height),this.x=Math.floor("right"===this.ancestor.textAlign?this.ancestor.pos.x-this.width:"center"===this.ancestor.textAlign?this.ancestor.pos.x-this.width/2:this.ancestor.pos.x),this.y=Math.floor(0===this.ancestor.textBaseline.search(/^(top|hanging)$/)?this.ancestor.pos.y:"middle"===this.ancestor.textBaseline?this.ancestor.pos.y-this.lineHeight()/2:this.ancestor.pos.y-this.lineHeight()),void 0!==e&&e.restore(),this},e.prototype.wordWrap=function(t,e,i){var o,n="",r=[];Array.isArray(t)&&(t=t.join(" ")),o=t.replace(/[\r\n]+/g," ").split(" "),void 0!==i&&(i.save(),ap(i,this.ancestor));for(var s=0;s<o.length;s++){var a=o[s];this.lineWidth(n+a+" ",i)<e?n+=a+" ":(r.push(n+"\n"),n=a+" ")}return r.push(n),void 0!==i&&i.restore(),r},e}(qa),lp=["ex","em","pt","px"],up=[12,24,.75,1],cp=function(t,e){return!0===e.offScreenCanvas?e.canvasTexture.context:(void 0===t&&(t=zc),t.getFontContext())},pp=function(t){function e(e,i,o){t.call(this,e,i,o.width||0,o.height||0),this.onResetEvent(e,i,o)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.onResetEvent=function(t,e,i){void 0!==i.fillStyle?i.fillStyle instanceof or?this.fillStyle=i.fillStyle:this.fillStyle=qn.pull("Color").parseCSS(i.fillStyle):this.fillStyle=qn.pull("Color",0,0,0),void 0!==i.strokeStyle?i.strokeStyle instanceof or?this.strokeStyle=i.strokeStyle:this.strokeStyle=qn.pull("Color").parseCSS(i.strokeStyle):this.strokeStyle=qn.pull("Color",0,0,0),this.lineWidth=i.lineWidth||1,this.textAlign=i.textAlign||"left",this.textBaseline=i.textBaseline||"top",this.lineHeight=i.lineHeight||1,this.offScreenCanvas=!1,this.wordWrapWidth=i.wordWrapWidth||-1,this._text=[],this.fontSize=10,void 0!==i.anchorPoint?this.anchorPoint.setV(i.anchorPoint):this.anchorPoint.set(0,0),void 0!==i.floating&&(this.floating=!!i.floating),this.setFont(i.font,i.size),!0===i.bold&&this.bold(),!0===i.italic&&this.italic(),!0===i.offScreenCanvas&&(this.offScreenCanvas=!0,this.canvasTexture=qn.pull("CanvasTexture",2,2,{offscreenCanvas:!0})),this.metrics=new hp(this),this.setText(i.text)},e.prototype.bold=function(){return this.font="bold "+this.font,this.isDirty=!0,this},e.prototype.italic=function(){return this.font="italic "+this.font,this.isDirty=!0,this},e.prototype.setFont=function(t,e){void 0===e&&(e=10);var i=t.split(",").map((function(t){return t=t.trim(),/(^".*"$)|(^'.*'$)/.test(t)?t:'"'+t+'"'}));if("number"==typeof e)this.fontSize=e,e+="px";else{var o=e.match(/([-+]?[\d.]*)(.*)/);this.fontSize=parseFloat(o[1]),o[2]?this.fontSize*=up[lp.indexOf(o[2])]:e+="px"}return this.height=this.fontSize,this.font=e+" "+i.join(","),this.isDirty=!0,this},e.prototype.setText=function(t){void 0===t&&(t="");var e=this.getBounds();if(this._text.toString()!==t.toString()&&(Array.isArray(t)?this._text=t:this._text=(""+t).split("\n")),this._text.length>0&&this.wordWrapWidth>0&&(this._text=this.metrics.wordWrap(this._text,this.wordWrapWidth,cp(zc,this))),e.addBounds(this.metrics.measureText(this._text,cp(zc,this)),!0),!0===this.offScreenCanvas){var i=Math.ceil(this.metrics.width),o=Math.ceil(this.metrics.height);zc instanceof Pc&&(this.glTextureUnit=zc.cache.getUnit(zc.cache.get(this.canvasTexture.canvas)),zc.currentCompositor.unbindTexture2D(null,this.glTextureUnit),1===zc.WebGLVersion&&(i=Pn(this.metrics.width),o=Pn(this.metrics.height))),(this.canvasTexture.width<i||this.canvasTexture.height<o)&&this.canvasTexture.resize(i,o),this.canvasTexture.clear(),this._drawFont(this.canvasTexture.context,this._text,this.pos.x-this.metrics.x,this.pos.y-this.metrics.y,!1)}return this.isDirty=!0,this},e.prototype.measureText=function(t,e){return void 0===e&&(e=this._text),this.metrics.measureText(e,cp(t,this))},e.prototype.draw=function(t,e,i,o,n){void 0===i&&(i=this.pos.x),void 0===o&&(o=this.pos.y),void 0===n&&(n=!1),void 0===this.ancestor?(this.pos.x===i&&this.pos.y===o||(this.pos.x=i,this.pos.y=o,this.isDirty=!0),this.setText(e),i=this.metrics.x,o=this.metrics.y,t.save(),t.setGlobalAlpha(t.globalAlpha()*this.getOpacity())):(i=this.pos.x,o=this.pos.y),!1===t.settings.subPixel&&(i=~~i,o=~~o),!0===this.offScreenCanvas?t.drawImage(this.canvasTexture.canvas,i,o):t.drawFont(this._drawFont(t.getFontContext(),this._text,i,o,n)),void 0===this.ancestor&&t.restore()},e.prototype.drawStroke=function(t,e,i,o){this.draw(t,e,i,o,!0)},e.prototype._drawFont=function(t,e,i,o,n){void 0===n&&(n=!1),ap(t,this,n);for(var r=0;r<e.length;r++){var s=e[r].trimRight();t[n?"strokeText":"fillText"](s,i,o),o+=this.metrics.lineHeight()}return this.metrics},e.prototype.destroy=function(){!0===this.offScreenCanvas&&(zc instanceof Pc&&(zc.currentCompositor.deleteTexture2D(zc.currentCompositor.getTexture2D(this.glTextureUnit)),this.glTextureUnit=void 0),zc.cache.delete(this.canvasTexture.canvas),qn.push(this.canvasTexture),this.canvasTexture=void 0),qn.push(this.fillStyle),qn.push(this.strokeStyle),this.fillStyle=this.strokeStyle=void 0,this.metrics=void 0,this._text.length=0,t.prototype.destroy.call(this)},e}(El),dp=function(t){function e(e,i,o){t.call(this,e,i,o.width||0,o.height||0),this.textAlign=o.textAlign||"left",this.textBaseline=o.textBaseline||"top",this.lineHeight=o.lineHeight||1,this.wordWrapWidth=o.wordWrapWidth||-1,this._text=[],this.fontScale=qn.pull("Vector2d",1,1),this.fontImage="object"==typeof o.font?o.font:lc.getImage(o.font),"string"!=typeof o.fontData?this.fontData=qn.pull("BitmapTextData",lc.getBinary(o.font)):this.fontData=qn.pull("BitmapTextData",o.fontData.includes("info face")?o.fontData:lc.getBinary(o.fontData)),void 0!==o.floating&&(this.floating=!!o.floating),void 0!==o.fillStyle&&(o.fillStyle instanceof or?this.fillStyle.setColor(o.fillStyle):this.fillStyle.parseCSS(o.fillStyle)),void 0!==o.anchorPoint?this.anchorPoint.set(o.anchorPoint.x,o.anchorPoint.y):this.anchorPoint.set(0,0),this.metrics=new hp(this),"number"==typeof o.size&&1!==o.size&&this.resize(o.size),this.setText(o.text)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var i={fillStyle:{configurable:!0}};return e.prototype.set=function(t,e){return this.textAlign=t,e&&this.resize(e),this.isDirty=!0,this},e.prototype.setText=function(t){return void 0===t&&(t=""),this._text.toString()!==t.toString()&&(Array.isArray(t)?this._text=t:this._text=(""+t).split("\n"),this.isDirty=!0),this._text.length>0&&this.wordWrapWidth>0&&(this._text=this.metrics.wordWrap(this._text,this.wordWrapWidth)),this.getBounds().addBounds(this.metrics.measureText(this._text),!0),this},i.fillStyle.get=function(){return this.tint},i.fillStyle.set=function(t){this.tint=t},e.prototype.resize=function(t){return this.fontScale.set(t,t),this.getBounds().addBounds(this.metrics.measureText(this._text),!0),this.isDirty=!0,this},e.prototype.measureText=function(t){return void 0===t&&(t=this._text),this.metrics.measureText(t)},e.prototype.draw=function(t,e,i,o){var n=t.globalAlpha();void 0===this.ancestor?(this.setText(e),t.setGlobalAlpha(n*this.getOpacity())):(i=this.pos.x,o=this.pos.y);for(var r=i,s=this.metrics.lineHeight(),a=0,h=0;h<this._text.length;h++){i=r;var l=this._text[h].trimRight(),u=this.metrics.lineWidth(l);switch(this.textAlign){case"right":i-=u;break;case"center":i-=.5*u}switch(this.textBaseline){case"middle":o-=.5*s;break;case"ideographic":case"alphabetic":case"bottom":o-=s}!0===this.isDirty&&void 0===this.ancestor&&(0===h&&(this.pos.y=o),a<u&&(a=u,this.pos.x=i));for(var c=null,p=0,d=l.length;p<d;p++){var f=l.charCodeAt(p),y=this.fontData.glyphs[f],g=y.width,v=y.height,m=c&&c.kerning?c.getKerning(f):0;0!==g&&0!==v&&t.drawImage(this.fontImage,y.x,y.y,g,v,i+y.xoffset,o+y.yoffset*this.fontScale.y,g*this.fontScale.x,v*this.fontScale.y),i+=(y.xadvance+m)*this.fontScale.x,c=y}o+=s}void 0===this.ancestor&&t.setGlobalAlpha(n),this.isDirty=!1},e.prototype.destroy=function(){qn.push(this.fontScale),this.fontScale=void 0,qn.push(this.fontData),this.fontData=void 0,this._text.length=0,this.metrics=void 0,t.prototype.destroy.call(this)},Object.defineProperties(e.prototype,i),e}(El),fp=function(){this.id=0,this.x=0,this.y=0,this.width=0,this.height=0,this.u=0,this.v=0,this.u2=0,this.v2=0,this.xoffset=0,this.yoffset=0,this.xadvance=0,this.fixedWidth=!1};fp.prototype.getKerning=function(t){if(this.kerning){var e=this.kerning[t>>>9];if(e)return e[511&t]||0}return 0},fp.prototype.setKerning=function(t,e){this.kerning||(this.kerning={});var i=this.kerning[t>>>9];void 0===i&&(this.kerning[t>>>9]={},i=this.kerning[t>>>9]),i[511&t]=e};var yp=["M","N","B","D","C","E","F","K","A","G","H","I","J","L","O","P","Q","R","S","T","U","V","W","X","Y","Z"];function gp(t,e){var i=t.match(e);if(!i)throw new Error("Could not find pattern "+e+" in string: "+t);return i[0].split("=")[1]}function vp(t){var e=" ".charCodeAt(0),i=t[e];i||((i=new fp).id=e,i.xadvance=function(t){for(var e=Object.keys(t),i=0;i<e.length;i++)if(e[i]>32)return t[e[i]];return null}(t).xadvance,t[e]=i)}var mp=function(t){this.onResetEvent(t)};mp.prototype.onResetEvent=function(t){this.padTop=0,this.padRight=0,this.padBottom=0,this.padLeft=0,this.lineHeight=0,this.capHeight=1,this.descent=0,this.glyphs={},this.parse(t)},mp.prototype.parse=function(t){if(!t)throw new Error("File containing font data was empty, cannot load the bitmap font.");var e=t.split(/\r\n|\n/),i=t.match(/padding\=\d+,\d+,\d+,\d+/g);if(!i)throw new Error("Padding not found in first line");var o=i[0].split("=")[1].split(",");this.padTop=parseFloat(o[0]),this.padLeft=parseFloat(o[1]),this.padBottom=parseFloat(o[2]),this.padRight=parseFloat(o[3]),this.lineHeight=parseFloat(gp(e[1],/lineHeight\=\d+/g));var n,r=parseFloat(gp(e[1],/base\=\d+/g)),s=this.padTop+this.padBottom,a=null;for(n=4;n<e.length;n++){var h=e[n],l=h.split(/=|\s+/);if(h&&!/^kernings/.test(h))if(/^kerning\s/.test(h)){var u=parseFloat(l[2]),c=parseFloat(l[4]),p=parseFloat(l[6]);null!=(a=this.glyphs[u])&&a.setKerning(c,p)}else{a=new fp;var d=parseFloat(l[2]);a.id=d,a.x=parseFloat(l[4]),a.y=parseFloat(l[6]),a.width=parseFloat(l[8]),a.height=parseFloat(l[10]),a.xoffset=parseFloat(l[12]),a.yoffset=parseFloat(l[14]),a.xadvance=parseFloat(l[16]),a.width>0&&a.height>0&&(this.descent=Math.min(r+a.yoffset,this.descent)),this.glyphs[d]=a}}this.descent+=this.padBottom,vp(this.glyphs);var f=null;for(n=0;n<yp.length;n++){var y=yp[n];if(f=this.glyphs[y.charCodeAt(0)])break}if(f)this.capHeight=f.height;else for(var g in this.glyphs)if(this.glyphs.hasOwnProperty(g)){if(0===(a=this.glyphs[g]).height||0===a.width)continue;this.capHeight=Math.max(this.capHeight,a.height)}this.capHeight-=s};var xp=function(t){function e(e,i,o){t.call(this,0,0,1/0,1/0),this.color=qn.pull("Color").parseCSS(i),this.onResetEvent(e,i,o)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.onResetEvent=function(t,e,i){void 0===i&&(i=0),this.name=t,this.pos.z=i,this.floating=!0,this.color.parseCSS(e)},e.prototype.draw=function(t,e){t.save(),t.clipRect(0,0,e.width,e.height),t.clearColor(this.color),t.restore()},e.prototype.destroy=function(){qn.push(this.color),this.color=void 0,t.prototype.destroy.call(this)},e}(El),_p=function(t){function e(e,i,o){t.call(this,e,i,o),this.floating=!0,this.offset.set(e,i),this.ratio=qn.pull("Vector2d",1,1),void 0!==o.ratio&&(fn(o.ratio)?this.ratio.set(o.ratio,+o.ratio):this.ratio.setV(o.ratio)),void 0===o.anchorPoint?this.anchorPoint.set(0,0):"number"==typeof o.anchorPoint?this.anchorPoint.set(o.anchorPoint,o.anchorPoint):this.anchorPoint.setV(o.anchorPoint),this.repeat=o.repeat||"repeat",Wr(Hr,this.createPattern,this)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var i={repeat:{configurable:!0}};return i.repeat.get=function(){return this._repeat},i.repeat.set=function(t){switch(this._repeat=t,this._repeat){case"no-repeat":this.repeatX=!1,this.repeatY=!1;break;case"repeat-x":this.repeatX=!0,this.repeatY=!1;break;case"repeat-y":this.repeatX=!1,this.repeatY=!0;break;default:this.repeatX=!0,this.repeatY=!0}this.resize(Ql.viewport.width,Ql.viewport.height),this.createPattern()},e.prototype.onActivateEvent=function(){var t=this;Wr(Gr,this.updateLayer,this),Wr(jr,this.resize,this),qr(Er,(function(){t.updateLayer(Ql.viewport.pos)})),!0!==this.ancestor.root&&this.updateLayer(Ql.viewport.pos)},e.prototype.resize=function(e,i){return t.prototype.resize.call(this,this.repeatX?1/0:e,this.repeatY?1/0:i)},e.prototype.createPattern=function(){this._pattern=zc.createPattern(this.image,this._repeat)},e.prototype.updateLayer=function(t){var e=this.ratio.x,i=this.ratio.y;if(0!==e||0!==i){var o=this.width,n=this.height,r=Ql.viewport.bounds.width,s=Ql.viewport.bounds.height,a=this.anchorPoint.x,h=this.anchorPoint.y,l=a*(e-1)*(r-Ql.viewport.width)+this.offset.x-e*t.x,u=h*(i-1)*(s-Ql.viewport.height)+this.offset.y-i*t.y;this.repeatX?this.pos.x=l%o:this.pos.x=l,this.repeatY?this.pos.y=u%n:this.pos.y=u,this.isDirty=!0}},e.prototype.preDraw=function(t){t.save(),t.setGlobalAlpha(t.globalAlpha()*this.getOpacity()),t.setTint(this.tint)},e.prototype.draw=function(t,e){var i=this.width,o=this.height,n=e.bounds.width,r=e.bounds.height,s=this.anchorPoint.x,a=this.anchorPoint.y,h=this.pos.x,l=this.pos.y;0===this.ratio.x&&0===this.ratio.y&&(h+=s*(n-i),l+=a*(r-o)),t.translate(h,l),t.drawPattern(this._pattern,0,0,2*e.width,2*e.height)},e.prototype.onDeactivateEvent=function(){Kr(Gr,this.updateLayer),Kr(jr,this.resize)},e.prototype.destroy=function(){qn.push(this.ratio),this.ratio=void 0,Kr(Hr,this.createPattern),t.prototype.destroy.call(this)},Object.defineProperties(e.prototype,i),e}(uc),bp=function(t){function e(e,i,o){if(t.call(this,e,i,o),"number"!=typeof o.width||"number"!=typeof o.height)throw new Error("height and width properties are mandatory");this.width=Math.floor(o.width),this.height=Math.floor(o.height),this.nss_width=this.width,this.nss_height=this.height,this.insetx=o.insetx,this.insety=o.insety}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.draw=function(t){var e=this.current,i=this.pos.x,o=this.pos.y,n=e.width,r=e.height,s=e.offset,a=this.offset;0!==e.angle&&(t.translate(-i,-o),t.rotate(e.angle),i-=r,n=e.height,r=e.width);var h=a.x+s.x,l=a.y+s.y,u=this.insetx||n/4,c=this.insety||r/4;t.drawImage(this.image,h,l,u,c,i,o,u,c),t.drawImage(this.image,h+n-u,l,u,c,i+this.nss_width-u,o,u,c),t.drawImage(this.image,h,l+r-c,u,c,i,o+this.nss_height-c,u,c),t.drawImage(this.image,h+n-u,l+r-c,u,c,i+this.nss_width-u,o+this.nss_height-c,u,c);var p=n-(u<<1),d=r-(c<<1),f=this.nss_width-(u<<1),y=this.nss_height-(c<<1);t.drawImage(this.image,h+u,l,p,c,i+u,o,f,c),t.drawImage(this.image,h+u,l+r-c,p,c,i+u,o+this.nss_height-c,f,c),t.drawImage(this.image,h,l+c,u,d,i,o+c,u,y),t.drawImage(this.image,h+n-u,l+c,u,d,i+this.nss_width-u,o+c,u,y),t.drawImage(this.image,h+u,l+c,p,d,i+u,o+c,f,y)},e}(uc),wp=function(t){function e(e,i,o){t.call(this,e,i,o),this.isClickable=!0,this.holdThreshold=250,this.isHoldable=!1,this.hover=!1,this.holdTimeout=null,this.released=!0,this.floating=!0,this.isKinematic=!1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.clicked=function(t){if(0===t.button&&this.isClickable)return this.dirty=!0,this.released=!1,this.isHoldable&&(null!==this.holdTimeout&&Wc.clearTimeout(this.holdTimeout),this.holdTimeout=Wc.setTimeout(this.hold.bind(this),this.holdThreshold,!1),this.released=!1),this.onClick(t)},e.prototype.onClick=function(t){return!1},e.prototype.enter=function(t){return this.hover=!0,this.dirty=!0,this.onOver(t)},e.prototype.onOver=function(t){},e.prototype.leave=function(t){return this.hover=!1,this.dirty=!0,this.release(t),this.onOut(t)},e.prototype.onOut=function(t){},e.prototype.release=function(t){if(!1===this.released)return this.released=!0,this.dirty=!0,Wc.clearTimeout(this.holdTimeout),this.onRelease(t)},e.prototype.onRelease=function(){return!1},e.prototype.hold=function(){Wc.clearTimeout(this.holdTimeout),this.dirty=!0,this.released||this.onHold()},e.prototype.onHold=function(){},e.prototype.onActivateEvent=function(){cl("pointerdown",this,this.clicked.bind(this)),cl("pointerup",this,this.release.bind(this)),cl("pointercancel",this,this.release.bind(this)),cl("pointerenter",this,this.enter.bind(this)),cl("pointerleave",this,this.leave.bind(this))},e.prototype.onDeactivateEvent=function(){pl("pointerdown",this),pl("pointerup",this),pl("pointercancel",this),pl("pointerenter",this),pl("pointerleave",this),Wc.clearTimeout(this.holdTimeout)},e}(uc),Tp=function(t){function e(e,i,o){t.call(this,e,i,o),this.name=o.name,this.type=o.type,this.id=o.id;var n=o.shapes;void 0===n&&(n=qn.pull("Polygon",0,0,[qn.pull("Vector2d",0,0),qn.pull("Vector2d",this.width,0),qn.pull("Vector2d",this.width,this.height)])),this.body=new Ul(this,n),this.body.collisionType=jl.types.COLLECTABLE_OBJECT,this.body.setCollisionMask(jl.types.PLAYER_OBJECT),this.body.setStatic(!0),o.anchorPoint?this.anchorPoint.set(o.anchorPoint.x,o.anchorPoint.y):this.anchorPoint.set(0,0)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}(uc),Ap=function(t){function e(e,i,o){t.call(this,e,i,o.width||0,o.height||0),this.anchorPoint.set(0,0),this.fade=o.fade,this.duration=o.duration,this.fading=!1,this.name="Trigger",this.type=o.type,this.id=o.id,this.gotolevel=o.to,this.triggerSettings={event:"level"},["type","container","onLoaded","flatten","setViewportBounds","to"].forEach(function(t){void 0!==o[t]&&(this.triggerSettings[t]=o[t])}.bind(this));var n=o.shapes;void 0===n&&(n=qn.pull("Polygon",0,0,[qn.pull("Vector2d",0,0),qn.pull("Vector2d",this.width,0),qn.pull("Vector2d",this.width,this.height)])),this.body=new Ul(this,n),this.body.collisionType=jl.types.ACTION_OBJECT,this.body.setCollisionMask(jl.types.PLAYER_OBJECT),this.body.setStatic(!0),this.resize(this.body.getBounds().width,this.body.getBounds().height)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getTriggerSettings=function(){return"string"==typeof this.triggerSettings.container&&(this.triggerSettings.container=Ql.world.getChildByName(this.triggerSettings.container)[0]),this.triggerSettings},e.prototype.onFadeComplete=function(){Wu.load(this.gotolevel,this.getTriggerSettings()),Ql.viewport.fadeOut(this.fade,this.duration)},e.prototype.triggerEvent=function(){var t=this.getTriggerSettings();if("level"!==t.event)throw new Error("Trigger invalid type");this.gotolevel=t.to,this.fade&&this.duration?this.fading||(this.fading=!0,Ql.viewport.fadeIn(this.fade,this.duration,this.onFadeComplete.bind(this))):Wu.load(this.gotolevel,t)},e.prototype.onCollision=function(t,e){return"Trigger"===this.name&&this.triggerEvent.apply(this),!1},e}(El);var Sp=function(t){function e(e,i,o,n,r,s){void 0===n&&(n=o),void 0===r&&(r="#FFF"),void 0===s&&(s=.7),t.call(this,e,i,2*o,2*n),this.color=qn.pull("Color").parseCSS(r),this.radiusX=o,this.radiusY=n,this.intensity=s,this.blendMode="lighter",this.visibleArea=qn.pull("Ellipse",this.centerX,this.centerY,this.width,this.height),this.texture=qn.pull("CanvasTexture",this.width,this.height,{offscreenCanvas:!1}),this.anchorPoint.set(0,0),function(t){var e,i,o,n,r,s=t.texture.context,a=t.texture.width/2,h=t.texture.height/2,l=t.radiusX,u=t.radiusY;t.texture.clear(),l>=u?(e=1,o=1,i=u/l,n=l/u,r=s.createRadialGradient(a,h*n,0,a,u*n,l)):(i=1,n=1,e=l/u,o=u/l,r=s.createRadialGradient(a*o,h,0,a*o,h,u)),r.addColorStop(0,t.color.toRGBA(t.intensity)),r.addColorStop(1,t.color.toRGBA(0)),s.fillStyle=r,s.setTransform(e,0,0,i,0,0),s.fillRect(0,0,t.texture.width*o,t.texture.height*n)}(this)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getVisibleArea=function(){return this.visibleArea.setShape(this.getBounds().centerX,this.getBounds().centerY,this.width,this.height)},e.prototype.draw=function(t,e){t.drawImage(this.texture.canvas,this.getBounds().x,this.getBounds().y)},e.prototype.destroy=function(){qn.push(this.color),this.color=void 0,qn.push(this.texture),this.texture=void 0,qn.push(this.visibleArea),this.visibleArea=void 0,t.prototype.destroy.call(this)},e}(El),Ep=function(t){function e(e,i,o,n){t.call(this,e,i,o,n),this.isKinematic=!1,this.dragging=!1,this.dragId=null,this.grabOffset=new Kn(0,0),this.initEvents()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initEvents=function(){var t=this;cl("pointerdown",this,(function(e){Yr(Lr,e,t)})),cl("pointerup",this,(function(e){Yr(zr,e,t)})),cl("pointercancel",this,(function(e){Yr(zr,e,t)})),Wr(Rr,this.dragMove.bind(this)),Wr(Lr,(function(e,i){i===t&&t.dragStart(e)})),Wr(zr,(function(e,i){i===t&&t.dragEnd(e)}))},e.prototype.dragStart=function(t){if(!1===this.dragging)return this.dragging=!0,this.grabOffset.set(t.gameX,t.gameY),this.grabOffset.sub(this.pos),!1},e.prototype.dragMove=function(t){!0===this.dragging&&(this.pos.set(t.gameX,t.gameY,this.pos.z),this.pos.sub(this.grabOffset))},e.prototype.dragEnd=function(){if(!0===this.dragging)return this.dragging=!1,!1},e.prototype.destroy=function(){Kr(Rr,this.dragMove),Kr(Lr,this.dragStart),Kr(zr,this.dragEnd),pl("pointerdown",this),pl("pointerup",this),pl("pointercancel",this),t.prototype.destroy.call(this)},e}(El),Cp=function(t){function e(e,i,o,n){t.call(this,e,i,o,n),this.isKinematic=!1,this.CHECKMETHOD_OVERLAP="overlaps",this.CHECKMETHOD_CONTAINS="contains",this.checkMethod=this.CHECKMETHOD_OVERLAP,Wr(zr,this.checkOnMe,this)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setCheckMethod=function(t){"function"==typeof this.getBounds()[this.checkMethod]&&(this.checkMethod=t)},e.prototype.checkOnMe=function(t,e){e&&this.getBounds()[this.checkMethod](e.getBounds())&&this.drop(e)},e.prototype.drop=function(t){},e.prototype.destroy=function(){Kr(zr,this.checkOnMe),t.prototype.destroy.call(this)},e}(El),Mp={width:1,height:1,image:void 0,textureSize:8,tint:"#fff",totalParticles:50,angle:Math.PI/2,angleVariation:0,minLife:1e3,maxLife:3e3,speed:2,speedVariation:1,minRotation:0,maxRotation:0,minStartScale:1,maxStartScale:1,minEndScale:0,maxEndScale:0,gravity:0,wind:0,followTrajectory:!1,textureAdditive:!1,blendMode:"normal",onlyInViewport:!0,floating:!1,maxParticles:10,frequency:100,duration:1/0,framesToSkip:0};var Pp=function(t){function e(e,i,o){void 0===o&&(o={}),t.call(this,e,i,1|o.width,1|o.height),this.settings={},this.centerOn(e,i),this._stream=!1,this._frequencyTimer=0,this._durationTimer=0,this._enabled=!1,this.alwaysUpdate=!0,this.autoSort=!1,this._updateCount=0,this._dt=0,this.reset(o)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reset=function(t){void 0===t&&(t={}),Object.assign(this.settings,Mp,t),void 0===this.settings.image&&(this._defaultParticle=function(t,e){void 0===t&&(t=8),void 0===e&&(e=8);var i=qn.pull("CanvasTexture",t,e,{offscreenCanvas:!0});return i.context.fillStyle="#fff",i.context.fillRect(0,0,t,e),i}(t.textureSize,t.textureSize),this.settings.image=this._defaultParticle.canvas),this.floating=this.settings.floating,this.isDirty=!0},e.prototype.getRandomPointX=function(){return Bn(0,this.getBounds().width)},e.prototype.getRandomPointY=function(){return Bn(0,this.getBounds().height)},e.prototype.addParticles=function(t){for(var e=0;e<t;e++)this.addChild(qn.pull("Particle",this),this.pos.z);this.isDirty=!0},e.prototype.isRunning=function(){return this._enabled&&this._stream},e.prototype.streamParticles=function(t){this._enabled=!0,this._stream=!0,this.settings.frequency=Math.max(1,this.settings.frequency),this._durationTimer="number"==typeof t?t:this.settings.duration},e.prototype.stopStream=function(){this._enabled=!1},e.prototype.burstParticles=function(t){this._enabled=!0,this._stream=!1,this.addParticles("number"==typeof t?t:this.settings.totalParticles),this._enabled=!1},e.prototype.update=function(e){if(++this._updateCount>this.settings.framesToSkip&&(this._updateCount=0),this._updateCount>0)return this._dt+=e,this.isDirty;if(e+=this._dt,this._dt=0,this.isDirty|=t.prototype.update.call(this,e),this._enabled&&this._stream){if(this._durationTimer!==1/0&&(this._durationTimer-=e,this._durationTimer<=0))return this.stopStream(),this.isDirty;this._frequencyTimer+=e;var i=this.children.length;i<this.settings.totalParticles&&this._frequencyTimer>=this.settings.frequency&&(i+this.settings.maxParticles<=this.settings.totalParticles?this.addParticles(this.settings.maxParticles):this.addParticles(this.settings.totalParticles-i),this._frequencyTimer=0,this.isDirty=!0)}return this.isDirty},e.prototype.destroy=function(){t.prototype.destroy.call(this,arguments),void 0!==this._defaultParticle&&(qn.push(this._defaultParticle),this._defaultParticle=void 0),this.settings.image=void 0,this.settings=void 0},e}(Xl),Op=function(t){function e(e){t.call(this,e.getRandomPointX(),e.getRandomPointY(),e.settings.image.width,e.settings.image.height),this.onResetEvent(e,!0)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.onResetEvent=function(t,e){void 0===e&&(e=!1),!1===e?(this.pos.set(t.getRandomPointX(),t.getRandomPointY()),this.resize(t.settings.image.width,t.settings.image.height),this.currentTransform.identity()):this.vel=qn.pull("Vector2d"),this.image=t.settings.image,this.alwaysUpdate=!0,"string"==typeof t.settings.tint&&this.tint.parseCSS(t.settings.tint),!0===t.settings.textureAdditive&&(this.blendMode="additive"),"normal"!==t.settings.blendMode&&(this.blendMode=t.settings.blendMode);var i=t.settings.angle+(t.settings.angleVariation>0?(Bn(0,2)-1)*t.settings.angleVariation:0),o=t.settings.speed+(t.settings.speedVariation>0?(Bn(0,2)-1)*t.settings.speedVariation:0);this.vel.set(o*Math.cos(i),-o*Math.sin(i)),this.life=Bn(t.settings.minLife,t.settings.maxLife),this.startLife=this.life,this.startScale=kn(Bn(t.settings.minStartScale,t.settings.maxStartScale),t.settings.minStartScale,t.settings.maxStartScale),this.endScale=kn(Bn(t.settings.minEndScale,t.settings.maxEndScale),t.settings.minEndScale,t.settings.maxEndScale),this.gravity=t.settings.gravity,this.wind=t.settings.wind,this.followTrajectory=t.settings.followTrajectory,this.onlyInViewport=t.settings.onlyInViewport,this._deltaInv=Wc.maxfps/1e3,t.settings.followTrajectory||(this.angle=Bn(t.settings.minRotation,t.settings.maxRotation))},e.prototype.update=function(e){var i=e*this._deltaInv;if(this.life=this.life>e?this.life-e:0,this.life<=0)return this.ancestor.removeChild(this),!1;var o=this.life/this.startLife,n=this.startScale;this.startScale>this.endScale?n=(n*=o)<this.endScale?this.endScale:n:this.startScale<this.endScale&&(n=(n/=o)>this.endScale?this.endScale:n),this.alpha=o,this.vel.x+=this.wind*i,this.vel.y+=this.gravity*i;var r=this.followTrajectory?Math.atan2(this.vel.y,this.vel.x):this.angle;return this.pos.x+=this.vel.x*i,this.pos.y+=this.vel.y*i,this.currentTransform.setTransform(n,0,0,0,n,0,this.pos.x,this.pos.y,1).rotate(r),this.isDirty=this.inViewport||!this.onlyInViewport,t.prototype.update.call(this,e)},e.prototype.draw=function(t){var e=this.width,i=this.height;t.drawImage(this.image,0,0,e,i,-e/2,-i/2,e,i)},e}(El),kp=function(t){function e(e,i,o){if("number"!=typeof o.width||"number"!=typeof o.height)throw new Error("height and width properties are mandatory when passing settings parameters to an object entity");t.call(this,e,i,o.width,o.height),this.children=[],o.image&&(o.framewidth=o.framewidth||o.width,o.frameheight=o.frameheight||o.height,this.renderable=new uc(0,0,o)),o.anchorPoint?this.anchorPoint.set(o.anchorPoint.x,o.anchorPoint.y):this.anchorPoint.set(0,0),"string"==typeof o.name&&(this.name=o.name),this.type=o.type||"",this.id=o.id||"",this.alive=!0,void 0===o.shapes&&(o.shapes=qn.pull("Polygon",0,0,[qn.pull("Vector2d",0,0),qn.pull("Vector2d",this.width,0),qn.pull("Vector2d",this.width,this.height),qn.pull("Vector2d",0,this.height)])),this.body=new Ul(this,o.shapes,this.onBodyUpdate.bind(this)),0===this.width&&0===this.height&&this.resize(this.body.getBounds().width,this.body.getBounds().height),this.body.setCollisionMask(o.collisionMask),this.body.setCollisionType(o.collisionType),this.autoTransform=!1}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var i={renderable:{configurable:!0}};return i.renderable.get=function(){return this.children[0]},i.renderable.set=function(e){if(!(e instanceof t))throw new Error(e+"should extend me.Renderable");this.children[0]=e,this.children[0].ancestor=this},e.prototype.update=function(e){return this.renderable&&(this.isDirty|=this.renderable.update(e)),t.prototype.update.call(this,e)},e.prototype.onBodyUpdate=function(t){this.getBounds().addBounds(t.getBounds(),!0),this.updateBoundsPos(this.pos.x,this.pos.y)},e.prototype.preDraw=function(e){e.save(),e.translate(this.pos.x+this.body.getBounds().x,this.pos.y+this.body.getBounds().y),this.renderable instanceof t&&e.translate(this.anchorPoint.x*this.body.getBounds().width,this.anchorPoint.y*this.body.getBounds().height)},e.prototype.draw=function(e,i){var o=this.renderable;o instanceof t&&(o.preDraw(e),o.draw(e,i),o.postDraw(e))},e.prototype.destroy=function(){this.renderable&&(this.renderable.destroy.apply(this.renderable,arguments),this.children.splice(0,1)),t.prototype.destroy.call(this,arguments)},e.prototype.onDeactivateEvent=function(){this.renderable&&this.renderable.onDeactivateEvent&&this.renderable.onDeactivateEvent()},Object.defineProperties(e.prototype,i),e}(El);function Ip(t,e,i){var o="melonJS: %s is deprecated since version %s, please use %s",n=(new Error).stack;console.groupCollapsed?console.groupCollapsed("%c"+o,"font-weight:normal;color:yellow;",t,i,e):console.warn(o,t,i,e),void 0!==n&&console.warn(n),console.groupCollapsed&&console.groupEnd()}Object.defineProperty(Qa.prototype,"Texture",{get:function(){return Ip("me.video.renderer.Texture","me.TextureAtlas","10.4.0"),pc}});var Bp=function(t){function e(e,i,o){Ip("DraggableEntity","Draggable","10.5.0"),t.call(this,e,i,o.width,o.height)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}(Ep),Rp=function(t){function e(e,i,o){Ip("DroptargetEntity","DropTarget","10.5.0"),t.call(this,e,i,o.width,o.height)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}(Cp),Dp="13.0.0";t.initialized=!1;function Lp(){!0!==t.initialized&&(qn.register("me.Entity",kp),qn.register("me.Collectable",Tp),qn.register("me.Trigger",Ap),qn.register("me.Light2d",Sp),qn.register("me.Tween",ip,!0),qn.register("me.Color",or,!0),qn.register("me.Particle",Op,!0),qn.register("me.Sprite",uc),qn.register("me.NineSliceSprite",bp),qn.register("me.Renderable",El),qn.register("me.Text",pp,!0),qn.register("me.BitmapText",dp),qn.register("me.BitmapTextData",mp,!0),qn.register("me.ImageLayer",_p),qn.register("me.ColorLayer",xp,!0),qn.register("me.Vector2d",Kn,!0),qn.register("me.Vector3d",gh,!0),qn.register("me.ObservableVector2d",yh,!0),qn.register("me.ObservableVector3d",vh,!0),qn.register("me.Matrix2d",ar,!0),qn.register("me.Matrix3d",rr,!0),qn.register("me.Rect",Xa,!0),qn.register("me.RoundRect",Ha,!0),qn.register("me.Polygon",Ga,!0),qn.register("me.Line",Wa,!0),qn.register("me.Ellipse",Ya,!0),qn.register("me.Bounds",qa,!0),qn.register("Entity",kp),qn.register("Collectable",Tp),qn.register("Trigger",Ap),qn.register("Light2d",Sp),qn.register("Tween",ip,!0),qn.register("Color",or,!0),qn.register("Particle",Op,!0),qn.register("Sprite",uc),qn.register("NineSliceSprite",bp),qn.register("Renderable",El),qn.register("Text",pp,!0),qn.register("BitmapText",dp),qn.register("BitmapTextData",mp,!0),qn.register("ImageLayer",_p),qn.register("ColorLayer",xp,!0),qn.register("Vector2d",Kn,!0),qn.register("Vector3d",gh,!0),qn.register("ObservableVector2d",yh,!0),qn.register("ObservableVector3d",vh,!0),qn.register("Matrix2d",ar,!0),qn.register("Matrix3d",rr,!0),qn.register("Rect",Xa,!0),qn.register("RoundRect",Ha,!0),qn.register("Polygon",Ga,!0),qn.register("Line",Wa,!0),qn.register("Ellipse",Ya,!0),qn.register("Bounds",qa,!0),qn.register("CanvasTexture",rp,!0),Yr(pr),lc.setNocache(Xc.getUriFragment().nocache||!1),Ch(),t.initialized=!0)}Zs((function(){Lp()})),t.BitmapText=dp,t.BitmapTextData=mp,t.Body=Ul,t.Bounds=qa,t.Camera2d=iu,t.CanvasRenderer=Cu,t.Collectable=Tp,t.Color=or,t.ColorLayer=xp,t.Container=Xl,t.Draggable=Ep,t.DraggableEntity=Bp,t.DropTarget=Cp,t.DroptargetEntity=Rp,t.Ellipse=Ya,t.Entity=kp,t.GLShader=pa,t.GUI_Object=wp,t.ImageLayer=_p,t.Light2d=Sp,t.Line=Wa,t.Math=Ln,t.Matrix2d=ar,t.Matrix3d=rr,t.NineSliceSprite=bp,t.ObservableVector2d=yh,t.ObservableVector3d=vh,t.Particle=Op,t.ParticleEmitter=Pp,t.ParticleEmitterSettings=Mp,t.Pointer=Ih,t.Polygon=Ga,t.QuadTree=ql,t.Rect=Xa,t.Renderable=El,t.Renderer=Qa,t.RoundRect=Ha,t.Sprite=uc,t.Stage=nu,t.TMXHexagonalRenderer=Du,t.TMXIsometricRenderer=Iu,t.TMXLayer=Pu,t.TMXOrthogonalRenderer=ku,t.TMXRenderer=Ou,t.TMXStaggeredRenderer=Lu,t.TMXTileMap=Nu,t.TMXTileset=zu,t.TMXTilesetGroup=Fu,t.Text=pp,t.TextureAtlas=pc,t.Tile=Eu,t.Trigger=Ap,t.Tween=ip,t.Vector2d=Kn,t.Vector3d=gh,t.WebGLCompositor=ya,t.WebGLRenderer=Pc,t.World=Kl,t.audio=fh,t.boot=Lp,t.collision=jl,t.device=aa,t.event=Zr,t.game=Ql,t.input=Sl,t.level=Wu,t.loader=lc,t.plugin=$c,t.plugins=Jc,t.pool=qn,t.save=ts,t.skipAutoInit=!1,t.state=xu,t.timer=Wc,t.utils=Xc,t.version=Dp,t.video=Uc,t.warning=Ip,Object.defineProperty(t,"__esModule",{value:!0})}));