mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 04:33:31 +00:00
Update help.js
This commit is contained in:
parent
819c57b9be
commit
98363b87fc
1 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
var v = require('vivid-cli');
|
||||
|
||||
|
||||
v.log('{bgYellow}{black} __________.__ ________ ');
|
||||
v.log('{bgYellow}{black} \\______ \\ |__ _____ ______ ___________ \\_____ \\ ');
|
||||
v.log('{bgYellow}{black} | ___/ | \\\\__ \\ / ___// __ \\_ __ \\ _(__ < ');
|
||||
|
@ -17,6 +17,14 @@ v.log('{white} npm run {green}sloc {cyan} Get source code & comments line
|
|||
v.log('{white} npm run {green}bundleshaders {cyan} Convert vert/frag shaders to js');
|
||||
v.log('{white} npm run {green}plugin.cam3d {cyan} Build Camera3D Plugin');
|
||||
v.log('');
|
||||
v.log(' {white}{bold}Spine Plugin{/bold}');
|
||||
v.log('');
|
||||
v.log('{white} npm run {green}plugin.spine.watch {cyan} Spine Plugin Watch Mode');
|
||||
v.log('{white} npm run {green}plugin.spine.dev {cyan} Build Debug Spine Plugin');
|
||||
v.log('{white} npm run {green}plugin.spine.runtimes {cyan} Build Spine Runtimes');
|
||||
v.log('{white} npm run {green}plugin.spine.dist {cyan} Build Spine Plugin');
|
||||
v.log('{white} npm run {green}plugin.spine.full.dist {cyan} Build Full Plugin');
|
||||
v.log('');
|
||||
v.log(' {white}{bold}Facebook Instant Games{/bold}');
|
||||
v.log('');
|
||||
v.log('{white} npm run {green}buildfb {cyan} Build dev Phaser FB with Webpack');
|
||||
|
|
Loading…
Reference in a new issue