mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
thing
This commit is contained in:
parent
27a8f8f18b
commit
d05b436a00
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ class ReplayCenterGui extends GuiImage {
|
|||
var selectedIdx = -1;
|
||||
|
||||
var replayList = [];
|
||||
sys.FileSystem.createDirectory(haxe.io.Path.join([Settings.settingsDir, "data", "replays"]));
|
||||
var replayPath = haxe.io.Path.join([Settings.settingsDir, "data", "replays",]);
|
||||
var replayFiles = ResourceLoader.fileSystem.dir(replayPath);
|
||||
for (replayFile in replayFiles) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue