Update counter_screen.py (Sync Ver.200626)

This commit is contained in:
hi80482 2020-07-03 17:24:04 +08:00 committed by GitHub
parent 32bf6b45ee
commit 3da94f7dd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,9 +15,9 @@ import config
class CounterScreen(FullScreen):
_CounterFont = MyLangManager.TrFont("varela120")
_TextFont1 = MyLangManager.TrFont("varela15")
_TextFont2 = MyLangManager.TrFont("varela12")
_CounterFont = MyLangManager.TrFont("Eurostile120")
_TextFont1 = MyLangManager.TrFont("Eurostile15")
_TextFont2 = MyLangManager.TrFont("Eurostile12")
_TopLabel = None
_BottomLabel = None