mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-09 16:24:42 +00:00
conditionals for HTML5
This commit is contained in:
parent
ab4fa026a1
commit
caa95c8c00
|
@ -1,7 +1,9 @@
|
|||
package;
|
||||
|
||||
import flixel.text.FlxText;
|
||||
#if desktop
|
||||
import sys.FileSystem;
|
||||
#end
|
||||
|
||||
class ModdingSubstate extends MusicBeatSubstate
|
||||
{
|
||||
|
@ -11,6 +13,7 @@ class ModdingSubstate extends MusicBeatSubstate
|
|||
|
||||
// var pathShit
|
||||
|
||||
#if desktop
|
||||
var modList = [];
|
||||
|
||||
for (file in FileSystem.readDirectory('./mods'))
|
||||
|
@ -29,5 +32,6 @@ class ModdingSubstate extends MusicBeatSubstate
|
|||
|
||||
loopNum++;
|
||||
}
|
||||
#end
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue