Skip to content

Commit

Permalink
uhhh
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline authored Aug 31, 2023
1 parent 49f2fa0 commit 2ffe087
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
-->
<app save-path="CharlesCatYT/CodenameEngine" save-name="save-default" mod-saves="true" />

<!--Switch Export with Unique ApplicationID and Icon-->
<set name="APP_ID" value="0x0100f6c013bbc000" />

<!-- DO NOT REMOVE!! ALLOWS ME TO DO REGIONS LIKE IN C# AND KEEP CODE ORGANIZED. REMOVING IT WOULD BREAK THE ENGINE -->
<haxedef name="REGION" />

Expand All @@ -42,9 +39,6 @@
<!--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 ____________________________ -->

<set name="BUILD_DIR" value="export/debug" if="debug" />
Expand Down Expand Up @@ -213,4 +207,5 @@
<haxedef name="HXCPP_STACK_LINE" if="release" />
<haxedef name="HXCPP_DEBUG_LINK" if="release" />
<haxedef name="hscriptPos" /> <!-- for logging -->
<haxedef name="openflPos"/>
</project>

0 comments on commit 2ffe087

Please sign in to comment.