Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline authored Mar 11, 2024
1 parent ad24f6b commit f8dbb72
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
-->
<app save-path="YoshiCrafter29/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 @@ -40,9 +37,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 @@ -97,7 +91,7 @@
<!-- _________________________________ Engine Settings _______________________________ -->

<!-- Comment this out to disable updates !-->
<!-- <define name="UPDATE_CHECKING" unless="web || hl || neko"/> -->
<!-- <define name="UPDATE_CHECKING" unless="web || hl || neko"/> --> <!-- not until we release it officially -->

<!-- Comment this out to disable Discord RPC !-->
<section if="cpp">
Expand Down Expand Up @@ -191,5 +185,6 @@
<haxedef name="HXCPP_STACK_LINE" if="release" />
<haxedef name="HXCPP_DEBUG_LINK" if="release" />

<haxedef name="openflPos" /> <!-- if it even allows that lmao -->
<haxedef name="hscriptPos" /> <!-- for logging -->
</project>

0 comments on commit f8dbb72

Please sign in to comment.