rcolinray / generator-phaser-typescript

A Yeoman generator for HTML5 games that use TypeScript and Phaser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generation states and prefabs don't work

alexeyuzlov opened this issue · comments

Hi! When I attempted to use
yo phaser-typescript:prefab "ground"
I got this issue
1
I got new app instead of new prefab!
It's true for states too.

Looks like I forgot to add the subgenerator folders to package.json. This is fixed in 1868bfa. The fix has been published to NPM in v0.2.1.

Thanks!