Skip to content

자체 개발한 2D 게임 엔진의 맵을 편집할 수 있게 해주는 웹 기반 맵 에디터(Tilemap Editor)입니다.

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

자체 개발한 2D 게임 엔진의 맵을 편집할 수 있게 해주는 웹 기반 맵 에디터(Tilemap Editor)입니다.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project