Allow <window resizable='false' /> in default HTML5 template

This commit is contained in:
Joshua Granick
2015-12-11 14:17:46 -08:00
parent bf8f0a77c1
commit 887bb118b7

View File

@@ -24,7 +24,7 @@
<style>
html,body { margin: 0; padding: 0; height: 100%; overflow: hidden; }
#content { background: #000000; width: 100%; height: 100%; }
#content { background: #000000; width: ::if (WIN_RESIZABLE)::100%::elseif (WIN_WIDTH > 0)::::WIN_WIDTH::px::else::100%::end::; height: ::if (WIN_RESIZABLE)::100%::elseif (WIN_WIDTH > 0)::::WIN_HEIGHT::px::else::100%::end::; }
::foreach assets::::if (type == "font")::
@font-face {
font-family: '::fontName::';