phaser-tiled-hull

v1.0.1
A plugin for Phaser for reducing neighboring tiles into a single shape (a hull)
hull convex hull tiled tilemap phaser

build:library

webpack -p --config config/webpack.config.library.js

build:example

webpack -p --config config/webpack.config.example.js

build:all

concurrently "npm run build:library" "npm run build:example"

watch:library

webpack --watch --config config/webpack.config.library.js

watch:example

webpack --watch --config config/webpack.config.example.js

watch:all

concurrently "npm run watch:library" "npm run watch:example"

serve

browser-sync start --config "config/browser-sync.config.js"

dev

concurrently "npm run watch:all" "npm run serve"

clean:builds

rimraf dist public

clean:docs

rimraf out

clean:all

rimraf dist public out

doc

jsdoc -c config/jsdoc.config.json

postdoc

cp -r doc-images/ jsdocs/

deploy:doc

gh-pages --branch gh-pages --dist jsdocs --dest docs

predeploy:doc

npm run doc

Metadata

  • MIT
  • Whatever
  • Michael Hadley
  • released 6/11/2017

Downloads

Maintainers