Advertisement
Guest User

Phaser HTML Simple

a guest
Mar 20th, 2018
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <html>
  2. <head>
  3. <script src="//cdn.jsdelivr.net/npm/phaser@3.2.1/dist/phaser.js"></script>
  4. </head>
  5. <body>
  6. <script src="game.js"></script>
  7. </body>
  8. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement