Remove unused things
This commit is contained in:
parent
b9b58399f6
commit
ac9e52ac96
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
@ -1,25 +0,0 @@
|
|||||||
import L, {LatLng} from "leaflet";
|
|
||||||
|
|
||||||
export class DynmapMarker extends L.Marker {
|
|
||||||
options: {
|
|
||||||
image: null,
|
|
||||||
showLabel: true,
|
|
||||||
label: "",
|
|
||||||
minZoom: 0,
|
|
||||||
maxZoom: Infinity,
|
|
||||||
}
|
|
||||||
|
|
||||||
constructor(latlng: LatLng, options) {
|
|
||||||
options.icon = new LabelledIcon(player, {
|
|
||||||
smallFace: options.smallFace,
|
|
||||||
showSkinFace: options.showSkinFace,
|
|
||||||
showBody: options.showBody,
|
|
||||||
showHealth: options.showHealth,
|
|
||||||
});
|
|
||||||
super(latlng, options);
|
|
||||||
}
|
|
||||||
|
|
||||||
update() {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user