From 50ffbf0f455f1ff34e98f0bdac3b7a9bf09d9192 Mon Sep 17 00:00:00 2001 From: Mittendrein Markus Date: Sun, 14 Feb 2016 18:10:24 +0100 Subject: Colorize Scrolls with a color specific to their "magic element" --- TemplePushing.c4s/System.c4g/MagicWater.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 TemplePushing.c4s/System.c4g/MagicWater.c (limited to 'TemplePushing.c4s/System.c4g/MagicWater.c') diff --git a/TemplePushing.c4s/System.c4g/MagicWater.c b/TemplePushing.c4s/System.c4g/MagicWater.c new file mode 100644 index 0000000..39abd7a --- /dev/null +++ b/TemplePushing.c4s/System.c4g/MagicWater.c @@ -0,0 +1,10 @@ +/*-- Blue color for scrolls --*/ +#strict 2 +#appendto MFWV +#appendto ICNL +#appendto MICS + +func ScrollColor() +{ + return RGB(0, 0, 255); +} -- cgit v1.2.3-54-g00ecf