[client] update haxework. ep2
This commit is contained in:
@@ -34,7 +34,7 @@ const config = new Project.Config({
|
||||
meta: {
|
||||
title: 'Tank\'z',
|
||||
filename: 'tankz',
|
||||
icon: 'resources/images/tank/player/tank_p3_0-0.png',
|
||||
icon: 'src/client/resources/image/tank/pd-0.png',
|
||||
pack: 'ru.m.tankz',
|
||||
author: 'shmyga <shmyga.z@gmail.com>',
|
||||
company: 'MegaLoMania',
|
||||
@@ -49,7 +49,7 @@ const config = new Project.Config({
|
||||
'src/common/resources'
|
||||
],
|
||||
macros: [
|
||||
'yield.parser.Parser.auto()', // ToDo: bug with extraParams.hxml in yield library
|
||||
//'yield.parser.Parser.auto()', // ToDo: bug with extraParams.hxml in yield library
|
||||
`CompilationOption.set('build','${dateformat(new Date(), 'yyyy-mm-dd HH:MM:ss')}')`,
|
||||
]
|
||||
});
|
||||
@@ -71,6 +71,7 @@ const client = new Project(
|
||||
main: 'ru.m.tankz.Client',
|
||||
assets: ['src/client/resources'],
|
||||
//flags: ['bitmap_text'],
|
||||
flags: ['dom'],
|
||||
}),
|
||||
module.exports.generate
|
||||
).bind(module, gulp);
|
||||
|
||||
Reference in New Issue
Block a user