mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-08-28 16:39:16 -04:00
switch setup start [REAL]
This commit is contained in:
parent
50f699c5ad
commit
f3be7f93e3
3 changed files with 31 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue