[core] add meta mobileWidth and mobileHeight params
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
|
||||
<window fps="<%=meta.fps%>"/>
|
||||
<window fps="<%=meta.fps%>" width="<%=meta.width%>" height="<%=meta.height%>" unless="html5"/>
|
||||
<window orientation="landscape" resizable="false" if="android"/>
|
||||
<window fps="<%=meta.fps%>" width="<%=meta.mobileWidth%>" height="<%=meta.mobileHeight%>"
|
||||
orientation="landscape" resizable="false" if="mobile"/>
|
||||
|
||||
<haxeflag name="-D" value="swf-gpu"/>
|
||||
<haxeflag name="-D" value="native-trace"/>
|
||||
|
||||
Reference in New Issue
Block a user