summaryrefslogtreecommitdiff
path: root/src/sliceitoff/screens/hiscores.py
diff options
context:
space:
mode:
authorViljami Ilola <+@hix.fi>2024-03-28 22:28:45 +0200
committerViljami Ilola <+@hix.fi>2024-03-28 22:28:45 +0200
commitf894c2fd09ed17540c49cb4083573861ded76554 (patch)
treecedbe5bab1b5f91b7e3dfb70c17f5114034e700e /src/sliceitoff/screens/hiscores.py
parentf502b21183d307fcab9b353aa18609d15c3547f1 (diff)
Show as sprite group with update
Diffstat (limited to 'src/sliceitoff/screens/hiscores.py')
-rw-r--r--src/sliceitoff/screens/hiscores.py6
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) )