mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-04 18:08:04 +00:00
update skyboxes for these levels
This commit is contained in:
parent
19522a1f5c
commit
7f17e32ad3
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