diff options
author | hwc487 | 2012-07-19 11:44:50 -0700 |
---|---|---|
committer | hwc487 | 2012-07-19 11:44:50 -0700 |
commit | 431b6fa7610e59074b4ebb3e9e712672f185b8ad (patch) | |
tree | f1e23ef3e52d1a23d084a8e6471cb867010785a5 /js/panels/Materials | |
parent | 0df5ad6391df5d285cb8b93dc23e2595cddaec3c (diff) | |
download | ninja-431b6fa7610e59074b4ebb3e9e712672f185b8ad.tar.gz |
Renamed Raiders material to Dark Blur, and Paris to Blue Sky.
Diffstat (limited to 'js/panels/Materials')
-rw-r--r-- | js/panels/Materials/materials-data.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/js/panels/Materials/materials-data.json b/js/panels/Materials/materials-data.json index 8e025185..6fe5da69 100644 --- a/js/panels/Materials/materials-data.json +++ b/js/panels/Materials/materials-data.json | |||
@@ -5,10 +5,18 @@ | |||
5 | "label": "Ninja Materials", | 5 | "label": "Ninja Materials", |
6 | "children": [ | 6 | "children": [ |
7 | { | 7 | { |
8 | "label": "Blue Sky", | ||
9 | "id" : "Blue Sky" | ||
10 | }, | ||
11 | { | ||
8 | "label": "Bump Metal", | 12 | "label": "Bump Metal", |
9 | "id" : "Bump Metal" | 13 | "id" : "Bump Metal" |
10 | }, | 14 | }, |
11 | { | 15 | { |
16 | "label": "Dark Blur", | ||
17 | "id" : "Dark Blur" | ||
18 | }, | ||
19 | { | ||
12 | "label": "Flag", | 20 | "label": "Flag", |
13 | "id" : "Flag" | 21 | "id" : "Flag" |
14 | }, | 22 | }, |
@@ -17,10 +25,6 @@ | |||
17 | "id" : "Linear Gradient" | 25 | "id" : "Linear Gradient" |
18 | }, | 26 | }, |
19 | { | 27 | { |
20 | "label": "Paris", | ||
21 | "id" : "Paris" | ||
22 | }, | ||
23 | { | ||
24 | "label": "Plasma", | 28 | "label": "Plasma", |
25 | "id" : "Plasma" | 29 | "id" : "Plasma" |
26 | }, | 30 | }, |
@@ -37,10 +41,6 @@ | |||
37 | "id" : "Radial Gradient" | 41 | "id" : "Radial Gradient" |
38 | }, | 42 | }, |
39 | { | 43 | { |
40 | "label": "Raiders", | ||
41 | "id" : "Raiders" | ||
42 | }, | ||
43 | { | ||
44 | "label": "Taper", | 44 | "label": "Taper", |
45 | "id" : "Taper" | 45 | "id" : "Taper" |
46 | }, | 46 | }, |