Gabriel Max
Gabriel Max
Howdy everyone, It seems that it's not possible to show/hide the modal window, it gets destroyed everytime you call ('close')? Or it is possible?
There is a bug in method handleInboundMessage in ClientEngine. ``` /media/maxli/Data/dev/OpenArcanum/node_modules/lance-gg/es5/serialize/Serializer.js:98 Uncaught TypeError: First argument to DataView constructor must be an ArrayBuffer at new DataView () at Serializer.deserialize (/media/maxli/Data/dev/OpenArcanum/node_modules/lance-gg/es5/serialize/Serializer.js:98) at...
Hello there, both... **require('pixi-layers)** ...and... **import {Stage, Layer} from 'pixi-layers', or import * as Layers from 'pixi-layers'** ...fails. ```Uncaught ReferenceError: PIXI is not defined``` I did import PIXI before the...
Hello folks, I did a quick rewrite of this library to ES6. https://github.com/dev-zetta/tiny-ecs-es6 Feel free to contribute :)