phaser-tiled-hull

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

build:library

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

build:example

webpack --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 docs

clean:all

concurrently "npm run clean:builds" "npm run clean:docs"

doc

esdoc -c config/esdoc.json

postdoc

cp -r doc-source/ docs/

deploy:doc

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

predeploy:doc

npm run doc
npm i phaser-tiled-hull

Metadata

  • MIT
  • Whatever
  • Michael Hadley
  • released 8/12/2017

Downloads

Maintainers