[client] add GameRoomFrame

This commit is contained in:
2019-05-23 17:57:54 +03:00
parent 864d5f3335
commit 26ad5f47cd
21 changed files with 415 additions and 498 deletions

View File

@@ -78,6 +78,7 @@ const client = new Project(
height: 768,
},
flags: [
//'proto_debug',
//'dom',
//'dev_layout',
//'bitmap_text',
@@ -125,7 +126,8 @@ const server = new Project(
name: 'server',
sources: ['src/server/haxe'],
main: 'ru.m.tankz.server.Server',
})
}),
module.exports.generate
).bind(module, gulp);
/**