mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
remove mbp files
This commit is contained in:
parent
16939ccc44
commit
083357d79a
1 changed files with 0 additions and 4 deletions
|
|
@ -196,10 +196,6 @@ class ResourceLoader {
|
|||
}
|
||||
}
|
||||
}
|
||||
var teleportPad = fileSystem.get("interiors_mbp/teleportpad.dts");
|
||||
var teleportTexture = fileSystem.get("interiors_mbp/repairbay.jpg");
|
||||
toloadfiles.push(teleportPad); // Because its not in the shapes folder like wtf
|
||||
toloadfiles.push(teleportTexture);
|
||||
var worker = new ResourceLoaderWorker(onFinish);
|
||||
for (file in toloadfiles) {
|
||||
worker.addTaskParallel((fwd) -> file.load(fwd));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue