Install circle ci cli
curl -fLSs https://circle.ci/cli | bash
Validate config at .circleci/config.yml
circleci config validate
npm run checkjs
Will check the code with the typescript compiler.
To ignore a line, add @ts-ignore
on the line above
Content in the static
folder will be copied over to dist
without being bundled.
You need texture-packer
and imagemagick
-
Add a
new-image.png
ornew-image.piskel
file togame/src/asset
-
Run
npm run munch
-
Texture is available using
.png
:l1.getTexture('new-image')
or.piskel
:l1.getTexture('new-image-0')