summaryrefslogtreecommitdiffstats
path: root/TemplePushing.c4s/System.c4g/MagicWater.c
diff options
context:
space:
mode:
Diffstat (limited to 'TemplePushing.c4s/System.c4g/MagicWater.c')
-rw-r--r--TemplePushing.c4s/System.c4g/MagicWater.c10
1 files changed, 10 insertions, 0 deletions
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);
+}