remove mods (temporarily)

This commit is contained in:
ILikeWeewees 2023-06-02 19:30:00 -07:00
parent 3d916f0962
commit e325aa1045
3 changed files with 5 additions and 6 deletions

View File

@ -98,9 +98,9 @@
<!-- <assets path='example_mods' rename='mods' embed='false'/> --> <!-- <assets path='example_mods' rename='mods' embed='false'/> -->
<template path="example_mods" rename="mods" /> <!-- <template path="example_mods" rename="mods" /> -->
<assets path='art/readme.txt' rename='do NOT readme.txt' /> <!-- <assets path='art/readme.txt' rename='do NOT readme.txt' /> -->
<!-- <template path='mods' /> --> <!-- <template path='mods' /> -->
<assets path="CHANGELOG.md" rename='changelog.txt'/> <assets path="CHANGELOG.md" rename='changelog.txt'/>
@ -124,7 +124,6 @@
<haxelib name="flixel-ui" /> <haxelib name="flixel-ui" />
<!--haxelib name="newgrounds" unless="switch"/> --> <!--haxelib name="newgrounds" unless="switch"/> -->
<haxelib name="faxe" if='switch'/> <haxelib name="faxe" if='switch'/>
<haxelib name="polymod"/>
<haxelib name="newgrounds"/> <haxelib name="newgrounds"/>
<haxelib name="hxcpp-debug-server" if="desktop debug"/> <haxelib name="hxcpp-debug-server" if="desktop debug"/>

View File

@ -69,10 +69,10 @@ class TitleState extends MusicBeatState
override public function create():Void override public function create():Void
{ {
#if polymod /*#if polymod
polymod.Polymod.init({modRoot: "mods", dirs: ['introMod'], framework: OPENFL}); polymod.Polymod.init({modRoot: "mods", dirs: ['introMod'], framework: OPENFL});
// FlxG.bitmap.clearCache(); // FlxG.bitmap.clearCache();
#end #end*/
startedIntro = false; startedIntro = false;

View File

@ -181,7 +181,7 @@ class OptionsMenu extends Page
createItem("controls", function() switchPage(Controls)); createItem("controls", function() switchPage(Controls));
// createItem('colors', function() switchPage(Colors)); // createItem('colors', function() switchPage(Colors));
#if cpp #if cpp
createItem('mods', function() switchPage(Mods)); //createItem('mods', function() switchPage(Mods));
#end #end
#if CAN_OPEN_LINKS #if CAN_OPEN_LINKS