mirror of
https://github.com/clockworkpi/launcher_deot.git
synced 2025-12-12 15:38:52 +01:00
Update counter_screen.py (Sync Ver.200626)
This commit is contained in:
parent
32bf6b45ee
commit
3da94f7dd7
@ -15,10 +15,10 @@ import config
|
|||||||
|
|
||||||
class CounterScreen(FullScreen):
|
class CounterScreen(FullScreen):
|
||||||
|
|
||||||
_CounterFont = MyLangManager.TrFont("varela120")
|
_CounterFont = MyLangManager.TrFont("Eurostile120")
|
||||||
_TextFont1 = MyLangManager.TrFont("varela15")
|
_TextFont1 = MyLangManager.TrFont("Eurostile15")
|
||||||
_TextFont2 = MyLangManager.TrFont("varela12")
|
_TextFont2 = MyLangManager.TrFont("Eurostile12")
|
||||||
|
|
||||||
_TopLabel = None
|
_TopLabel = None
|
||||||
_BottomLabel = None
|
_BottomLabel = None
|
||||||
_NumberLabel = None
|
_NumberLabel = None
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user