summaryrefslogtreecommitdiffstats
path: root/DTMenu.c4d/SymbolDummy.c4d
diff options
context:
space:
mode:
Diffstat (limited to 'DTMenu.c4d/SymbolDummy.c4d')
-rw-r--r--DTMenu.c4d/SymbolDummy.c4d/DefCore.txt5
-rw-r--r--DTMenu.c4d/SymbolDummy.c4d/Graphics.pngbin126 -> 0 bytes
-rw-r--r--DTMenu.c4d/SymbolDummy.c4d/Script.c16
3 files changed, 0 insertions, 21 deletions
diff --git a/DTMenu.c4d/SymbolDummy.c4d/DefCore.txt b/DTMenu.c4d/SymbolDummy.c4d/DefCore.txt
deleted file mode 100644
index 1fd66a9..0000000
--- a/DTMenu.c4d/SymbolDummy.c4d/DefCore.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-[DefCore]
-id=MS7I
-Name=Menu symbol dummy
-Version=4,9,10,8
-Category=C4D_StaticBack
diff --git a/DTMenu.c4d/SymbolDummy.c4d/Graphics.png b/DTMenu.c4d/SymbolDummy.c4d/Graphics.png
deleted file mode 100644
index 6b1b504..0000000
--- a/DTMenu.c4d/SymbolDummy.c4d/Graphics.png
+++ /dev/null
Binary files differ
diff --git a/DTMenu.c4d/SymbolDummy.c4d/Script.c b/DTMenu.c4d/SymbolDummy.c4d/Script.c
deleted file mode 100644
index 4032726..0000000
--- a/DTMenu.c4d/SymbolDummy.c4d/Script.c
+++ /dev/null
@@ -1,16 +0,0 @@
-#strict 2
-
-static const DT_Menu_SymbolDummy = MS7I;
-
-func SetSymbol(id symbol, int nr)
-{
- SetGraphics(0, this, symbol);
- SetPicture(GetDefCoreVal("Picture", "DefCore", symbol, 0) + nr * GetDefCoreVal("Picture", "DefCore", symbol, 2), GetDefCoreVal("Picture", "DefCore", symbol, 1), GetDefCoreVal("Picture", "DefCore", symbol, 2), GetDefCoreVal("Picture", "DefCore", symbol, 3));
- return this;
-}
-
-func SetColor(int color)
-{
- SetClrModulation(color);
- return this;
-}