[core] add flags to params

This commit is contained in:
2018-08-09 17:41:33 +03:00
parent acbc6d15b8
commit bfc90c6dbe
2 changed files with 4 additions and 0 deletions

View File

@@ -11,6 +11,8 @@
<haxelib name="<%=item.name%>" version="<%=item.version.split('@').shift()%>"/><% }); %>
<% macros.forEach(function(item) { %>
<haxeflag name="--macro" value="<%=item%>"/><% }); %>
<% flags.forEach(function(item) { %>
<haxeflag name="-D" value="<%=item%>"/><% }); %>
<window fps="30"/>
<window width="1024" height="768" unless="html5"/>