diff options
author | Viljami Ilola <+@hix.fi> | 2024-03-28 22:28:45 +0200 |
---|---|---|
committer | Viljami Ilola <+@hix.fi> | 2024-03-28 22:28:45 +0200 |
commit | f894c2fd09ed17540c49cb4083573861ded76554 (patch) | |
tree | cedbe5bab1b5f91b7e3dfb70c17f5114034e700e /src/sliceitoff/screens/hiscores.py | |
parent | f502b21183d307fcab9b353aa18609d15c3547f1 (diff) |
Show as sprite group with update
Diffstat (limited to 'src/sliceitoff/screens/hiscores.py')
-rw-r--r-- | src/sliceitoff/screens/hiscores.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sliceitoff/screens/hiscores.py b/src/sliceitoff/screens/hiscores.py index 98bfd46..74a0ee2 100644 --- a/src/sliceitoff/screens/hiscores.py +++ b/src/sliceitoff/screens/hiscores.py @@ -4,6 +4,6 @@ def hiscores_screen(score_text): return TextPage( score_text, font = 'lcd', - size = (8_000, 16_000), - grid = (9_000, 14_000), - pos = (8_000, 0_000) ) + size = (12_000, 24_000), + grid = (12_000, 20_000), + pos = (12_000, 0_000) ) |