A Map Editor for the game CrossCode, build with Angular and Phaser.
- automatic height map generation https://youtu.be/hHkvK48lvr0
To use the editor you need to run the backend and the webapp
move into the backend
folder and then install dependencies via npm
npm install
Open the file src/config.ts
and change the path to your CrossCode assets folder.
After that move back to the backend
folder and start the server with
npm start
move into the webapp
folder and then install dependencies via npm
npm install
and then run the dev server with
npm start
Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.