summaryrefslogtreecommitdiff
path: root/src/sliceitoff/screens/hiscore.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/sliceitoff/screens/hiscore.py')
-rw-r--r--src/sliceitoff/screens/hiscore.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/sliceitoff/screens/hiscore.py b/src/sliceitoff/screens/hiscore.py
deleted file mode 100644
index c6f2a21..0000000
--- a/src/sliceitoff/screens/hiscore.py
+++ /dev/null
@@ -1,14 +0,0 @@
-from text import TextPage
-
-def hiscore_screen(name):
- return TextPage(
- f" New High Score!\n"
- f"\n"
- f"\n"
- f"Please give name:\n"
- f"\n"
- f"\n"
- f"{name:^17s}",
- font = '8x8',
- size = (16_000, 16_000),
- pos = (24_000, 32_000) )