Proton icon indicating copy to clipboard operation
Proton copied to clipboard

Error with pixi 7 ?

Open stephanedemotte opened this issue 2 years ago • 4 comments

Hello

Got a error with pixi 7

ct.Sprite is not a constructor

Anyone can help ?

stephanedemotte avatar Nov 13 '22 17:11 stephanedemotte

Oh, could you show me more error messages? Thanks

drawcall avatar Nov 29 '22 08:11 drawcall

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

This example is for v7

drawcall avatar Feb 06 '23 00:02 drawcall

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

hayesmaker avatar Jun 23 '23 21:06 hayesmaker

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

drawcall avatar Jun 24 '23 03:06 drawcall