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

View File

@@ -20,7 +20,7 @@ class GameOver extends FlxSubState
public function new()
{
super(0x33000000);
super(0x303030bf);
}
override public function create()