A game map viewer and debugger.
This is a development tool only for developers.
This tool should be used with the it-is-a-exporter.
- Install latest
node
LTS version withpnpm
. - Clone or download this repository.
- Run
pnpm install
. - Serve the images exported by
it-is-a-exporter
or just copy them to/public
. - Learn the
MapMetadata
type defined invite-env.d.ts
. - By Step.4, define your own
MapMetadata
JSON and fetch it atApp.tsx
. - Run
pnpm run dev
command and open your browser.
This project is for map development only.
You should not use this project for any other purposes.