summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d/Script.c
diff options
context:
space:
mode:
authorJan <>2015-02-04 19:13:52 +0100
committerJan <_>2015-07-10 17:52:55 +0200
commit51683b8ea980566c1adb7ad5a5836807be8cfd67 (patch)
tree5307fce829edfad07a4dbd0d2f6a3a31cb2fe4f1 /TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d/Script.c
parentde97f8b2898e8fd00c5d6108e2832b7e6cd3668f (diff)
downloadtempelschubsen-51683b8ea980566c1adb7ad5a5836807be8cfd67.tar.gz
tempelschubsen-51683b8ea980566c1adb7ad5a5836807be8cfd67.zip
TemplePushingB.c4s
Diffstat (limited to 'TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d/Script.c')
-rw-r--r--TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d/Script.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d/Script.c b/TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d/Script.c
index f5eb2d8..651ac9a 100644
--- a/TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d/Script.c
+++ b/TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d/Script.c
@@ -50,12 +50,9 @@ public func SectionName() { return "LiquidTemple"; }
// Chilly ambience
if (ambienceEnabled) SoundLevel("FestiveAmbience", 60);
- // Modulate material colours
- SetMaterialColor(Material("Brick"), 100, 0, 0, 150, 0, 0, 20, 0, 0);
- SetMaterialColor(Material("DarkBrick"), 100, 100, 230, 150, 150, 255, 30, 30, 50);
- SetMaterialColor(Material("BackWall"), 100, 100, 230, 150, 150, 255, 30, 30, 50);
- SetMaterialColor(Material("Wall"), 100, 100, 230, 150, 150, 255, 30, 30, 50);
- SetMaterialColor(Material("BackBrick"), 100, 100, 230, 150, 150, 255, 30, 30, 50);
+ // Modulate colours
+ SetSkyAdjust(RGB(90,90,255));
+ SetMaterialColor(Material("Brick"), 150, 150, 255, 150, 150, 255, 150, 150, 255);
}
}