diff options
| author | Zed <Zed@zed.zed> | 2016-03-06 21:04:39 +0100 |
|---|---|---|
| committer | Zed <Zed@zed.zed> | 2016-03-06 21:04:39 +0100 |
| commit | d676035d82cf0052d1a2669dd2a44e623583a8d1 (patch) | |
| tree | 634fd50d4553fa4863a8aea6b8bdf7ad40c054c2 /TemplePushing.c4s/System.c4g/MagicEarth.c | |
| parent | d5b4057e5e7960249c0df19f3e76a47c0e938dcf (diff) | |
| download | tempelschubsen-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.c | 2 |
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);
}
|
