diff options
| author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-11-28 14:37:26 +0100 |
|---|---|---|
| committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-11-28 14:37:26 +0100 |
| commit | b4e475726b0793af1338f0618fac29e4fef69098 (patch) | |
| tree | 49962161025dea99b7bc96444ba78d1b2dffe87b /builtin | |
| parent | 549025f6a1216a8b0eb90bf07b493d44b8e8e3e2 (diff) | |
| download | dragonfireclient-b4e475726b0793af1338f0618fac29e4fef69098.tar.xz | |
Added configureable Colors for PlayerESP and EntityESP
Diffstat (limited to 'builtin')
| -rw-r--r-- | builtin/settingtypes.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 33b9fa130..9c5e859b8 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -2364,3 +2364,7 @@ enable_player_esp (PlayerESP) bool false enable_node_esp (NodeESP) bool false enable_node_tracers (NodeTracers) bool false + +entity_esp_color (EntityESP Color) v3f 255, 255, 255 + +player_esp_color (PlayerESP Color) v3f 0, 255, 0 |
