Add retina size icons for spawn and location
Unfortunately we need to explicitly tell leaflet not to scale them weirdly but to make them perceptually equivalent to the normal ones, which means we have hardcoded icon sizes for those two right now.
This commit is contained in:
@@ -104,7 +104,9 @@ directory.
|
||||
'signMarker': 'signpost_icon.png',
|
||||
'bedMarker': 'bed.png',
|
||||
'spawnMarker': 'icons/marker_home.png',
|
||||
'queryMarker': 'icons/marker_location.png'
|
||||
'spawnMarker2x': 'icons/marker_home_2x.png',
|
||||
'queryMarker': 'icons/marker_location.png',
|
||||
'queryMarker2x': 'icons/marker_location_2x.png'
|
||||
}
|
||||
dump['CONST']['mapDivId'] = 'mcmap'
|
||||
dump['CONST']['regionStrokeWeight'] = 2 # Obselete
|
||||
|
||||
Reference in New Issue
Block a user