This commit is contained in:
2015-08-13 17:18:21 +03:00
parent f2cbdbf341
commit 39ab8d30e6
10 changed files with 117 additions and 64 deletions

View File

@@ -9,13 +9,13 @@
<haxelib name="openfl"/>
<haxelib name="protohx"/>
<haxelib name="haxework" version="git"/>
<window width="800" height="600" if="desktop"/>
<window width="800" height="600" if="flash"/>
<window width="0" height="0" if="html5"/>
<window width="760" height="600"/>
<haxeflag name="-D" value="swf-gpu"/>
<haxeflag name="-D" value="native-trace"/>
<haxeflag name="-D" value="proto_debug"/>
<!--<haxeflag name="-D" value="proto_debug"/>-->
<haxeflag name="-dce" value="no"/>
<haxeflag name="-debug"/>
<haxeflag name="--macro" value="Meta.set('0.0.0')"/>
<template path="src/client/webapp/index_template.html" rename="index.html"/>
</project>