Pico2map
A 2D tile map editor for RPG/action games that runs in a browser.
Install / Use
/learn @piyoppi/Pico2mapREADME
pico2map
Map editor for game development that runs in a browser. This repository contains the 2D tiled-map library and editor.
example: https://piyoppi.github.io/pico2map/simple_map_editor/
This library is still under development and will be upgraded frequently.
Packages
| Package | Summary | | --- | --- | | pico2map-tiled | A core library of the tiled-map | | pico2map-tiled-colision-detector | A colision detection library for tiled-map | | pico2map-editor | A core libarary of the tiled-map editor | | pico2map-ui-components | Web components for tiled-map editor |
Install
To get packages from github, you should edit .npmrc file. Show an example below.
(authToken must have the read:packages scope. ref)
//npm.pkg.github.com/:_authToken=xxxxxxxx
@piyoppi:registry=https://npm.pkg.github.com
npm install --save @piyoppi/pico2map-editor
