[core] add meta.fps param

This commit is contained in:
2019-05-20 15:37:26 +03:00
parent a510dffb33
commit 6cd51b58c7
4 changed files with 10 additions and 4 deletions

View File

@@ -15,8 +15,8 @@
<% flags.forEach(function(item) { %>
<haxeflag name="-D" value="<%=item%>"/><% }); %>
<window fps="30"/>
<window width="<%=meta.width%>" height="<%=meta.height%>" unless="html5"/>
<window fps="<%=meta.fps%>"/>
<window fps="<%=meta.fps%>" width="<%=meta.width%>" height="<%=meta.height%>" unless="html5"/>
<haxeflag name="-D" value="swf-gpu"/>
<haxeflag name="-D" value="native-trace"/>