You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2023. It is now read-only.
In Pixi v3 it was impossible to extends EventEmitter because the resource was loaded at runtime
Unless I'm wrong, EventEmitter code is now include in the pixi.js v4 file.
I have tried to extends EventEmitter in v4 but have this error: Uncaught ReferenceError: EventEmitter is not defined
The haxe extern has no reference to a JS Object so I added :
in the externs but it doesnt work either. Have you an idea about the issue ?
Last question about TextStyle:
Any other idea ?
Thank you for your help.
The text was updated successfully, but these errors were encountered: