summaryrefslogtreecommitdiff
path: root/src/sliceitoff/screens/gameover.py
blob: 33bda184d4facc575bbac05384604aa770931543 (plain)
1
2
3
4
5
6
7
8
from text import TextPage

def gameover_screen():
    return TextPage(
            "Game Over!",
            font = '8x8',
            size = (24_000, 24_000),
            pos = (48_000, 108_000) )