change neutral portal colour to match the grey of the stock map - never was a fan of the yellow
This commit is contained in:
parent
3523abf032
commit
7cbf9d77cd
2
main.js
2
main.js
@ -153,7 +153,7 @@ window.FIELD_MU_DISPLAY_AREA_ZOOM_RATIO = 0.001;
|
||||
window.FIELD_MU_DISPLAY_POINT_TOLERANCE = 60
|
||||
|
||||
window.COLOR_SELECTED_PORTAL = '#f00';
|
||||
window.COLORS = ['#FFCE00', '#0088FF', '#03DC03']; // none, res, enl
|
||||
window.COLORS = ['#a0a0a0', '#0088FF', '#03DC03']; // none, res, enl
|
||||
window.COLORS_LVL = ['#000', '#FECE5A', '#FFA630', '#FF7315', '#E40000', '#FD2992', '#EB26CD', '#C124E0', '#9627F4'];
|
||||
window.COLORS_MOD = {VERY_RARE: '#F78AF6', RARE: '#AD8AFF', COMMON: '#84FBBD'};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user