[project] added
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<project>
|
||||
<meta title="<%-title%>" package="<%-pack%>" company="<%-company%>"/>
|
||||
<app main="<%-main%>" path="<%-buildDir%>" file="<%-outputFile%>"/>
|
||||
<% cp.forEach(function(item) { %>
|
||||
<meta title="<%-meta.title%>" package="<%-meta.pack%>" company="<%-meta.company%>"/>
|
||||
<app main="<%-main%>" path="<%-buildDir%>" file="<%-name%>"/>
|
||||
<% sources.forEach(function(item) { %>
|
||||
<source path="<%-item%>"/><% }); %>
|
||||
<% asset.forEach(function(item) { %>
|
||||
<% assets.forEach(function(item) { %>
|
||||
<assets path="<%-item%>" rename="<%-item.split('/').pop()%>" include="*"/><% }); %>
|
||||
<% lib.forEach(function(item) { %>
|
||||
<haxelib name="<%-item.name%>" version="<%-item.version%>"/><% }); %>
|
||||
<% libs.forEach(function(item) { %>
|
||||
<haxelib name="<%-item.name%>" version="<%-item.version.split('@').shift()%>"/><% }); %>
|
||||
|
||||
<window fps="30"/>
|
||||
<window width="1024" height="768" unless="html5"/>
|
||||
|
||||
Reference in New Issue
Block a user