[client] update haxework. ep8

This commit is contained in:
2019-03-13 13:06:48 +03:00
parent 4863f37eef
commit d9915120d4
21 changed files with 188 additions and 269 deletions

View File

@@ -70,6 +70,10 @@ const client = new Project(
sources: ['src/client/haxe'],
main: 'ru.m.tankz.Client',
assets: ['src/client/resources'],
meta: {
width: 1024,
height: 768,
},
flags: [
//'dom',
//'dev_layout',
@@ -90,7 +94,14 @@ const editor = new Project(
sources: ['src/client/haxe', 'src/editor/haxe'],
main: 'ru.m.tankz.editor.Editor',
assets: ['src/client/resources'],
meta: {filename: 'editor'}
meta: {
filename: 'editor',
width: 1024,
height: 800,
},
flags: [
//'dev_layout',
]
})
).bind(module, gulp);