remove pointless change of selected portal highlight colour in all highlighter plugins - make it the default instead
also tweaks to the show-more-portals plugin
This commit is contained in:
2
main.js
2
main.js
@ -155,7 +155,7 @@ window.FIELD_MU_DISPLAY_AREA_ZOOM_RATIO = 0.001;
|
||||
// Point tolerance for displaying MU's
|
||||
window.FIELD_MU_DISPLAY_POINT_TOLERANCE = 60
|
||||
|
||||
window.COLOR_SELECTED_PORTAL = '#f00';
|
||||
window.COLOR_SELECTED_PORTAL = '#f0f';
|
||||
window.COLORS = ['#FF9900', '#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'};
|
||||
|
Reference in New Issue
Block a user