Skip to content

Commit

Permalink
Update Project.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackx2 committed Jun 20, 2024
1 parent e292089 commit 1335623
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,6 @@
<!--Minimum without FLX_NO_GAMEPAD: 11.8, without FLX_NO_NATIVE_CURSOR: 11.2-->
<set name="SWF_VERSION" value="11.8" />

<!-- ____________________________ Window Settings ___________________________ -->

<!--These window settings apply to all targets-->
<window width="1280" height="720" fps="" background="#000000" hardware="true" vsync="false" />

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

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

<!--Mobile-specific-->
<window if="mobile" orientation="landscape" fullscreen="true" width="0" height="0" resizable="false"/>

<!--Switch-specific-->
<window if="switch" orientation="landscape" fullscreen="true" width="0" height="0" resizable="true" />

<!-- _____________________________ ASTRO ENGINE CUSTOMIZATION ____________________________ -->

<define name="MODS_ALLOWED" if="desktop" />
Expand Down Expand Up @@ -79,6 +62,23 @@
<icon path="art/icons/icon64.png" size='64'/>
<icon path="art/icons/iconOG.png"/>
</section>

<!-- ____________________________ Window Settings ___________________________ -->

<!--These window settings apply to all targets-->
<window width="1280" height="720" fps="" background="#000000" hardware="true" vsync="false" />

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

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

<!--Mobile-specific-->
<window if="mobile" orientation="landscape" fullscreen="true" width="0" height="0" resizable="false"/>

<!--Switch-specific-->
<window if="switch" orientation="landscape" fullscreen="true" width="0" height="0" resizable="true" />

<!-- _____________________________ Path Settings ____________________________ -->

Expand Down

0 comments on commit 1335623

Please sign in to comment.