diff options
author | hwc487 | 2012-06-12 15:44:52 -0700 |
---|---|---|
committer | hwc487 | 2012-06-12 15:44:52 -0700 |
commit | b7a41cbd5a30d32f524ee60e2dfdf9c65c7ec55b (patch) | |
tree | b260913b40aa4185fa905c91b7fc11cb13527b35 /js/panels/Materials/materials-data.json | |
parent | 1d65f82295ea96e019409d08daa5d11e84a44581 (diff) | |
download | ninja-b7a41cbd5a30d32f524ee60e2dfdf9c65c7ec55b.tar.gz |
Disabled the add, copy, and delete buttons in the material library panel. Also removed the Custom Materials section.
Diffstat (limited to 'js/panels/Materials/materials-data.json')
-rw-r--r-- | js/panels/Materials/materials-data.json | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/js/panels/Materials/materials-data.json b/js/panels/Materials/materials-data.json index 5e86793e..893489fc 100644 --- a/js/panels/Materials/materials-data.json +++ b/js/panels/Materials/materials-data.json | |||
@@ -97,19 +97,6 @@ | |||
97 | "id" : "ZInvertMaterial" | 97 | "id" : "ZInvertMaterial" |
98 | } | 98 | } |
99 | ] | 99 | ] |
100 | }, | ||
101 | { | ||
102 | "label": "Custom Materials", | ||
103 | "children": [ | ||
104 | { | ||
105 | "label": "Checker Board", | ||
106 | "id" : "CheckerBoard" | ||
107 | }, | ||
108 | { | ||
109 | "label": "Shiny Metal", | ||
110 | "id" : "ShinyMetal" | ||
111 | } | ||
112 | ] | ||
113 | } | 100 | } |
114 | ] | 101 | ] |
115 | } \ No newline at end of file | 102 | } \ No newline at end of file |