[client] add GameListFrame

This commit is contained in:
2019-05-22 17:25:51 +03:00
parent a5722dfa9d
commit 4b426183e8
21 changed files with 135 additions and 412 deletions

View File

@@ -124,7 +124,7 @@ const server = new Project(
config.branch({
name: 'server',
sources: ['src/server/haxe'],
main: 'ru.m.tankz.server.TestServer',
main: 'ru.m.tankz.server.Server',
})
).bind(module, gulp);
@@ -144,5 +144,5 @@ module.exports.default = gulp.series(
module.exports['editor:flash:html'],
module.exports['editor:html5:build'],
//module.exports['server:neko:build'],
module.exports['server:neko:build'],
);