generator-phaser-plus
generator-phaser-plus copied to clipboard
[🛑 DISCONTINUED] It has been a long journey but development of `generator-phaser-plus` is now over. I recommend you have a look and fork `yandeu/phaser-project-template` instead.
Node 9.2.1 npm .yo-rc.json { "generator-phaser-plus": { "meta": { "createdWith": "3.0.0-beta.7", "creationDate": "2019-06-03T18:33:31.708Z" }, "objects": { "dest": "app/scripts/objects/" }, "plugins": { "dest": "app/scripts/plugins/" }, "scenes": { "dest": "app/scripts/scenes/", "index": {...
Hi, i had encoutered this prob when i tried to build my game, Solution is simpe, here is it : npm i --save-exact --save [email protected] Bye
How to guide explains the requirements https://gamedevacademy.org/phaser-progressive-web-apps-tutorial/
since phaser 3 doesn't t have proper scale manager yet(or never). If you add support for the different screen sizes that would be wonderful. also, orientation(check) support, Thank you.
``` > node lib/post_install.js npm notice created a lockfile as package-lock.json. You should commit this file. npm WARN [email protected] requires a peer of ajv@^6.0.0 but none is installed. You must...