Skip to content

Commit 6e94f17

Browse files
committed
Tweak colors
1 parent 26c6574 commit 6e94f17

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lua/cfc_random_spawn/module/cl_spawns_editor.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
local spawnColor = Color( 0, 255, 0 )
2-
local spawnColorActiveCenter = Color( 200, 255, 0 )
2+
local spawnColorActiveCenter = Color( 0, 180, 255 )
33
local centerPointColor = Color( 255, 0, 0 )
44
local centerRangeColor = Color( 255, 145, 0 )
5-
local centerActiveColor = Color( 255, 230, 0 )
6-
local centerActiveRangeColor = Color( 255, 195, 0 )
5+
local centerActiveColor = Color( 0, 50, 255 )
6+
local centerActiveRangeColor = Color( 75, 0, 255 )
77
local zoneUnconfirmedColor = Color( 255, 0, 255 )
88
local zoneConfirmedColor = Color( 0, 255, 255 )
99
local minDeletionRange = 5000

0 commit comments

Comments
 (0)