drawcall / Proton

Javascript particle animation library
https://drawcall.github.io/Proton/
MIT License
2.41k stars 275 forks source link

Error with pixi 7 ? #95

Open stephanedemotte opened 1 year ago

stephanedemotte commented 1 year ago

Hello

Got a error with pixi 7

ct.Sprite is not a constructor

Anyone can help ?

drawcall commented 1 year ago

Oh, could you show me more error messages? Thanks

drawcall commented 1 year ago

https://github.com/drawcall/Proton/blob/master/example/game/pixijs/index.html

This example is for v7

hayesmaker commented 1 year ago

the pixi 7 example doesn't work if you are importing Pixi methods, as Pixi is no longer a global object.

drawcall commented 1 year ago

the pixi 7 example doesn't work if you are importing Pixi methods, as Pixi is no longer a global object.

https://cdnjs.cloudflare.com/ajax/libs/pixi.js/7.2.4/pixi.js

oh why? cdn mode or es6 mode