There was an error while loading. Please reload this page.
1 parent 26c6574 commit 6e94f17Copy full SHA for 6e94f17
1 file changed
lua/cfc_random_spawn/module/cl_spawns_editor.lua
@@ -1,9 +1,9 @@
1
local spawnColor = Color( 0, 255, 0 )
2
-local spawnColorActiveCenter = Color( 200, 255, 0 )
+local spawnColorActiveCenter = Color( 0, 180, 255 )
3
local centerPointColor = Color( 255, 0, 0 )
4
local centerRangeColor = Color( 255, 145, 0 )
5
-local centerActiveColor = Color( 255, 230, 0 )
6
-local centerActiveRangeColor = Color( 255, 195, 0 )
+local centerActiveColor = Color( 0, 50, 255 )
+local centerActiveRangeColor = Color( 75, 0, 255 )
7
local zoneUnconfirmedColor = Color( 255, 0, 255 )
8
local zoneConfirmedColor = Color( 0, 255, 255 )
9
local minDeletionRange = 5000
0 commit comments