Jump to content

Using Phaser on Webstorm


Hypnoatic
 Share

Recommended Posts

You need to import it in an HTML document. So right click your directory, create an HTML document then:

<!-- Before you type in 'phaser/build/phaser.js' you need to lead it to that folder wherever it may be--><script src = "phaser/build/phaser.js" type = "script/javascript"></script><!-- Then after that line of code import your javascript file --><script src = "fileName.js" type = "script/javascript"></script>

Hope this helps!

 

Also Webstorm will spoil you!

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

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