switch setup start [REAL]

This commit is contained in:
Brandon
2020-10-26 19:06:42 -04:00
parent 9a6ca041e7
commit ddd42ca004
3 changed files with 31 additions and 1 deletions

View File

@ -25,6 +25,9 @@
<!--Mobile-specific-->
<window if="mobile" orientation="landscape" fullscreen="true" width="0" height="0" />
<!--Switch-specific-->
<window if="switch" orientation="landscape" fullscreen="true" width="0" height="0" resizable="true" />
<!-- _____________________________ Path Settings ____________________________ -->
<set name="BUILD_DIR" value="export/debug" if="debug" />
@ -91,5 +94,6 @@
<!-- _________________________________ Custom _______________________________ -->
<!--Place custom nodes like icons here (higher priority to override the HaxeFlixel icon)-->
<icon path="art/icon.png"/>
<icon path="art/icon.png" unless="switch" />
<icon path="art/iconSwitch.png" if="switch" />
</project>