🚧 [WIP/TEST] Model : Overlayの処理を最小限までに削除

This commit is contained in:
misyaguziya
2024-05-03 23:05:42 +09:00
parent 6f318a8b05
commit 0577756dc1
4 changed files with 40 additions and 34 deletions

View File

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