Merge branch 'master' of bitbucket.org:shmyga/gulp-haxetool
This commit is contained in:
@@ -38,7 +38,9 @@ class Config {
|
|||||||
version: null,
|
version: null,
|
||||||
pack: null,
|
pack: null,
|
||||||
author: null,
|
author: null,
|
||||||
company: null
|
company: null,
|
||||||
|
width: 800,
|
||||||
|
height: 600,
|
||||||
};
|
};
|
||||||
if (params) {
|
if (params) {
|
||||||
this.update(params);
|
this.update(params);
|
||||||
@@ -78,4 +80,4 @@ module.exports = {
|
|||||||
BuildSystem: BuildSystem,
|
BuildSystem: BuildSystem,
|
||||||
Platform: Platform,
|
Platform: Platform,
|
||||||
Config: Config,
|
Config: Config,
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -15,9 +15,9 @@
|
|||||||
<haxeflag name="-D" value="<%=item%>"/><% }); %>
|
<haxeflag name="-D" value="<%=item%>"/><% }); %>
|
||||||
|
|
||||||
<window fps="30"/>
|
<window fps="30"/>
|
||||||
<window width="1024" height="768" unless="html5"/>
|
<window width="<%=meta.width%>" height="<%=meta.height%>" unless="html5"/>
|
||||||
|
|
||||||
<haxeflag name="-D" value="swf-gpu"/>
|
<haxeflag name="-D" value="swf-gpu"/>
|
||||||
<haxeflag name="-D" value="native-trace"/>
|
<haxeflag name="-D" value="native-trace"/>
|
||||||
<haxeflag name="-dce" value="no"/>
|
<haxeflag name="-dce" value="no"/>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user