targets, recompile op, sun ent
[convexer.git] / config.py
index 438c044eab08ef246bd0c4c3363b373d95b716e7..9ac6b9f323cc01c08b1a063c6d023053076599e6 100644 (file)
--- a/config.py
+++ b/config.py
@@ -216,8 +216,10 @@ cxr_entities = \
    # Builtin/intrinsic entities, you probably dont want to modify these
    "light": { "keyvalues": ent_lights },
    "light_spot": { "keyvalues": ent_lights },
+   "light_environment": { "keyvalues": ent_lights },
    "env_cubemap": { "keyvalues": ent_cubemap },
    "prop_static": { "keyvalues": ent_prop },
+   "sky_camera": { "keyvalues": ent_sky_camera },
    
    # CSGO.fgd
    # --------
@@ -252,6 +254,11 @@ cxr_entities = \
          "TeamNum": {"type": "int", "default": 0 }
       }
    },
+   "func_bomb_target":
+   {
+      "allow": ('MESH',),
+      "keyvalues": {}
+   },
    "func_detail":
    {
       "allow": ('MESH',),