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:
parent
b6247c933a
commit
03b1f17fe2
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue