summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g/MagicAir.c
diff options
context:
space:
mode:
authorMittendrein Markus <maxmitti@gmx.net>2016-02-14 18:10:24 +0100
committerMittendrein Markus <maxmitti@gmx.net>2016-02-14 18:10:24 +0100
commit50ffbf0f455f1ff34e98f0bdac3b7a9bf09d9192 (patch)
treeaab7cd9fbab7f0144676c639defdf95d47b43cb7 /TemplePushing.c4s/System.c4g/MagicAir.c
parent33fc980e1ef5b82787f9687abe77d44f75d5a343 (diff)
downloadtempelschubsen-50ffbf0f455f1ff34e98f0bdac3b7a9bf09d9192.tar.gz
tempelschubsen-50ffbf0f455f1ff34e98f0bdac3b7a9bf09d9192.zip
Colorize Scrolls with a color specific to their "magic element"
Diffstat (limited to 'TemplePushing.c4s/System.c4g/MagicAir.c')
-rw-r--r--TemplePushing.c4s/System.c4g/MagicAir.c17
1 files changed, 17 insertions, 0 deletions
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);
+}