/crosscode-map-editor

Map Editor for CrossCode

Primary LanguageTypeScriptMIT LicenseMIT

Discord Server

CrossCode Map Editor

A Map Editor for the game CrossCode, build with Angular and Phaser.

editor

Features

Getting started

To use the editor you need to run the backend and the webapp

backend

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

webapp

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.