<div>
<table><tbody><tr><th colspan="2"><p style="margin: 0.5rem 0px; display: flex; justify-content: center; align-items: center;">=</p></th></tr><tr><td colspan="2"><p style="margin: 0.5rem 0px; display: flex; justify-content: center; align-items: center;">=</p></td></tr><tr><td><p style="margin: 0.5rem 0px; display: flex; justify-content: center; align-items: center;">=</p></td><td><p style="margin: 0.5rem 0px;">=</p></td></tr><tr><td><p style="margin: 0.5rem 0px; display: flex; justify-content: center; align-items: center;">=</p></td><td><p style="margin: 0.5rem 0px;">=</p></td></tr><tr><td><p style="margin: 0.5rem 0px; display: flex; justify-content: center; align-items: center;">=</p></td><td><p style="margin: 0.5rem 0px;">=</p></td></tr><tr><th colspan="2"><p style="margin: 0.5rem 0px; display: flex; justify-content: center; align-items: center;">=</p></th></tr><tr><td colspan="2"><p style="margin: 0.5rem 0px; display: flex; justify-content: center; align-items: center;">=</p></td></tr><tr><th colspan="2"><p style="margin: 0.5rem 0px; display: flex; justify-content: center; align-items: center;">=</p></th></tr><tr><td colspan="2"><p style="margin: 0.5rem 0px; display: flex; justify-content: center; align-items: center;">=</p></td></tr></tbody></table> </div>
Sky_And_Earth_v3.50 + nwjs-v0.108.0-win-x64 + HMP 폰트 사이즈 조정.7z | |
|---|---|
배포 | |
번역 | |
계기 | |
링크 | aHR0cHM6Ly9raW8uYWMvYy9jWFN1RkszMU41UjFUM1JHYmhUaldi |
변경 전 | |
변경 후 | |
// ==================== 여기서부터 수정 ====================
var originalFontSize = this.contents.fontSize; // 기존 크기 저장
this.contents.fontSize = 21; // ← HP/MP 숫자만 작게 (여기 숫자 조정)
this.drawActorHp(actor, x, yCorrect + lineHeight * param.lineHeight.hp, width);
this.drawActorMp(actor, x, yCorrect + lineHeight * param.lineHeight.mp, width);
this.contents.fontSize = originalFontSize; // 원래 크기로 복구
// ==================== 여기까지 ====================
그록 최고
