Merge branch 'overlay' into develop
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user