summaryrefslogtreecommitdiff
path: root/src/sliceitoff/screens
diff options
context:
space:
mode:
authorViljami Ilola <+@hix.fi>2024-03-27 15:06:36 +0200
committerViljami Ilola <+@hix.fi>2024-03-27 15:06:36 +0200
commit61a1248e340d1c87a6c4e7dec77f1089984b87b6 (patch)
tree04165f605169b72aba0d83e507927ad933e7fddd /src/sliceitoff/screens
parent70c4a0e3de169d37ae1d53868d2eaa916b89034f (diff)
slicing reduces score
Diffstat (limited to 'src/sliceitoff/screens')
-rw-r--r--src/sliceitoff/screens/welcome.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/sliceitoff/screens/welcome.py b/src/sliceitoff/screens/welcome.py
index 4f5eb2b..f3fd25e 100644
--- a/src/sliceitoff/screens/welcome.py
+++ b/src/sliceitoff/screens/welcome.py
@@ -2,19 +2,19 @@ from text import TextPage
def welcome_screen():
return TextPage(
- " Slice it off!\n"
+ " Slice it off!\n"
" \n"
" Your mission:\n"
- " * Slice area to target\n"
- " * Slice no-one\n"
+ " * Slice area to 20%\n"
+ " * Slice no-one\n"
"\n"
" Gain score by:\n"
- " * Keeping herd together\n"
- " * Not slicing unnecessarily\n"
- " * Making area even smaller\n"
- " * Not losing lives\n"
- " * Being fast\n"
- " * Leveling up\n",
+ " * Keeping herd together\n"
+ " * Not slicing unnecessarily\n"
+ " * Making area even smaller\n"
+ " * Not losing lives\n"
+ " * Being fast\n"
+ " * Leveling up\n",
font = 'computer',
size = (8_000, 16_000),
grid = (9_000, 16_000) )