summaryrefslogtreecommitdiff
path: root/src/sliceitoff/screens/hiscore.py
diff options
context:
space:
mode:
authorViljami Ilola <+@hix.fi>2024-03-28 13:54:00 +0200
committerViljami Ilola <+@hix.fi>2024-03-28 13:54:00 +0200
commitf502b21183d307fcab9b353aa18609d15c3547f1 (patch)
treed071b60ce9893ebc3086cee73f64e17774ad2c7b /src/sliceitoff/screens/hiscore.py
parentda2bb3d8e7dcd7f7f0a0c2d2e214b422350d1993 (diff)
hiscores: loading, saving, screen
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) )