summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g/MagicEarth.c
diff options
context:
space:
mode:
authorZed <Zed@zed.zed>2016-03-06 21:04:39 +0100
committerZed <Zed@zed.zed>2016-03-06 21:04:39 +0100
commitd676035d82cf0052d1a2669dd2a44e623583a8d1 (patch)
tree634fd50d4553fa4863a8aea6b8bdf7ad40c054c2 /TemplePushing.c4s/System.c4g/MagicEarth.c
parentd5b4057e5e7960249c0df19f3e76a47c0e938dcf (diff)
downloadtempelschubsen-d676035d82cf0052d1a2669dd2a44e623583a8d1.tar.gz
tempelschubsen-d676035d82cf0052d1a2669dd2a44e623583a8d1.zip
Lower colour saturation of recoloured scrolls
Diffstat (limited to 'TemplePushing.c4s/System.c4g/MagicEarth.c')
-rw-r--r--TemplePushing.c4s/System.c4g/MagicEarth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TemplePushing.c4s/System.c4g/MagicEarth.c b/TemplePushing.c4s/System.c4g/MagicEarth.c
index ab71cfd..4ac1463 100644
--- a/TemplePushing.c4s/System.c4g/MagicEarth.c
+++ b/TemplePushing.c4s/System.c4g/MagicEarth.c
@@ -7,5 +7,5 @@
func ScrollColor()
{
- return RGB(0, 192, 0);
+ return RGB(80, 200, 80);
}