summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g/MagicEarth.c
blob: 66ace1fea2c423040ac2fdb587f116eb316a33b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*-- Green color modulation for earth scrolls --*/
#strict 2
#appendto MSSH
#appendto MARK
#appendto MGPL
#appendto MGCY

func ScrollColor()
{
	return RGB(80, 200, 80);
}