[client] add GameListFrame
This commit is contained in:
@@ -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'],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user