pixijs / layers

Separate the z-hierarchy of your scene tree from its canonical structure.
https://pixijs.io/layers/docs/
MIT License
222 stars 57 forks source link

Typescript #5

Closed staff0rd closed 8 years ago

staff0rd commented 8 years ago

I added to pixi.js.d.ts the bare minimum to integrate pixi-display, you can see it here.

There doesn't seem to be a nice way to share this kind of change until Typescript 2.0 which implements module augmentation.

staff0rd commented 8 years ago

Future typescript practices are being discussed here.