summaryrefslogtreecommitdiff
path: root/src/sliceitoff/screens/hiscores.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/sliceitoff/screens/hiscores.py')
-rw-r--r--src/sliceitoff/screens/hiscores.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sliceitoff/screens/hiscores.py b/src/sliceitoff/screens/hiscores.py
index 74a0ee2..c73f0bf 100644
--- a/src/sliceitoff/screens/hiscores.py
+++ b/src/sliceitoff/screens/hiscores.py
@@ -1,6 +1,8 @@
+""" screens.hiscores - Defines how to display hiscore text on the screen """
from text import TextPage
def hiscores_screen(score_text):
+ """ hiscores_screen - only ajustments to hiscore text """
return TextPage(
score_text,
font = 'lcd',