Skip to content

Commit

Permalink
#5227: Entity Inspector should recognise spawnargs like model_*, skin…
Browse files Browse the repository at this point in the history
…_* and _color_*
  • Loading branch information
codereader committed Apr 27, 2020
1 parent abf4f8c commit 8537bab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install/games/darkmod.game
Expand Up @@ -218,6 +218,9 @@
<property match="s_omni" category="Sound" type="bool" />
<property match="s_volume" category="Sound" type="text" />
<property match="s_global" category="Sound" type="bool" />
<property match="_color_.+" category="Basic" type="colour" hidden="1" />
<property match="model_.+" category="Model" type="model" hidden="1" />
<property match="skin_.+" category="Model" type="skin" hidden="1" />
</entityInspector>

<!-- Game-specific values for light entities -->
Expand Down

0 comments on commit 8537bab

Please sign in to comment.