mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
update skyboxes for these levels
This commit is contained in:
parent
1adcc62283
commit
2d4deab45f
3 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ new SimGroup(MissionGroup) {
|
|||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
hidden = "0";
|
||||
materialList = "~/data/skies/sky_advanced.dml";
|
||||
materialList = "~/data/skies/sky_beginner.dml";
|
||||
cloudHeightPer[0] = "0";
|
||||
cloudHeightPer[1] = "0";
|
||||
cloudHeightPer[2] = "0";
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ new SimGroup(MissionGroup) {
|
|||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
hidden = "0";
|
||||
materialList = "~/data/skies/sky_intermediate.dml";
|
||||
materialList = "~/data/skies/sky_advanced.dml";
|
||||
cloudHeightPer[0] = "0";
|
||||
cloudHeightPer[1] = "0";
|
||||
cloudHeightPer[2] = "0";
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ new SimGroup(MissionGroup) {
|
|||
rotation = "1 0 0 0";
|
||||
scale = "1 1 1";
|
||||
hidden = "0";
|
||||
materialList = "~/data/skies/sky_intermediate.dml";
|
||||
materialList = "~/data/skies/sky_advanced.dml";
|
||||
cloudHeightPer[0] = "0";
|
||||
cloudHeightPer[1] = "0";
|
||||
cloudHeightPer[2] = "0";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue