1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-12-02 09:07:28 +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> </section>
<!-- Enable this on platforms which do not support the edsior views. --> <!-- Enable this on platforms which do not support the edsior views. -->
<haxedef name="CHART_EDITOR_UNSUPPORTED" if="html5" /> <haxedef name="CHART_EDITOR_UNSUPPORTED" if="web" />
<section unless="CHART_EDITOR_UNSUPPORTED"> <haxedef name="CHART_EDITOR_SUPPORTED" unless="web"/>
<haxedef name="CHART_EDITOR_SUPPORTED" />
</section>
<!-- Options for Polymod --> <!-- Options for Polymod -->
<section if="polymod"> <section if="polymod">