This project is currently only maintained by me and I don't know if I will be able to finish it. If you have a knowlage of JavaScript and are willing to help please do so. Thanks
This is a try to create LDtk importer for Phaser Game engine.
Hello world available :)
NPM: npm i github:mobilex1122/phaser-ldtk-importer
PNPM: pnpm i github:mobilex1122/phaser-ldtk-importer
Documantation also not available right now.
LDtk is user friendly level editor. More Here
Phaser is JavaScript based Game Engine that's inspired by Flash. Phaser Webiste
- Make Full Indexation of data.
- Ability to Generate Tilemap
- Bind Object classes to Level Objects (
this.objects = lavel.addFromClass(Enemy,'Walker')
) - More to go. :)