Skip to content

A web-based tilemap editor for a custom 2D game engine.

Notifications You must be signed in to change notification settings

biud436/InitialEditor

Repository files navigation

LOGO

typescript react pixi.js

Introduction

This project allows you to edit multi dimensional tile map on my own game engine. it is worked fine on any platforms such as Linux Desktop, OSX, Windows and so on.

Tilemap

IMG

Child Window

image

How to start (New way)

you have to run the following command in the terminal.

yarn build
yarn dev

How to upstream from remote github repository

To upstream from the remote repository, you must call below command.

git remote add upstream https://github.com/biud436/InitialEditor.git
git fetch upstream
git checkout main
git merge upstream/main

License

This tool is under the MIT License.


But some icon and javascript and stylesheets and images included at this tool have their own licenses.

About

A web-based tilemap editor for a custom 2D game engine.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project