Map Editor Changes

* Removed Ogmo and replaced with Ldtk.
* TODO - Level Transitions
This commit is contained in:
Indrajith K L
2022-04-29 02:27:58 +05:30
parent ad2056876e
commit 6d82254873
14 changed files with 629 additions and 184 deletions

3
source/core/GameMap.hx Normal file
View File

@@ -0,0 +1,3 @@
package core;
private typedef _Tmp = haxe.macro.MacroType<[ldtk.Project.build("assets/data/map.ldtk")]>;