.cc
[convexer.git] / config.py
index b886758cdf3a4283d6d0fa4bedef014747a4b952..438c044eab08ef246bd0c4c3363b373d95b716e7 100644 (file)
--- a/config.py
+++ b/config.py
@@ -217,6 +217,7 @@ cxr_entities = \
    "light": { "keyvalues": ent_lights },
    "light_spot": { "keyvalues": ent_lights },
    "env_cubemap": { "keyvalues": ent_cubemap },
+   "prop_static": { "keyvalues": ent_prop },
    
    # CSGO.fgd
    # --------
@@ -250,5 +251,10 @@ cxr_entities = \
       {
          "TeamNum": {"type": "int", "default": 0 }
       }
+   },
+   "func_detail":
+   {
+      "allow": ('MESH',),
+      "keyvalues": {}
    }
 }