1
0
mirror of https://github.com/Melon-Bread/Pet.GB synced 2024-11-24 20:58:19 -05:00

Allowed for HTML build to be resizeable

This commit is contained in:
Rain Clark 2016-10-05 07:24:52 -04:00
parent 6f308cea59
commit bc36c7972d

View File

@ -17,7 +17,7 @@
<window width="160" height="144" fps="59.73" background="#000000" hardware="true" vsync="true" /> <window width="160" height="144" fps="59.73" background="#000000" hardware="true" vsync="true" />
<!--HTML5-specific--> <!--HTML5-specific-->
<window if="html5" resizable="false" /> <window if="html5" resizable="true" />
<!--Desktop-specific--> <!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" /> <window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />