mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-02-04 05:15:56 +00:00
revert MBP
This commit is contained in:
parent
728ac46367
commit
02e05dadf9
2 changed files with 1 additions and 3 deletions
|
|
@ -267,8 +267,6 @@ class MarbleWorld extends Scheduler {
|
|||
worker.loadFile(file);
|
||||
}
|
||||
|
||||
this.scene.camera.zFar = Math.max(4000, Std.parseFloat(this.skyElement.visibledistance));
|
||||
|
||||
this.sky = new Sky();
|
||||
|
||||
sky.dmlPath = "data/skies/sky_day.dml";
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ class MissionList {
|
|||
beginnerMissions = parseDifficulty("beginner");
|
||||
intermediateMissions = parseDifficulty("intermediate");
|
||||
advancedMissions = parseDifficulty("advanced");
|
||||
customMissions = parseDifficulty("expert");
|
||||
customMissions = parseDifficulty("custom");
|
||||
|
||||
// parseCLAList();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue