diff options
| author | Jan <> | 2015-07-10 18:11:22 +0200 |
|---|---|---|
| committer | Jan <_> | 2015-07-10 18:47:01 +0200 |
| commit | f1ece16c08d8c01e1d49a25f0314a96c021e73cb (patch) | |
| tree | 9bc9f547f2524dee8e62f168f317df465a6cbcdd /TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Script.c | |
| parent | 80b15646d73587f4e15a2897314692b58aa1a47f (diff) | |
| download | tempelschubsen-f1ece16c08d8c01e1d49a25f0314a96c021e73cb.tar.gz tempelschubsen-f1ece16c08d8c01e1d49a25f0314a96c021e73cb.zip | |
r0.921
Diffstat (limited to 'TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Script.c')
| -rw-r--r-- | TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Script.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Script.c b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Script.c new file mode 100644 index 0000000..cae886c --- /dev/null +++ b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Script.c @@ -0,0 +1,13 @@ +/*-- Riesiger Kristall --*/ + +#strict 2 + +func Set(int phase, int size, int rotation, int dir, int color) +{ + SetAction("Be"); + SetPhase(phase); + SetCon(size); + SetR(rotation); + SetDir(dir); + SetClrModulation(color); +} |
