显示优化
This commit is contained in:
		
							parent
							
								
									2652b6e071
								
							
						
					
					
						commit
						4cfa92280b
					
				@ -1270,7 +1270,6 @@ ui.prototype._drawTextContent_drawChar = function (tempCtx, content, config, ch)
 | 
			
		||||
    // 输出
 | 
			
		||||
    var left = config.offsetX, top = config.offsetY + config.topMargin;
 | 
			
		||||
    core.fillText(tempCtx, ch, left, top);
 | 
			
		||||
    tempCtx.strokeText(ch, left, top);
 | 
			
		||||
    config.blocks.push({
 | 
			
		||||
        left: config.offsetX, top: config.offsetY,
 | 
			
		||||
        width: charwidth, height: config.currfont + config.lineMargin,
 | 
			
		||||
 | 
			
		||||
@ -3107,7 +3107,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
 | 
			
		||||
						break;
 | 
			
		||||
					case "matk":
 | 
			
		||||
					case "mhp":
 | 
			
		||||
						text = `${Math.floor(core.getRealStatus("spell")* core.getRealStatus(item)/100)}(${text})%`;
 | 
			
		||||
						text = `${Math.floor(core.getRealStatus("spell")* core.getRealStatus(item)/100)}(${text}%)`;
 | 
			
		||||
						break;
 | 
			
		||||
					}
 | 
			
		||||
					core.fillBoldText1(
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user