Ezelia / EPSy

a Particles system for Phaser and Pixi
40 stars 15 forks source link

Ezelia is not defined #1

Closed luckylooke closed 10 years ago

luckylooke commented 10 years ago

Uncaught ReferenceError: Ezelia is not defined

row 149 in EPSY.Phaser.js "var emitter = new Ezelia.ParticleSystem.Emitter(config);"

alaa-eddine commented 10 years ago

oh this seems to be a copy past error :)

replace this

var emitter = new Ezelia.ParticleSystem.Emitter(config);

with this

var emitter = new EPSY.Emitter(config);

should fix the problem .

I'll push a fixed version today.

alaa-eddine commented 10 years ago

let me know if it resolve the issue :)

luckylooke commented 10 years ago

var emitter = new Phaser.Plugin.EPSY.Emitter(config);

:)

lizadaly commented 9 years ago

Looks like this was fixed in the plugins/ directory but not the version in the build/ directory. :)

Ezelia commented 9 years ago

hi @lizadaly , Thank you for reporting this. I forgot to rebuild before re-uploading ... it's fixed now :)

lizadaly commented 9 years ago

Thanks! Great library.