[client] add preloader

This commit is contained in:
2019-03-28 15:59:46 +03:00
parent 2eb606aa21
commit d7b7744eb8
4 changed files with 152 additions and 9 deletions

View File

@@ -68,6 +68,7 @@ const client = new Project(
name: 'client',
sources: ['src/client/haxe'],
main: 'ru.m.tankz.Client',
preloader: 'ru.m.tankz.Preloader',
assets: [
'src/client/resources',
],
@@ -97,6 +98,7 @@ const editor = new Project(
name: 'editor',
sources: ['src/client/haxe', 'src/editor/haxe'],
main: 'ru.m.tankz.editor.Editor',
preloader: 'ru.m.tankz.Preloader',
assets: [
'src/client/resources',
'src/editor/resources',