1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-01-31 17:16:48 +00:00

clearer project.xml haxedefs

This commit is contained in:
Cameron Taylor 2024-04-24 19:25:05 -04:00
parent b6247c933a
commit 03b1f17fe2

View file

@ -240,10 +240,8 @@
</section>
<!-- Enable this on platforms which do not support the edsior views. -->
<haxedef name="CHART_EDITOR_UNSUPPORTED" if="html5" />
<section unless="CHART_EDITOR_UNSUPPORTED">
<haxedef name="CHART_EDITOR_SUPPORTED" />
</section>
<haxedef name="CHART_EDITOR_UNSUPPORTED" if="web" />
<haxedef name="CHART_EDITOR_SUPPORTED" unless="web"/>
<!-- Options for Polymod -->
<section if="polymod">