[Update] Overlay: 画質向上。(基準の4倍で画像生成するように)

This commit is contained in:
Sakamoto Shiina
2024-04-25 11:46:55 +09:00
parent 6d93ca0f42
commit 6ec46e42ea

View File

@@ -140,9 +140,9 @@ class OverlayImage:
def getUiSize(self):
return {
"width": 960,
"height": 23,
"font_size": 23,
"width": int(960*4),
"height": int(23*4),
"font_size": int(23*4),
}
def getUiColors(self, ui_type):