Jump to content

Has anyone recently gotten Phaser working with Ejecta?


TheSNGuy
 Share

Recommended Posts

I have a project I need to port to Apple TV which limits me to Ejecta. From the digging I've done it seems people have managed to get them hacked together in the past, I was wondering if anyone had gotten them to work recently and if so could give me some pointers.

Link to comment
Share on other sites

  • 2 months later...

It kind of works if you edit a few lines within phaser.js:

this.canvas = this.config['canvas']; to this.canvas = document.getElementById('canvas'); in the setUpRenderer function and remove the scrollTo function

But this introduces a whole lot of other problems. That is a pity because Ejecta is a lot faster than PhoneGap etc.

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...