rename IsometricMapState

This commit is contained in:
2022-06-09 15:53:01 +00:00
parent be9ed4db69
commit 988c837fc7
3 changed files with 12 additions and 3 deletions

View File

@@ -9,6 +9,6 @@ class Main extends Sprite
public function new()
{
super();
addChild(new FlxGame(0, 0, IsometricMapState));
addChild(new FlxGame(0, 0, BladesMapState));
}
}