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/MagicAir.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 TemplePushing.c4s/System.c4g/MagicAir.c (limited to 'TemplePushing.c4s/System.c4g/MagicAir.c') diff --git a/TemplePushing.c4s/System.c4g/MagicAir.c b/TemplePushing.c4s/System.c4g/MagicAir.c new file mode 100644 index 0000000..2c4a60d --- /dev/null +++ b/TemplePushing.c4s/System.c4g/MagicAir.c @@ -0,0 +1,17 @@ +/*-- No color-modulation for scrolls --*/ +#strict 2 +#appendto ABLA +#appendto MBOT +#appendto GVTY +#appendto MLGT +#appendto CFAL +#appendto MINV +#appendto MDFL +#appendto AFST +#appendto MATT +#appendto TSHL + +func ScrollColor() +{ + return RGB(255, 255, 255); +} -- cgit v1.2.3-54-g00ecf