[editor] added editor module

This commit is contained in:
2018-02-04 23:32:00 +03:00
parent ad4744cfef
commit 421f925a60
8 changed files with 303 additions and 3 deletions

View File

@@ -20,4 +20,9 @@
<haxeflag name="-dce" value="no"/>
<haxeflag name="-D" value="dom"/>
<!--<template path="src/client/webapp/index_template.html" rename="index.html"/>-->
<section if="build_editor">
<app main="ru.m.tankz.editor.Editor" path="target" file="editor"/>
<source path="src/editor/haxe"/>
</section>
</project>