Browse Source

fix: 🧩 修改地图图标清晰度

pull/27/head
张耀 3 years ago
parent
commit
909ccf6a09
  1. 3
      public/static/qm/MainMap_QM.js

3
public/static/qm/MainMap_QM.js

@ -5755,7 +5755,7 @@ Facilities_QM.prototype.renderIcon = function (obj, _this, isShow = true, ele =
map: spriteMap, map: spriteMap,
depthTest: true, depthTest: true,
transparent: true, transparent: true,
alphaTest: 0.8
alphaTest: 0.1
}); });
spriteMaterial.name = obj.facCode; spriteMaterial.name = obj.facCode;
Map_QM.util.spriteMaterialArr.push(spriteMaterial); Map_QM.util.spriteMaterialArr.push(spriteMaterial);
@ -6056,3 +6056,4 @@ FindPath_QM.prototype.playMoveGuide = function () {

Loading…
Cancel
Save