diff options
Diffstat (limited to 'TemplePushing.c4s/System.c4g/MagicEarth.c')
| -rw-r--r-- | TemplePushing.c4s/System.c4g/MagicEarth.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/TemplePushing.c4s/System.c4g/MagicEarth.c b/TemplePushing.c4s/System.c4g/MagicEarth.c new file mode 100644 index 0000000..ab71cfd --- /dev/null +++ b/TemplePushing.c4s/System.c4g/MagicEarth.c @@ -0,0 +1,11 @@ +/*-- Green color for scrolls --*/
+#strict 2
+#appendto MSSH
+#appendto MARK
+#appendto MGPL
+#appendto MGCY
+
+func ScrollColor()
+{
+ return RGB(0, 192, 0);
+}
|
