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 | |
| parent | 80b15646d73587f4e15a2897314692b58aa1a47f (diff) | |
| download | tempelschubsen-f1ece16c08d8c01e1d49a25f0314a96c021e73cb.tar.gz tempelschubsen-f1ece16c08d8c01e1d49a25f0314a96c021e73cb.zip | |
r0.921
Diffstat (limited to 'TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d')
7 files changed, 39 insertions, 0 deletions
diff --git a/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/ActMap.txt b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/ActMap.txt new file mode 100644 index 0000000..f670372 --- /dev/null +++ b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/ActMap.txt @@ -0,0 +1,6 @@ +[Action] +Name=Be +Procedure=NONE +Length=10 +Delay=0 +Facet=0,0,64,64
\ No newline at end of file diff --git a/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/DefCore.txt b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/DefCore.txt new file mode 100644 index 0000000..942524a --- /dev/null +++ b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/DefCore.txt @@ -0,0 +1,16 @@ +[DefCore] +id=BCRY +Name=Huge Crystal +Version=4,9,5 +Category=C4D_StaticBack|C4D_Background +Width=64 +Height=64 +Offset=-32,-32 +Picture=0,0,64,64 +Vertices=1 +VertexY=32 +Rotate=1 +NoStabilize=1 +IncompleteActivity=1 +StretchGrowth=1 +Oversize=1 diff --git a/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/DescDE.txt b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/DescDE.txt new file mode 100644 index 0000000..d5c1d05 --- /dev/null +++ b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/DescDE.txt @@ -0,0 +1 @@ +Sieht schön aus.
\ No newline at end of file diff --git a/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/DescUS.txt b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/DescUS.txt new file mode 100644 index 0000000..62c5e47 --- /dev/null +++ b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/DescUS.txt @@ -0,0 +1 @@ +Gems? Gems are truly outrageous. They are truly, truly, truly outrageous.
\ No newline at end of file diff --git a/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Graphics.png b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Graphics.png Binary files differnew file mode 100644 index 0000000..d8ace61 --- /dev/null +++ b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Graphics.png diff --git a/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Names.txt b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Names.txt new file mode 100644 index 0000000..a1d16fe --- /dev/null +++ b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Names.txt @@ -0,0 +1,2 @@ +DE:Riesiger Kristall +US:Huge Crystal 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); +} |
