[client] add StartGameFrame

This commit is contained in:
2018-07-26 18:01:15 +03:00
parent 17e4f1f172
commit 80f2ac25ad
11 changed files with 150 additions and 59 deletions

View File

@@ -13,7 +13,7 @@ import haxework.log.TraceLogger;
import haxework.provider.Provider;
import haxework.resources.IResources;
import haxework.resources.Resources;
import ru.m.tankz.frame.LevelFrame;
import ru.m.tankz.frame.StartGameFrame;
#if flash import haxework.log.JSLogger; #end
#if debug import haxework.log.SocketLogger; #end
@@ -62,7 +62,7 @@ class Editor {
view.btn_level.onPress = this;
view.btn_tank.onPress = this;
view.switcher.change(LevelFrame.ID);
view.switcher.change(StartGameFrame.ID);
}
public function onPress(v:ButtonView):Void {