diff options
Diffstat (limited to 'TemplePushing.c4s/Rules.c4d/RotateInJump.c4d')
| -rw-r--r-- | TemplePushing.c4s/Rules.c4d/RotateInJump.c4d/DefCore.txt | 8 | ||||
| -rw-r--r-- | TemplePushing.c4s/Rules.c4d/RotateInJump.c4d/DescDE.txt | 1 | ||||
| -rw-r--r-- | TemplePushing.c4s/Rules.c4d/RotateInJump.c4d/DescUS.txt | 1 | ||||
| -rw-r--r-- | TemplePushing.c4s/Rules.c4d/RotateInJump.c4d/Graphics.png | bin | 0 -> 8820 bytes | |||
| -rw-r--r-- | TemplePushing.c4s/Rules.c4d/RotateInJump.c4d/Names.txt | 2 | ||||
| -rw-r--r-- | TemplePushing.c4s/Rules.c4d/RotateInJump.c4d/Script.c | 5 |
6 files changed, 17 insertions, 0 deletions
diff --git a/TemplePushing.c4s/Rules.c4d/RotateInJump.c4d/DefCore.txt b/TemplePushing.c4s/Rules.c4d/RotateInJump.c4d/DefCore.txt new file mode 100644 index 0000000..abb327f --- /dev/null +++ b/TemplePushing.c4s/Rules.c4d/RotateInJump.c4d/DefCore.txt @@ -0,0 +1,8 @@ +[DefCore] +id=RIJP +Name=RotateInJump +Version=4,9,5 +Category=C4D_StaticBack|C4D_Rule +Width=1 +Height=1 +Picture=0,0,64,64 diff --git a/TemplePushing.c4s/Rules.c4d/RotateInJump.c4d/DescDE.txt b/TemplePushing.c4s/Rules.c4d/RotateInJump.c4d/DescDE.txt new file mode 100644 index 0000000..df53b35 --- /dev/null +++ b/TemplePushing.c4s/Rules.c4d/RotateInJump.c4d/DescDE.txt @@ -0,0 +1 @@ +Clonks können auch beim Springen die Richtung wechseln.
\ No newline at end of file diff --git a/TemplePushing.c4s/Rules.c4d/RotateInJump.c4d/DescUS.txt b/TemplePushing.c4s/Rules.c4d/RotateInJump.c4d/DescUS.txt new file mode 100644 index 0000000..e966d00 --- /dev/null +++ b/TemplePushing.c4s/Rules.c4d/RotateInJump.c4d/DescUS.txt @@ -0,0 +1 @@ +Allows the Clonk to change his direction while jumping.
\ No newline at end of file diff --git a/TemplePushing.c4s/Rules.c4d/RotateInJump.c4d/Graphics.png b/TemplePushing.c4s/Rules.c4d/RotateInJump.c4d/Graphics.png Binary files differnew file mode 100644 index 0000000..3be321f --- /dev/null +++ b/TemplePushing.c4s/Rules.c4d/RotateInJump.c4d/Graphics.png diff --git a/TemplePushing.c4s/Rules.c4d/RotateInJump.c4d/Names.txt b/TemplePushing.c4s/Rules.c4d/RotateInJump.c4d/Names.txt new file mode 100644 index 0000000..71c92a9 --- /dev/null +++ b/TemplePushing.c4s/Rules.c4d/RotateInJump.c4d/Names.txt @@ -0,0 +1,2 @@ +DE:Rotation im Sprung +US:Rotate in jump
\ No newline at end of file diff --git a/TemplePushing.c4s/Rules.c4d/RotateInJump.c4d/Script.c b/TemplePushing.c4s/Rules.c4d/RotateInJump.c4d/Script.c new file mode 100644 index 0000000..cde903c --- /dev/null +++ b/TemplePushing.c4s/Rules.c4d/RotateInJump.c4d/Script.c @@ -0,0 +1,5 @@ +/*-- Turn in jump --*/ + +#strict 2 + +protected func Activate(int player) { MessageWindow(GetDesc(), player); } |
