Documentation of Phaser Editor 2D v3

PhaserEditor2D 08b187bfd5 Merge branch 'develop' 2 years ago
.vscode 694441f42f Adds the hit area chapter. 2 years ago
_static 9d0dc7ea9c Updates icons. 2 years ago
animations-editor 4efa8f2997 Adds the animations compiler section. 3 years ago
asset-pack-editor 2ccd692375 Some warning fixes. 3 years ago
atlas-editor f09238994b Atlas editor. 5 years ago
code-editor 05ad75fb56 Adds chapter for integrating Visual Studio Code with Phaser Editor 2D. 2 years ago
first-steps 8cdcf7831f Update free project size to 200 files. 3 years ago
images a60ae4a769 Updates manipulator tools image. 2 years ago
intro 27aa6db7cb Adds marketplace in the Introduction chapter. 3 years ago
misc 2ccd692375 Some warning fixes. 3 years ago
pricing 8cdcf7831f Update free project size to 200 files. 3 years ago
scene-editor 9283e67877 Removes script prefabs from Blocks view. 2 years ago
workbench 5e04290b0b Adds paste in place command. 3 years ago
.gitignore c144c12796 * Scene Editor: removes the Details documentation from the Inspector view topic. 3 years ago
CHANGELOG.MD 725b22f329 Updates changelog. 2 years ago
LICENSE ce3cacf766 Initial commit 5 years ago
README.md 34f64fcdf1 Point users to sphinx-autobuild 4 years ago
_header.rst 3b870d98c0 Removes the display list section. 2 years ago
build.sh ad78bc4bcc Remove src folder. 5 years ago
checklinks.sh b8d87f32a4 Fixes links. 5 years ago
conf.py 65a564d025 Updates the Object List chapter. 2 years ago
convertimages.sh eb2d5db5d5 GO Name parameter in Variable section. 3 years ago
docker-build.sh eb2d5db5d5 GO Name parameter in Variable section. 3 years ago
index.rst 0277a00ab7 Updates landing page. 2 years ago
watch.sh eb2d5db5d5 GO Name parameter in Variable section. 3 years ago

README.md

Phaser Editor v3 Documentation

This repository contains the documentation of Phaser Editor 2D v3.

The documentation is generated by Sphinx Doc.

Build

First, install Sphinx.

To build the documentation:

./build.sh

To run the documentation server and incremental builder (requires sphinx-autobuild):

./watch.sh

The docs website is generated in the folder _build/html/.

License

MIT