diff options
Diffstat (limited to 'TemplePushing.c4s/Sections.c4d/SectCloudTemple.c4d/Script.c')
| -rw-r--r-- | TemplePushing.c4s/Sections.c4d/SectCloudTemple.c4d/Script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TemplePushing.c4s/Sections.c4d/SectCloudTemple.c4d/Script.c b/TemplePushing.c4s/Sections.c4d/SectCloudTemple.c4d/Script.c index 6aae5d7..c95e20c 100644 --- a/TemplePushing.c4s/Sections.c4d/SectCloudTemple.c4d/Script.c +++ b/TemplePushing.c4s/Sections.c4d/SectCloudTemple.c4d/Script.c @@ -39,7 +39,7 @@ protected func Initialize() if (mode == MODE_Apocalyptic) { - SetSkyParallax(0, 0, 0, 4, 0, 0, 0); + SetSkyParallax(0, 0, 0, 5, 0, 0, 0); // Modulate brick and crystal colour SetMaterialColor(Material("Brick"), 100, 0, 0, 150, 0, 0, 20, 0, 0); |
