Skip to content

Commit

Permalink
change resizable="true" in Project.xml template (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 authored Apr 10, 2024
1 parent f03e4b0 commit 9c2fee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default/Project.xml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="${WIDTH}" height="${HEIGHT}" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down

0 comments on commit 9c2fee3

Please sign in to comment.