|
@@ -103,15 +103,14 @@
|
|
|
"settings": {"color": "#ffffff", "font-weight": "bold"}
|
|
|
},
|
|
|
"l3d.filterTypes": ["terrain", "model", "polygon", "box", "instance", "light"],
|
|
|
+ "l3d.tags": [ { "id": "tag", "color": "#802000" } ],
|
|
|
|
|
|
// FX editor
|
|
|
"fx.shaders": [
|
|
|
"h3d.shader.AnimatedTexture",
|
|
|
"h3d.shader.ColorAdd"],
|
|
|
|
|
|
- "fx.tags": [
|
|
|
- { "id": "tag", "color": "#802000" }
|
|
|
- ],
|
|
|
+ "fx.tags": [ { "id": "tag", "color": "#802000" } ],
|
|
|
|
|
|
// DomKit css files list
|
|
|
"domkit.css" : [],
|