summaryrefslogtreecommitdiff
path: root/src/sliceitoff/screens/hiscores.py
blob: 74a0ee2aaac5b8cd17255e47a25135836a16ab49 (plain)
1
2
3
4
5
6
7
8
9
from text import TextPage

def hiscores_screen(score_text):
    return TextPage(
            score_text,
            font = 'lcd',
            size = (12_000, 24_000),
            grid = (12_000, 20_000),
            pos = (12_000, 0_000) )