diff options
| author | Mittendrein Markus <maxmitti@gmx.net> | 2016-02-14 18:10:24 +0100 |
|---|---|---|
| committer | Mittendrein Markus <maxmitti@gmx.net> | 2016-02-14 18:10:24 +0100 |
| commit | 50ffbf0f455f1ff34e98f0bdac3b7a9bf09d9192 (patch) | |
| tree | aab7cd9fbab7f0144676c639defdf95d47b43cb7 /TemplePushing.c4s/System.c4g/MagicEarth.c | |
| parent | 33fc980e1ef5b82787f9687abe77d44f75d5a343 (diff) | |
| download | tempelschubsen-50ffbf0f455f1ff34e98f0bdac3b7a9bf09d9192.tar.gz tempelschubsen-50ffbf0f455f1ff34e98f0bdac3b7a9bf09d9192.zip | |
Colorize Scrolls with a color specific to their "magic element"
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);
+}
|
