azerion / phaser-spine

A plugin for Phaser 2 that adds Spine support
MIT License
121 stars 57 forks source link

Dont start example :( #32

Closed eurusik closed 7 years ago

eurusik commented 7 years ago

In console.log write this:

Uncaught ReferenceError: Fabrique is not defined
    at Object.preload (spineboy.html:28)
    at Phaser.StateManager.preUpdate (phaser.js:29844)
    at Phaser.Game.updateLogic (phaser.js:36333)
    at Phaser.Game.update (phaser.js:36226)
    at Phaser.RequestAnimationFrame.updateRAF (phaser.js:61979)
    at _onLoop (phaser.js:61962)
iangregsondev commented 7 years ago

Yep, this is true, I tried switching the branch to DEV also and no luck.

Also it seems the spine.js is not included in the index.html ?

eurusik commented 7 years ago

Do you mean included the phaser-spine.js in index?

AleBles commented 7 years ago

Yep, my bad. Haven't updated the example after switching namespaces. I'll fix it right away